<!DOCTYPE html>
<html lang="fr">
<head>
<!-- mobile -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- titre -->
<title>{% block title %}UP-PARIS!{% endblock %}</title>
<link rel="shortcut icon" type="image/png" href="{{ pathLocal }}imgs/faviconup.png"/>
<!-- meta -->
<meta name="author" content="UP Paris">
{% if controller_name == 'paul_espacePro' %}
<meta name="description" content="UP-Paris (Univers Paramétrique) {{ protexte.texte|striptags|replace({ 'é':'é', 'ç':'ç', ' ':' ', ''':'\'', 'è':'è', '"':'\'\'', 'à':'à', '\n': ' ' })|raw }}">
{% elseif controller_name == 'paul_contact' %}
<meta name="description" content="Quartier de Belleville. Quartier bohème, cosmopolite et arty du nord-est de Paris, terre d’accueil des artistes aux multiples facettes culturelles. L'âme populaire de Paris ! Belleville est un village dans la ville.">
{% elseif controller_name == 'paul_mobilier' %}
<meta name="description" content="UP-Paris (Univers Paramétrique) vous présente sa liste de mobilier écoresponsable français, spécialisé dans la conception paramétrique. {% if allMob|length > 0 %}{% for mob in allMob %}{% if mob.actif == 1 %}{{ mob.titre }}, {% endif %}{% endfor %}{% endif %} sont des mobiliers 100% recyclable, 100 % biodégradable. Le carton utilisé combine, solidité, rigidité et légèreté, ce qui apporte une forte solidité et une excellente absorption des chocs. ">
{% elseif controller_name == 'paul_mobilier_cat_detail' %}
<meta name="description" content="{{ allMob.titre }} est un mobilier UP 100% recyclable, 100 % biodégradable. UP-Paris (Univers Paramétrique) {% if allTech|length > 0 %}{% for tech in allTech %}{% if tech.actif == 1 %}{{ tech.titre }} : {{ tech.description|striptags|replace({ 'é':'é', 'ç':'ç', ' ':' ', ''':'\'', 'è':'è', '"':'\'\'', 'à':'à', '\n': ' ' })|raw }}. {% endif %}{% endfor %}{% endif %}">
{% else %}
<meta name="description" content="UP-Paris {% if apropos is defined %}{{ apropos.texte|striptags|replace({ 'é':'é', 'ç':'ç', ' ':' ', ''':'\'', 'è':'è', '"':'\'\'', 'à':'à', '\n': ' ' })|raw }}{% endif %}">
{% endif %}
<!-- Bootstrap CSS -->
<link href="{{ pathLocal }}modules/bootstrap-5.1.3-dist/css/bootstrap.min.css" rel="stylesheet">
<!-- jquery-ui -->
<link rel="stylesheet" href="{{ pathLocal }}modules/jquery-ui-1.12.1.custom/jquery-ui.min.css">
<!-- fontawesome -->
<script src="https://kit.fontawesome.com/8ecfff0679.js" crossorigin="anonymous"></script>
<!-- style css -->
<style media="screen">
@font-face {
font-family: "BebasNeue-Bold";
src: url("{{ pathLocal }}fonts/BebasNeue2014ByFontFabric/BebasNeue-Bold.otf") format("opentype"),
url("{{ pathLocal }}fonts/BebasNeue2014ByFontFabric/BebasNeue-Bold.ttf") format("opentype");
}
@font-face {
font-family: "BebasNeue-Book";
src: url("{{ pathLocal }}fonts/BebasNeue2014ByFontFabric/BebasNeue-Book.otf") format("opentype"),
url("{{ pathLocal }}fonts/BebasNeue2014ByFontFabric/BebasNeue-Book.ttf") format("opentype");
}
@font-face {
font-family: "BebasNeue-Light";
src: url("{{ pathLocal }}fonts/BebasNeue2014ByFontFabric/BebasNeue-Light.otf") format("opentype"),
url("{{ pathLocal }}fonts/BebasNeue2014ByFontFabric/BebasNeue-Light.ttf") format("opentype");
}
@font-face {
font-family: "BebasNeue-Regular";
src: url("{{ pathLocal }}fonts/BebasNeue2014ByFontFabric/BebasNeue-Regular.otf") format("opentype"),
url("{{ pathLocal }}fonts/BebasNeue2014ByFontFabric/BebasNeue-Regular.ttf") format("opentype");
}
@font-face {
font-family: "BebasNeue-Thin";
src: url("{{ pathLocal }}fonts/BebasNeue2014ByFontFabric/BebasNeue-Thin.otf") format("opentype"),
url("{{ pathLocal }}fonts/BebasNeue2014ByFontFabric/BebasNeue-Thin.ttf") format("opentype");
}
@font-face {
font-family: "GillSans,";
src: url("{{ pathLocal }}fonts/GillSans/Gill_Sans.otf") format("opentype");
}
@font-face {
font-family: "Gill_Sans_Bold_Italic";
src: url("{{ pathLocal }}fonts/GillSans/Gill_Sans_Bold_Italic.otf") format("opentype");
}
@font-face {
font-family: "Gill_Sans_Bold";
src: url("{{ pathLocal }}fonts/GillSans/Gill_Sans_Bold.otf") format("opentype");
}
@font-face {
font-family: "Gill_Sans_Light";
src: url("{{ pathLocal }}fonts/GillSans/Gill_Sans_Light.otf") format("opentype");
}
@font-face {
font-family: "Gill_Sans_Light_Italic";
src: url("{{ pathLocal }}fonts/GillSans/Gill_Sans_Light_Italic.otf") format("opentype");
}
@font-face {
font-family: "Gill_Sans_Medium_Italic";
src: url("{{ pathLocal }}fonts/GillSans/Gill_Sans_Medium_Italic.otf") format("opentype");
}
@font-face {
font-family: "Gill_Sans_Medium";
src: url("{{ pathLocal }}fonts/GillSans/Gill_Sans_Medium.otf") format("opentype");
}
@font-face {
font-family: "Gill_Sans_Heavy_Italic";
src: url("{{ pathLocal }}fonts/GillSans/Gill_Sans_Heavy_Italic.otf") format("opentype");
}
@font-face {
font-family: "Gill_Sans_Heavy";
src: url("{{ pathLocal }}fonts/GillSans/Gill_Sans_Heavy.otf") format("opentype");
}
</style>
<!-- bibliothèque Leaflet -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/MarkerCluster.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/MarkerCluster.Default.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster.js"></script>
<!-- uPstyle -->
<link href="{{ pathLocal }}css/uPstyle.css" rel="stylesheet" type="text/css" media="all"/>
<link href="{{ pathLocal }}css/uPeffets.css" rel="stylesheet" type="text/css" media="all"/>
<link href="{{ pathLocal }}css/uPMobilier.css" rel="stylesheet" type="text/css" media="all"/>
<link href="{{ pathLocal }}css/styleDiap.css" rel="stylesheet" type="text/css" media="all"/>
<link href="{{ pathLocal }}css/styleMapUp.css" rel="stylesheet" type="text/css" media="all"/>
<!-- styles -->
{% block stylesheets %}{% endblock %}
</head>
<body>
{% if controller_name != "construction_index" %}
{% include "elements/navbar.html.twig" %}
{% endif %}
{% block body %}{% endblock %}
{% include "elements/footer.html.twig" %}
<!-- jquery-ui -->
<script src="{{ pathLocal }}modules/jquery-3.6.0.min.js"></script>
<script src="{{ pathLocal }}modules/bootstrap-5.1.3-dist/js/bootstrap.bundle.min.js"></script>
<script src="{{ pathLocal }}modules/jquery-ui-1.12.1.custom/external/jquery/jquery.js"></script>
<script src="{{ pathLocal }}modules/jquery-ui-1.12.1.custom/jquery-ui.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
{% block javascripts %}
{% endblock %}
<script>
$(function(){
$('div[id^="sfwd"]').css("opacity", "0");
});
</script>
</body>
</html>