templates/base.html.twig line 1

  1. <!DOCTYPE html>
  2. <html lang="fr">
  3.     <head>
  4.     
  5.         <meta charset="UTF-8">
  6.         <meta http-equiv="X-UA-Compatible" content="IE=edge">   
  7.    
  8.         <!-- Mobile Metas -->
  9.         <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
  10.     
  11.         <!-- Site Metas -->
  12.         <title>B&B Computer Solutions - {% block title %}{% endblock %}</title>  
  13.         <meta name="keywords" content="Infogérance, informatique, solutions informatiques, dépannage informatique, maintenance informatique ,réseau informatique, sécurité informatique, Prestataire IT, prestataire informatique, IT, support informatique, support IT, maintient informatique,
  14.         installation informatique, logiciel, matériel informatique, serveur, cloud computing, sauvegarde de données, backup, gestion de projet informatique, assistance informatique, conseil informatique, formation informatique, B&B Computer solutions, taille humaine, société familliale, 
  15.         Belge, Belgique, Bruxelles, Limal">
  16.         <meta name="description" content="B&B Computer Solutions est une entreprise spécialisée dans les solutions informatiques pour les PME, écoles, administrations et ONG. 
  17.         Nous offrons une large gamme de services informatiques pour répondre aux besoins de nos clients. Nos services incluent la vente de matériel informatique, tels que des ordinateurs, des imprimantes et des périphériques, ainsi que des logiciels et des solutions de sécurité informatique pour protéger les données de nos clients. Nous sommes situés à Limal, dans le Brabant wallon.">
  18.         <meta name="author" content="B&B Computer Solutions">
  19.         <!-- Site Icons -->
  20.         <link rel="shortcut icon" href="{{ asset('build/favicon.ico') }}" type="image/x-icon" />
  21.         <link rel="apple-touch-icon" href="{{ asset('build/apple-touch-icon.png') }}">
  22.         <!-- Bootstrap CSS -->
  23.         <link rel="stylesheet" href="{{ asset('assets/css/bootstrap.min.css') }}">
  24.         <!-- Site CSS -->
  25.         <link rel="stylesheet" href="{{ asset('assets/style.css') }}">
  26.         <!-- Colors CSS -->
  27.         <link rel="stylesheet" href="{{ asset('assets/css/colors.css') }}">
  28.         <!-- ALL VERSION CSS -->
  29.         <link rel="stylesheet" href="{{ asset('assets/css/versions.css') }}">
  30.         <!-- Responsive CSS -->
  31.         <link rel="stylesheet" href="{{ asset('assets/css/responsive.css') }}">
  32.         <!-- Custom CSS -->
  33.         <!-- <link rel="stylesheet" href="{{ asset('assets/css/custom.css') }}"> -->
  34.         <!-- Endblock -->
  35.         <!-- <link rel="stylesheet" href="{{ asset('assets/css/endblock.css') }}"> -->
  36.         <!-- Font Awesome -->
  37.         <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
  38.         <!-- Owl Carousel -->
  39.         <link rel="stylesheet" href="{{ asset('assets/css/owl.carousel.css') }}">
  40.         <link rel="stylesheet" href="{{ asset('assets/css/owl.theme.default.css') }}">
  41.         <!-- ALL JS FILES -->
  42.         <script src="{{ asset('assets/js/all.js') }}"></script>
  43.         <!-- Modernizer for Portfolio -->
  44.         <script src="{{ asset('assets/js/modernizer.js') }}"></script>
  45.         <!-- Owl Carousel -->
  46.         <script src="{{ asset('assets/js/owl.carousel.min.js') }}"></script>
  47.          <!--[if lt IE 9]>
  48.             <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  49.             <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
  50.         <![endif]-->
  51.         {# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
  52.         {% block stylesheets %}
  53.             {{ encore_entry_link_tags('app') }}
  54.         {% endblock %}
  55.         
  56.         {% block javascripts %}
  57.             {{ encore_entry_script_tags('app') }}
  58.         {% endblock %}
  59.     </head>
  60.     <body class="host_version">
  61.         {% block body %}
  62.             <!-- LOADER -->
  63.             <div id="preloader">
  64.                 <div class="loading">
  65.                     <div class="finger finger-1">
  66.                         <div class="finger-item">
  67.                         <span></span><i></i>
  68.                         </div>
  69.                     </div>
  70.                     <div class="finger finger-2">
  71.                         <div class="finger-item">
  72.                         <span></span><i></i>
  73.                         </div>
  74.                     </div>
  75.                     <div class="finger finger-3">
  76.                         <div class="finger-item">
  77.                         <span></span><i></i>
  78.                         </div>
  79.                     </div>
  80.                     <div class="finger finger-4">
  81.                         <div class="finger-item">
  82.                         <span></span><i></i>
  83.                         </div>
  84.                     </div>
  85.                     <div class="last-finger">
  86.                         <div class="last-finger-item"><i></i></div>
  87.                     </div>
  88.                 </div>
  89.             </div>
  90.             <!-- END LOADER -->
  91.             <header class="header header_style_01">
  92.                 <nav class="megamenu navbar navbar-default">
  93.                     <div class="container">
  94.                         <div class="navbar-header">
  95.                             <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
  96.                                 <span class="sr-only">Toggle navigation</span>
  97.                                 <span class="icon-bar"></span>
  98.                                 <span class="icon-bar"></span>
  99.                                 <span class="icon-bar"></span>
  100.                             </button>
  101.                             <a class="navbar-brand" href="{{ path('app_home') }}">
  102.                                 <img src="{{ asset('build/bbcs_logo.png') }}" alt="Logo B&B Computer Solutions"></a>
  103.                         </div>
  104.                         <div id="navbar" class="navbar-collapse collapse">
  105.                             <ul class="nav navbar-nav navbar-center">
  106.                                 <li class="menu-titre"><a {% if active_menu == 'home' %}class="active"{% endif %} href="{{ path('app_home') }}">{% trans %}Accueil {% endtrans %}</a></li>
  107.                                 
  108.                                 <li class="menu-deroulant menu-titre">
  109.                                     <a href="{{ path('app_about') }}" role="button" {% if active_menu in ['about', 'customers']%}class="active"{% endif %}>{% trans %}A propos{% endtrans %}</a>
  110.                                     <span class="fleche" tabindex="0"><i class="fa-solid fa-chevron-down"></i></i></span>
  111.                                     <ul class="sous-menu a-propos-menu">
  112.                                         {#<li><a {% if active_menu == 'about' %}class="active"{% endif %} href="{{ path('app_about') }}">{% trans %}Notre société {% endtrans %}</a></li>#}
  113.                                         <li><a {% if active_menu == 'customers' %}class="active"{% endif %} href="{{ path('app_customers') }}">{% trans %}Votre Entreprise {% endtrans %}</a></li>
  114.                                     </ul>
  115.                                 </li>
  116.                                 
  117.                                 
  118.                                 <li class="menu-deroulant menu-titre">
  119.                                     <a href="{{ path('app_solutions') }}" role="button" {% if active_menu in ['solutions', 'expertise', 'audit', 'backup', 'management', 'maintenance', 'venteLeasing', 'microsoft', 'openSource', 'doli', 'next']%}class="active"{% endif %}>
  120.                                     {% trans %}Nos Solutions{% endtrans %}
  121.                                     </a>
  122.                                     <span class="fleche" tabindex="0"><i class="fa-solid fa-chevron-down"></i></i></span>
  123.                                     <ul class="sous-menu">
  124.                                         <li><a {% if active_menu == 'expertise' %}class="active"{% endif %} href="{{ path('app_expertise') }}">{% trans %}Notre Expertise {% endtrans %}</a></li>
  125.                                         {#<li><a {% if active_menu == 'tarification' %}class="active"{% endif %} href="{{ path('app_tarification') }}">{% trans %}Tarification {% endtrans %}</a></li>#}
  126.                                         <li class="menu-deroulant menu-titre sous-sous-menu-titre">
  127.                                             <a  {% if active_menu in ['audit', 'backup', 'management', 'maintenance', 'venteLeasing', 'microsoft']%}class="active"{% endif %}>
  128.                                             {% trans %}Nos Services {% endtrans %}
  129.                                             </a>
  130.                                             <span class="fleche" tabindex="0"><i class="fa-solid fa-chevron-down"></i></span>
  131.                                             <ul class="sous-menu sous-menu-droite">
  132.                                                 <li><a {% if active_menu == 'audit' %}class="active"{% endif %} href="{{ path('app_audit') }}">{% trans %}Audit {% endtrans %}</a></li>
  133.                                                 <li><a {% if active_menu == 'backup' %}class="active"{% endif %} href="{{ path('app_backup') }}">{% trans %}Backup {% endtrans %}</a></li>
  134.                                                 <li><a {% if active_menu == 'management' %}class="active"{% endif %} href="{{ path('app_management') }}">{% trans %}IT Management {% endtrans %}</a></li>
  135.                                                 <li><a {% if active_menu == 'maintenance' %}class="active"{% endif %} href="{{ path('app_maintenance') }}">{% trans %}Maintenance {% endtrans %}</a></li>
  136.                                                 <li><a {% if active_menu == 'venteLeasing' %}class="active"{% endif %} href="{{ path('app_venteLeasing') }}">{% trans %}Vente et Leasing {% endtrans %}</a></li>
  137.                                                 <li><a {% if active_menu == 'microsoft' %}class="active"{% endif %} href="{{ path('app_microsoft') }}">{% trans %}Microsoft 365 {% endtrans %}</a></li>
  138.                                             </ul>
  139.                                         </li>
  140.                                         <li class="menu-deroulant menu-titre sous-sous-menu-titre">
  141.                                             <a href="{{ path('app_openSource') }}" {% if active_menu in ['openSource', 'doli', 'next']%}class="active"{% endif %}>Open Source</a>
  142.                                             <span class="fleche" tabindex="0"><i class="fa-solid fa-chevron-down"></i></span>
  143.                                             <ul class="sous-menu sous-menu-droite">
  144.                                                 <li><a {% if active_menu == 'doli' %}class="active"{% endif %} href="{{ path('app_doli') }}">{% trans %}Dolibarr {% endtrans %}</a></li>
  145.                                                 <li><a {% if active_menu == 'next' %}class="active"{% endif %} href="{{ path('app_next') }}">{% trans %}NextCloud {% endtrans %}</a></li>
  146.                                             </ul>
  147.                                         </li>
  148.                                     </ul>
  149.                                 </li>
  150.                                 {#
  151.                                 <li class="menu-deroulant menu-titre">
  152.                                     <a href="{{ path('app_contact') }}" role="button" {% if active_menu in ['contact', 'jobs']%}class="active"{% endif %}>Contact</a>
  153.                                     <span class="fleche" tabindex="0"><i class="fa-solid fa-chevron-down"></i></span>
  154.                                     <ul class="sous-menu">
  155.                                         <li><a {% if active_menu == 'jobs' %}class="active"{% endif %} href="{{ path('app_jobs') }}">{% trans %}Jobs {% endtrans %}</a></li>
  156.                                     </ul>
  157.                                 </li>#}
  158.                                 <li class="menu-titre"><a {% if active_menu == 'contact' %}class="active"{% endif %} href="{{ path('app_contact') }}">{% trans %}Contact {% endtrans %}</a></li>
  159.                                 <li class="menu-titre"><a {% if active_menu == 'jobs' %}class="active"{% endif %} href="{{ path('app_jobs') }}">{% trans %}Jobs {% endtrans %}</a></li>
  160.                                 
  161.                                
  162.                             </ul>
  163.                             <ul class="nav navbar-nav navbar-right">
  164.                                 <li>
  165.                                     {% if app.request.locale == 'en' %}
  166.                                         <li><a href="{{ path(app.request.attributes.get('_route'), {_locale: 'fr' } ) }}">FR</a></li>
  167.                                     {% else %}
  168.                                          <li><a href="{{ path(app.request.attributes.get('_route'), {_locale: 'en' } ) }}">ENG</a></li>
  169.                                     {% endif %}
  170.                                 </li>
  171.                                 <li><a class="btn-light btn-radius btn-brd log" href="https://helpdesk.bbcs.be/" target="_blank"><i class="flaticon-padlock"></i> {% trans %}Support Client {% endtrans %}</a></li>
  172.                             </ul>
  173.                         </div>
  174.                     </div>
  175.                 </nav>
  176.             </header>
  177.         <!-- START CONTENT -->
  178.         
  179.         {% block content %}    
  180.         
  181.         {% endblock %}
  182.         <!-- END CONTENT -->
  183.             <div class="parallax section db parallax-off" style="background-image:url('{{ asset('build/ethernet-1.jpg') }}');">
  184.                 <div class="container">
  185.                     <div class="row logos">
  186.                         <div class="partners-carousel owl-carousel owl-theme">
  187.                             <div class="wow fadeInUp item">
  188.                                 <a href="https://www.adobe.com/fr/" target="_blank">
  189.                                     <img src="{{ asset('build/partners/adobe.png') }}" alt="logo Entreprise Adobe">
  190.                                 </a>
  191.                             </div>
  192.                             <div class="wow fadeInUp item">
  193.                                 <a href="https://www.fortinet.com" target="_blank">
  194.                                     <img src="{{ asset('build/partners/fortinet.png') }}" alt="Logo Entreprise Fortinet">
  195.                                 </a>
  196.                             </div>
  197.                             <div class="wow fadeInUp item">
  198.                                 <a href="https://www.se.com/be/fr/brands/apc/" target="_blank">
  199.                                     <img src="{{ asset('build/partners/apc.png') }}" alt="logo Entreprise Apc"> 
  200.                                 </a>
  201.                             </div>
  202.                           <div class="wow fadeInUp item">
  203.                                 <a href="https://www.cisco.com/" target="_blank">
  204.                                     <img src="{{ asset('build/partners/cisco.png') }}" alt="logo Entreprise Cisco">
  205.                                 </a>
  206.                             </div>
  207.                             <div class="wow fadeInUp item">
  208.                                 <a href="https://www.brother.be/" target="_blank">
  209.                                     <img src="{{ asset('build/partners/brother.png') }}" alt="logo Entreprise Brother">
  210.                                 </a>
  211.                             </div>
  212.                             <div class="wow fadeInUp item">
  213.                                 <a href="https://www.hp.com/be-fr/home.html" target="_blank">
  214.                                     <img src="{{ asset('build/partners/hp.png') }}" alt="logo Entreprise Hp">
  215.                                 </a>
  216.                             </div>
  217.                             <div class="wow fadeInUp item">
  218.                                 <a href="https://www.lenovo.com/be/fr/" target="_blank">
  219.                                     <img src="{{ asset('build/partners/lenovo.png') }}" alt="logo Entreprise Lenovo">
  220.                                 </a>
  221.                             </div>
  222.                             <div class="wow fadeInUp item">
  223.                                 <a href="https://www.microsoft.com/fr-be/" target="_blank">
  224.                                     <img src="{{ asset('build/partners/microsoft_365.png') }}" alt="logo Entreprise Microsoft">
  225.                                 </a>
  226.                             </div>
  227.                             <div class="wow fadeInUp item">
  228.                                 <a href="https://www.synology.com/en-global" target="_blank">
  229.                                     <img src="{{ asset('build/partners/synology.png') }}" alt="logo Entreprise Synology">
  230.                                 </a>
  231.                             </div>
  232.                         </div>
  233.                     </div><!-- end row -->
  234.                 </div><!-- end container -->
  235.             </div><!-- end section -->
  236. {#
  237.             <footer class="footer">
  238.                 <div class="container">
  239.                     <div class="row">
  240.                         
  241.                         <div class="col-md-4 col-sm-4 col-xs-12">
  242.                             <div class="widget clearfix">
  243.                                 <div class="widget-title">
  244.                                     <h3>Liens</h3>
  245.                                 </div>
  246.                                 <div class="col-md-6 col-sm-6 col-xs-12">
  247.                                     <ul class="footer-links">
  248.                                         <li><a href="{{ path('app_home') }}">{% trans %}Accueil {% endtrans %}</a></li>
  249.                                         <li><a href="{{ path('app_about') }}">{% trans %}Qui sommes-nous ? {% endtrans %}</a></li>
  250.                                         <li><a href="{{ path('app_solutions') }}">{% trans %}Nos Solutions {% endtrans %}</a></li>
  251.                                     </ul><!-- end links -->
  252.                                 </div>
  253.                                 <div class="col-md-6 col-sm-6 col-xs-12">
  254.                                     <ul class="footer-links">
  255.                                         <li><a href="https://helpdesk.bbcs.be/" target="_blank">{% trans %}Support {% endtrans %}</a></li>
  256.                                         <li><a href="{{ path('app_contact') }}">{% trans %}Contact {% endtrans %}</a></li>
  257.                                         <li><a href="{{ path('app_jobs') }}">{% trans %}Jobs {% endtrans %}</a></li>
  258.                                     </ul><!-- end links -->
  259.                                 </div>
  260.                             </div><!-- end clearfix -->
  261.                         </div><!-- end col -->
  262.                         
  263.                         <div class="col-md-4 col-sm-4 col-xs-12">
  264.                             <div class="widget clearfix">
  265.                                 <div class="widget-title">
  266.                                     <h3>{% trans %}Infos de contact {% endtrans %}</h3>
  267.                                 </div>
  268.                                 <ul class="footer-links">
  269.                                     <li><a href="#">www.bbcs.be</a></li>
  270.                                     <li>Pl. Albert 1er 9, 1300 <br>Limal - Belgique </li>
  271.                                     <li>+32 (0)2 646 58 18</li>
  272.                                 </ul><!-- end links -->
  273.                             </div><!-- end clearfix -->
  274.                         </div><!-- end col -->
  275.                         <div class="col-md-4 col-sm-4 col-xs-12">
  276.                             <div class="widget clearfix">
  277.                                 <div class="widget-title">
  278.                                     <h3>Social</h3>
  279.                                 </div>
  280.                                 <ul class="footer-links">
  281.                                     <li><a href="https://www.facebook.com/profile.php?id=100057278446932" target="_blank"><i class="fa-brands fa-facebook"></i> {% trans %}Likez-nous {% endtrans %}</a></li>
  282.                                     <li><a href="https://www.linkedin.com/company/bandb-computer-solutions/"><i class="fa-brands fa-linkedin"></i> {% trans %}Suivez-nous {% endtrans %}</a></li>
  283.                                     
  284.                                 </ul><!-- end links -->
  285.                             </div><!-- end clearfix -->
  286.                         </div><!-- end col -->
  287.                     </div><!-- end row -->
  288.                 </div><!-- end container -->
  289.             </footer><!-- end footer -->
  290. #}
  291.             <footer class="footer">
  292.                 <div class="container">
  293.                     <div class="footer-container-cols">
  294.                         <div class="footer-col">
  295.                             <p><a class=" footer-title" href="{{ path('app_home') }}">{% trans %}Accueil{% endtrans %}</a></p>
  296.                         </div>
  297.                         <div class="footer-col">
  298.                             <p><a class="footer-text footer-title" href="{{ path('app_about') }}">{% trans %}A Propos{% endtrans %}</a></p>
  299.                             {#<p><a class="footer-text" href="{{ path('app_about') }}">{% trans %}Notre société{% endtrans %}</a></p>#}
  300.                             <p><a class="footer-text" href="{{ path('app_customers') }}">{% trans %}Votre Entreprise{% endtrans %}</a></p>
  301.                         </div>
  302.                         <div class="footer-col">
  303.                             <p><a class="footer-text footer-title" href="{{ path('app_solutions') }}">{% trans %}Nos Solutions{% endtrans %}</a></p>
  304.                             <p><a class="footer-text" href="{{ path('app_expertise') }}">{% trans %}Notre Expertise{% endtrans %}</a></p>
  305.                             {#<p><a class="footer-text" href="{{ path('app_tarification') }}">{% trans %}Tarification{% endtrans %}</a></p>#}
  306.                             <p><a class="footer-text" href="{{ path('app_solutions') }}">{% trans %}Nos Services{% endtrans %}</a></p>
  307.                             <p><a class="footer-text" href="{{ path('app_openSource') }}">{% trans %}Open Source{% endtrans %}</a></p>
  308.                         </div>
  309.                         
  310.                         <div class="footer-col">
  311.                             <p><a class="footer-text footer-title" href="{{ path('app_contact') }}">{% trans %}Contact{% endtrans %}</a></p>
  312.                             <p><a class="footer-text" href="{{ path('app_jobs') }}">{% trans %}Jobs{% endtrans %}</a></p>
  313.                         </div>
  314.                         <div class="footer-col">
  315.                                 <p><a class="footer-text footer-title" href="tel:+3226465818">+32 (0)2 646 58 18</a></p>
  316.                                 <p class="footer-text">Pl. Albert 1er 9, 1300</p>
  317.                                 <p class="footer-text">{% trans %} Limal - Belgique {% endtrans %}</p>
  318.                         </div>
  319.                         
  320.                     </div>
  321.                 </div><!-- end container -->
  322.             </footer><!-- end footer -->
  323.             <div class="copyrights">
  324.                 <div class="container">
  325.                     <div class="footer-distributed">
  326.                         <div class="footer-center">                  
  327.                             <p class="footer-company-name">
  328.                                 {% trans %}Tous droits réservés. {% endtrans %}&copy; 
  329.                                 <script>
  330.                                     document.write(new Date().getFullYear());
  331.                                 </script>  
  332.                                     | <img src="{{ asset('build/bbcs_small.png') }}" alt="bbcs logo miniature"> Computer Solutions 
  333.                             </p> 
  334.                             <p class="footer-company-name reseaux-sociaux">
  335.                                 <a href="https://www.facebook.com/profile.php?id=100057278446932" target="_blank"><i class="fa-brands fa-facebook"></i></a>
  336.                                 <a href="https://www.linkedin.com/company/bandb-computer-solutions/"><i class="fa-brands fa-linkedin"></i></a>
  337.                             </p>
  338.                     </div>
  339.                 </div><!-- end container -->
  340.             </div><!-- end copyrights -->
  341.             <a href="#" id="scroll-to-top" class="dmtop global-radius"><i class="fa fa-angle-up"></i></a>
  342.         {% endblock %}
  343.         <script>
  344.             $(".partners-carousel").owlCarousel({
  345.                 loop:true,
  346.                 autoplay:3000,
  347.                 smartSpeed: 3000,
  348.                 margin: 150,
  349.                 nav:false,
  350.                 dots: false,
  351.                 responsive:{
  352.                     0:{
  353.                         items:1,
  354.                         nav:false
  355.                     },
  356.                     600:{
  357.                         items:2,
  358.                         nav:false
  359.                     },
  360.                     1000:{
  361.                         items:4,
  362.                         loop: true
  363.                     },
  364.                     1200:{
  365.                         items:4,
  366.                         loop: true
  367.                     }
  368.                 }
  369.             });
  370.             $('.testi-carousel').owlCarousel({
  371.                 margin:30,
  372.                 dots:false,
  373.                 nav: true,
  374.                 responsiveClass:true,
  375.                 navText: [
  376.                 "<i class='fa fa-angle-left effect-1'></i>",
  377.                 "<i class='fa fa-angle-right effect-1'></i>"
  378.                 ],
  379.                 responsive:{
  380.                     0:{
  381.                         items:1,
  382.                         nav:true
  383.                     },
  384.                     600:{
  385.                         items:2,
  386.                         nav:true
  387.                     },
  388.                     1000:{
  389.                         items:3,
  390.                         loop: true
  391.                     },
  392.                     1200:{
  393.                         items:3,
  394.                         loop: true
  395.                     }
  396.                 }
  397.             })
  398.         </script>
  399.         <script>
  400.             document.addEventListener('DOMContentLoaded', function () {
  401.                 document.querySelectorAll('.menu-deroulant .fleche').forEach(fleche => {
  402.                     fleche.addEventListener('click', function (e) {
  403.                         e.stopPropagation();
  404.                         const sousMenu = this.nextElementSibling;
  405.                         sousMenu.classList.toggle('open');
  406.                         this.classList.toggle('rotated');
  407.                     });
  408.                     //fermer le menu quand on clique ailleurs
  409.                     document.addEventListener('click', function () {
  410.                         document.querySelectorAll('.menu-deroulant .sous-menu').forEach(menu => {
  411.                             menu.classList.remove('open');
  412.                         });
  413.                         document.querySelectorAll('.menu-deroulant .fleche').forEach(f => {
  414.                             f.classList.remove('rotated');
  415.                         });
  416.                     });
  417.                 });
  418.             });
  419.         </script>
  420.     </body>
  421. </html>