templates/Default/base.html.twig line 1
{% extends 'Default/parameters.html.twig' %}
{% block html %}
<!doctype html>
<html lang='fr' class='{{desktop("adapt")}}'>
<head>
<title>{{t}}</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<meta name='description' content='{{d}}' />
<meta name='viewport' content='width=device-width, user-scalable=no, initial-scale=1' />
<meta property='fb:app_id' content='798097520521275' />
<meta property='og:url' content='{{app.request.uri}}' />
<meta property='og:type' content='article' />
<meta property='og:title' content='{{t}}' data-dynamic='true' />
<meta property='og:description' content='{{d}}' data-dynamic='true' />
<meta property='og:image' content='{{w}}{{thumb}}?v=001' data-dynamic='true' />
<meta property='og:image:width' content='{{thumbnailSize.width}}' data-dynamic='true'>
<meta property='og:image:height' content='{{thumbnailSize.height}}' data-dynamic='true'>
<meta property='og:locale' content='fr_FR' />
<meta property='og:site_name' content='{{sitename}}' />
<meta property='twitter:url' content='{{app.request.uri}}' />
<meta property='twitter:card' content='summary' />
<meta property='twitter:title' content='{{t}}' />
<meta property='twitter:description' content='{{d}}' />
<meta property='twitter:image' content='{{w}}{{thumb}}' />
<link rel="icon" href="{{asset('images/favicon.ico')}}">
<link type='text/css' rel='stylesheet' href='{{asset("css/os-style.css")}}' />
<link type='text/css' rel='stylesheet' href='{{asset("css/style.css")}}' />
<link type='text/css' rel='stylesheet' href='{{asset("css/os-anim.css")}}' />
<script src="https://kit.fontawesome.com/6451c614e6.js" crossorigin="anonymous"></script>
{# <link type='text/css' rel='stylesheet' href='{{asset("fonts/fa/css/all.min.css")}}' /> #}
{% block css %}
{% endblock %}
</head>
<body class=''>
{% block container %}
<div id='container' class='container relative w100 hoverflow'>
<header id='header' class='w100 fixed left top transition-alt bg-white '>
{% block header %}
<div class="flex row space hheight w100 top transition-alt {{desktop('gleft-in border noborder border-1x border-gray border-bottom')}}{{mobile('gpadding')}}">
<div class='relative flex row space fill transition-alt {{desktop("")}} {{mobile("")}}'>
<a href='{{path("home")}}' class='h100 relative {{desktop("vt-5-in")}} {{mobile("vt-5-in")}}'>
<img src="{{asset(os_param('logo'))}}" class='block h100'>
</a>
{% block menu %}
<div class="flex row middle space relative {{desktop('left-30 left-80-in border noborder border-1x border-gray border-left w100')}}">
<menu id='menu' class='fill flex row middle transition-alt {{desktop("h100 left-10 left-1-in right-80 right-80-in")}} {{mobile("bg-success fixed top left htop w100")}}'>
{{render(controller('App\\Controller\\DefaultController::menu',{activeMenu:(menu is defined ? menu)}))}}
</menu>
<div class="flex row middle {{desktop('h100 left-80 left-25-in')}} {{mobile('')}}">
<div class="flex row middle {{desktop('h100 left-3')}} {{mobile('')}}">
{% if isDesktop() %}
<div class="flex row middle white {{desktop('vt-8-in hz-25-in radius-30')}} {{mobile('right-8')}}">
<a class='flex row middle center h4 {{desktop("left-10")}} {{mobile("left-5")}}' href='{{os_param("socialmedia")["twitter"]}}' target="_blank" title="Compte twitter"><i class="fab fa-twitter success"></i></a>
<a class='flex row middle center h4 {{desktop("left-10")}} {{mobile("left-5")}}' href='{{os_param("socialmedia")["youtube"]}}' target="_blank" title="Compte youtube"><i class="fab fa-youtube success"></i></a>
<a class='flex row middle center h4 {{desktop("left-10")}} {{mobile("left-5")}}' href='{{os_param("socialmedia")["flickr"]}}' target="_blank" title="Compte flickr"><i class="fab fa-flickr success"></i></a>
</div>
{% endif %}
<i class='os-click pointer flex row bg-success center middle {{desktop("h100 left-10 hz-40-in")}} {{mobile("padding-5")}}' data-target="#searchBox" >
<i class='block fa fa-search white {{desktop("h4")}} {{mobile("p")}}'></i>
<span class='left-10 white {{desktop("p")}} {{mobile("p-alt")}}'>Recherche</span>
</i>
</div>
</div>
{% if isMobile() %}
<div id='btn-menu' class='left-10 flex col middle os-click' data-target='#menu'>
<i class='fa fa-bars h1 warning'></i>
</div>
{% endif %}
</div>
{% endblock %}
</div>
</div>
{% endblock header %}
</header>
{% block banner %}
<div id='' class='banner relative htop {{desktop(" bottom-20-in")}} {{mobile("")}}' {% if bgColor is defined %} style="background : {{bgColor}};" {%endif%}>
<div class='{{desktop("")}} {{mobile("vt-40-in")}}'>
<div class='relative {{desktop("")}} {{mobile("")}}'>
{% block titlebox %}
<div class='w100 relative flex col center {{desktop("vt-40-in")}} {{mobile("")}}'>
{% block title %}
<div class="flex row center middle {{desktop('')}} {{mobile('bottom-15')}}">
<icon class="icon medium contain relative">
<img src="{{asset('images/title-icon.png')}}" class="contain">
</icon>
<h1 class="flex row aquawax extrabold {{desktop('title')}}" style="color: {{titleColor is defined ? titleColor : 'var(--success-color)'}};">{{title is defined ? title}}</h1>
</div>
{% endblock title %}
{% if desc is defined or subtitle is defined %}
<p class="h4 semibold black {{desktop('top-20')}}{{mobile('top-10')}}">
{{desc is defined ? desc|nl2br : subtitle}}
</p>
{% endif %}
</div>
{% endblock %}
</div>
</div>
</div>
{% endblock banner %}
{% block body %}
<div id='content' class='bg-white content relative'>
{% block content %}
{% endblock content %}
</div>
{% endblock body %}
{# {% if isMobile() and not home and noShare is not defined %}
<div class="flex row middle space bg-gray sharing-box gpadding {{desktop('vt-40-in')}} {{mobile('vt-20-in')}}">
<h2 class='h6 success-alt upper vt-8-in font-alt bold'>Partager cette page</h2>
<div class='flex row middle success-alt'>
{% set link = app.request.uri %}
{% if title is not defined %}{% set title = "Site web du "~sitename %} {% endif %}
{% set class = "iflex col middle center h2 "~ desktop('left-20')~ mobile('left-8') %}
<a class='{{class}}' title='Partager via WhatsApp' target='_blank' href='whatsapp://send?text={{title}} => {{link}}'><i class='transition fab fa-whatsapp'></i></a>
<a class='{{class}}' title='Partager sur Facebook' target='_blank' href='https://www.facebook.com/sharer/sharer.php?u={{link}}&t={{title}}'><i class='transition fab fa-facebook-square'></i></a>
<a class='{{class}}' title='Partager sur Twitter' target='_blank' href='https://twitter.com/intent/tweet?text={{title}}&url={{link}}'><i class='transition fab fa-twitter'></i></a>
<a class='{{class}}' title='Envoyer par mail' target='_blank' href='mailto:?subject={{title}}&body=Je vous invite à lire cette page : {{link}}.'><i class='transition fa fa-envelope'></i></a>
<a class='{{class}}' title='Partager sur LinkedIn' target='_blank' href='https://www.linkedin.com/shareArticle?mini=true&url={{link}}&title={{title}}'><i class='transition fab fa-linkedin'></i></a>
</div>
</div>
{% endif %} #}
{% block footer %}
<footer id="footer" class="w100 {{desktop('')}} {{mobile('')}}">
<div class="w100 border border-success relative {{desktop('')}} {{mobile('')}}">
<figure class="absolute top left fill {{desktop('')}} {{mobile('')}}">
<img src='{{asset("images/utile.jpg")}}' class="cover">
<div class="relative fill bg-success"></div>
</figure>
<div class="relative fill {{desktop('gpadding top-80 top-80-in bottom-80 bottom-80-in')}} {{mobile('hz-20-in vt-40-in')}}">
<div class="lien-utile w100 flex row {{desktop('top-30 top-6-in bottom-30 bottom-2-in')}} {{mobile('')}}">
<div class="{{desktop('right-40 right-7-in')}} {{mobile('')}}">
<h2 class="flex row aquawax extrabold white {{desktop('h1')}}" style="writing-mode: vertical-rl;text-orientation: mixed; transform:rotate(180deg)">Liens utiles</h2>
</div>
<div class="w100 {{desktop('')}} {{mobile('')}}">
<div class="w100 flex row {{desktop('')}} {{mobile('')}}">
<a href="https://www.gouv.bj/" target="_blank" class="gouv-utile block relative h100 {{desktop('')}} {{mobile('w100')}}">
<figure class="fill absolute left top {{desktop('')}} {{mobile('')}}">
<img src='{{asset("images/bg-gouv.jpg")}}' class="cover">
<div class="relative fill" style="background: linear-gradient(0deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72))"></div>
</figure>
<div class="relative fill {desktop('')}} {{mobile('')}}">
<figure class="fill relative flex row center {{desktop('')}} {{mobile('')}}">
<img src='{{asset("images/gouv.png")}}' class="contain {{desktop('hz-70-in')}} {{mobile('hz-30-in')}}">
</figure>
</div>
</a>
<div class="fill lien-utile1 {{desktop('flex row')}} {{mobile('')}}">
<div class="w100 {{desktop('')}} {{mobile('')}}">
<a href="https://numerique.gouv.bj/" target="_blank" class="numerique-utile fill relative bg-warning block {{desktop('')}} {{mobile('')}}">
<figure class="fill relative flex row center hoverflow {{desktop('')}} {{mobile('')}}">
<img src='{{asset("images/numerique.png")}}' class="contain {{desktop('')}} {{mobile('hz-30-in')}}">
</figure>
</a>
<a href="https://finances.gouv.bj/" target="_blank" class="finance-utile fill relative block {{desktop('')}} {{mobile('')}}" style="background: #1A588F;">
<figure class="fill relative flex row center hoverflow {{desktop('')}} {{mobile('')}}">
<img src='{{asset("images/finance.png")}}' class="contain {{desktop('')}} {{mobile('hz-30-in')}}">
</figure>
</a>
</div>
<div class="{{desktop('')}} {{mobile('')}}">
<a href="" target="_blank" class="arcep-utile fill relative block" style="background: #1A588F;">
<figure class="fill relative flex row center hoverflow {{desktop('')}} {{mobile('')}}">
<img src='{{asset("images/arcep.png")}}' class="contain {{desktop('hz-50-in')}} {{mobile('hz-25-in')}}">
</figure>
</a>
<a href="" target="_blank" class="fill relative bg-white block">
<figure class="fill relative flex row center hoverflow {{desktop('')}} {{mobile('')}}">
<img src='{{asset("images/apdp.png")}}' class="contain {{desktop('hz-50-in')}} {{mobile('hz-25-in')}}">
</figure>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class='bg-white relative w100 {{desktop("gright-in")}} {{mobile("hz-20-in")}}' {%if isDesktop() %} style="padding-left : calc(var(--content-margin) + var(--50px) + var(--4px) + var(--h1-size));" {%endif%}>
<div class="absolute left top w100 bg-success {{desktop('vt-50-in')}} {{mobile('')}}"></div>
<div class='relative w100 {{desktop("")}} {{mobile("")}}'>
<figure class="fill absolute left top {{desktop('')}} {{mobile('')}}">
<img src='{{asset("images/newsletter.jpg")}}' class="cover">
<div class="relative newsletter-mask fill" style="opacity: .92;"></div>
</figure>
<div class='w100 relative {{desktop("top-60-in left-80-in bottom-60-in")}} {{mobile("vt-30-in")}}'>
<div id="newsletter" class='{{desktop("top-7 left-20 left-2-in bottom-4")}} {{mobile("")}} '>
<div class="flex col space">
<h1 class='white aquawax {{desktop("extrabold")}} {{mobile("h2")}}'>
La newsletter
</h1>
</div>
<p class='white semibold {{desktop("h4 top-30 top-7-in")}} {{mobile("p top-20")}}'>Abonnez-vous à notre newsletter afin de vous tenir au courant</p>
<div class="{{desktop('top-30 top-8-in')}} {{mobile('top-20')}}">
{{render(controller('App\\Controller\\Front\\SubscribersFrontController::form',{}))}}
</div>
</div>
</div>
</div>
</div>
{#<div class="bg-success-alt {{desktop('hz-30-in top-80-in bottom-40-in')}} {{mobile('vt-25-in')}}">
<div class="gpadding flex row middle space {{desktop('')}} {{mobile(' wrap center')}}">
{{render(controller('App\\Controller\\DefaultController::menu',{isFooter:1}))}}
</div>
</div>#}
<div class="w100 bg-white {{desktop('hz-50-in top-10 top-80-in')}} {{mobile('vt-20-in')}}">
<div class="{{desktop('bottom-30 bottom-7-in')}} {{mobile('')}}">
<figure class="flex row center gheight relative hoverflow {{desktop('')}} {{mobile('')}}">
<img src="{{asset(os_param('logo'))}}" class="h100">
</figure>
</div>
<div class="gpadding {{desktop('border noborder border-1x border-top border-gray top-50-in bottom-70 bottom-1-in')}} {{mobile('vt-30-in')}}">
<div class="flex row middle space {{desktop('top-3')}} {{mobile('wrap center')}}">
<p class="medium success {{desktop('h4')}} {{mobile('')}}">© Agence des Systèmes d'Information et du Numérique - 2023</p>
<p class="medium success {{desktop('h4')}}{{mobile('')}}"><a href='{{url("page",{"slug":"politique-confidentialite"})}}'>Mentions légales et gestions des cookies</a></p>
</div>
</div>
</div>
<div class='bg-white w100 flex row center'>
<div class='{{desktop("half")}}'>
<div class='flex flag flex-1 block-center w100'>
<i></i>
<i></i>
<i></i>
</div>
</div>
</div>
</footer>
{% endblock footer %}
</div>
{% endblock container %}
<div id='searchBox' class='anim-display anim-show vfill fixed top left'>
<i class="block bg-success transparent fill absolute top left"></i>
<div class='hpadding fill flex row center middle'>
<div class='relative shadow {{desktop("half_80 vt-80-in hz-80-in")}} {{mobile("vt-20-in hz-20-in")}} bg-white'>
<div class='absolute top right bg-warning-alt padding-10'>
<span data-target='#searchBox' class='block icon close contain filter-white os-click'></span>
</div>
<div class='w100 flex col around'>
<div class='flex col middle top-20'>
<h2 class='h3 success'>Faire une recherche</h2>
<p class='h6 upper text-left top-20 bottom-20'>Actualités, Projets, opportunités, etc.</p>
<div class='flex row'>
<div class='bg-gray w100'>
<input id='searchInput' data-action='{{path("search",{keywords:":keywords"})}}' type='search' class='os-search block nobg border border-gray noradius h4 black vt-20-in {{desktop("hz-40-in")}} {{mobile("hz-20-in")}} block w100' placeholder='Saisissez votre recherche ici'>
</div>
<div class='relative flex col middle center {{desktop("")}} {{mobile("")}} vt-10-in hz-20-in bg-success'>
<span class='block icon small search contain filter-white os-search-btn pointer' data-target='#searchInput'></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{% set notices = app.session.flashBag.get('notice') %}
{% if notices|length %}
<div class='popup show gpadding flex col middle center'>
<span class='icon contain close os-close filter-white absolute top right'></span>
{% for notice in notices %}
<div class='flex row middle center relative bg-white hz-40-in vt-20-in '>
<div class='flex row success text-left'>
<i class='fa fa-thumbs-up fa-3x top-5 right-20'></i>
<p class='h4 black'>{{notice|raw}}</p>
</div>
</div>
{% endfor %}
</div>
{% endif %}
{% if app.request.schemeAndHttpHost() != 'http://localhost' %}
{% endif %}
<script src='{{asset("js/jquery-3.6.0.min.js")}}'></script>
<script src='{{asset("js/os-script.js")}}?v=004'></script>
<script src='{{asset("js/script.js")}}?v=004'></script>
{% block js %}
{% endblock %}
</body>
</html>
{% endblock %}