src/Flexy/FrontBundle/Themes/CoWorking/templates/_header.html.twig line 1

  1. <style>
  2.   .signature-field {
  3.     border: 2px solid transparent; /* Bordure par défaut */
  4. }
  5. .signature-field.empty {
  6.     border-color: #ffcccc; /* Bordure rouge légère lorsque vide */
  7. }
  8.  .modal-backdrop.fade.show {
  9.         display: none;
  10. }
  11.         .modal-confirm {        
  12.           color: #636363;
  13.           width: 450px;
  14.         }
  15.         .modal-confirm .modal-content {
  16.           padding: 20px;
  17.           border-radius: 5px;
  18.           border: none;
  19.           text-align: center;
  20.           font-size: 14px;
  21.           box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  22.         }
  23.         .modal-confirm .modal-header {
  24.           border-bottom: none;   
  25.           position: relative;
  26.         }
  27.         .modal-confirm h4 {
  28.           text-align: center;
  29.           font-size: 26px;
  30.           margin: 30px 0 -10px;
  31.         }
  32.         .modal-confirm .close {
  33.           position: absolute;
  34.           top: -5px;
  35.           right: -2px;
  36.         }
  37.         .modal-confirm .modal-body {
  38.           color: #999;
  39.         }
  40.         .modal-confirm .modal-footer {
  41.           border: none;
  42.           text-align: center;        
  43.           border-radius: 5px;
  44.           font-size: 13px;
  45.           padding: 10px 15px 25px;
  46.         }
  47.         .modal-confirm .modal-footer a {
  48.           color: #999;
  49.         }        
  50.         .modal-confirm .icon-box {
  51.           width: 80px;
  52.           height: 80px;
  53.           margin: 0 auto;
  54.           border-radius: 50%;
  55.           z-index: 9;
  56.           text-align: center;
  57.           border: 3px solid #f15e5e;
  58.         }
  59.         .modal-confirm .icon-box i {
  60.           color: #f15e5e;
  61.           font-size: 46px;
  62.           display: inline-block;
  63.           margin-top: 13px;
  64.         }
  65.         .modal-confirm .btn, .modal-confirm .btn:active {
  66.           color: #fff;
  67.           border-radius: 4px;
  68.           background: #60c7c1;
  69.           text-decoration: none;
  70.           transition: all 0.4s;
  71.           line-height: normal;
  72.           min-width: 120px;
  73.           border: none;
  74.           min-height: 40px;
  75.           border-radius: 3px;
  76.           margin: 0 5px;
  77.         }
  78.         .modal-confirm .btn-secondary {
  79.           background: #c1c1c1;
  80.         }
  81.         .modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
  82.           background: #a8a8a8;
  83.         }
  84.         .modal-confirm .btn-danger {
  85.           background: #f15e5e;
  86.         }
  87.         .modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
  88.           background: #ee3535;
  89.         }
  90. ul {
  91.    display: inline-block;
  92. }
  93. li.first.last a {
  94.   color: black !important;
  95. }
  96.      
  97. #btniconMobile{
  98.     display:none;
  99. }
  100. @media only screen and (max-width: 600px) {
  101.     
  102.  
  103.    button.btn.btn-outline-warning{
  104.      width: 100% !important;
  105.     }
  106.    
  107.    .fa-user:before {
  108.     font-size: 12px;
  109.     margin-top:10px;
  110.    }
  111.     .col-sm-8.hidden-col{
  112.         display:none;
  113.     }
  114.     
  115.     svg.svg-inline--fa.fa-user{
  116.         font-size: 13px;
  117.         padding-left:3px
  118.         margin-left:0% !important;
  119.    }
  120.    #btniconDisktop{
  121.        display:none;
  122.    }
  123.    #btniconMobile{
  124.        display:block;
  125.    }
  126.    svg.svg-inline--fa.fa-bars {
  127.     display:none;
  128. }
  129.    
  130.     
  131.     
  132. }
  133.  
  134. .fa-linkedin {
  135.     color: #edf2f8 !important;
  136.     font-size: 16px !important;
  137. }
  138.    @keyframes infiniteScroll {
  139.   from {transform: translateX(0)}
  140.   to {transform: translateX(-50%)}
  141. }
  142. .container {
  143.   width: 100%;
  144.   /*overflow-x: hidden;*/
  145. }
  146. .horizontal-scrolling-items {
  147.   display: flex;
  148.  
  149.   font-size:14px;
  150.   width: 2600px;
  151.   animation-name: infiniteScroll;
  152.   animation-duration: 30s;
  153.   animation-iteration-count: infinite;
  154.   animation-timing-function: linear;
  155. }
  156. .horizontal-scrolling-items__item {
  157.   white-space: nowrap;
  158. }
  159. .horizontal-scrolling-items__item {
  160.     margin-right: 20px;  /* Ajustez la valeur selon vos besoins */
  161.     margin-left: 46px;
  162. }
  163. /***/
  164.  .dropdown-menu {
  165.     display: none;
  166.     position: absolute;
  167.     top: 23px !important;
  168.     left: 0;
  169.     background: white;
  170.     border: 1px solid #dfb150;
  171.     border-radius: 8px;
  172.     list-style: none;
  173.     padding: 5px 0;
  174.     z-index: 1000;
  175.   }
  176.   .home-link:hover + .dropdown-menu,
  177.   .dropdown-menu:hover {
  178.     display: block;
  179.   }
  180.   .dropdown-item {
  181.     padding: 5px 20px;
  182.     text-decoration: none;
  183.     color: #000;
  184.     display: block;
  185.     font-size: 14px;
  186.   }
  187.   .dropdown-item:hover {
  188.     background: #dfb150;
  189.     color: #fff;
  190.   }
  191.  
  192.  
  193. /* Responsive Adjustments */
  194. @media (min-width: 768px) {
  195.   .nav-menu {
  196.     width: 750px;
  197.   }
  198. }
  199. /*Medium Screens */
  200. @media (min-width: 922px) {
  201.   .nav-menu {
  202.     width: 970px;
  203.   }
  204. }
  205. /*Large Screens */
  206. @media (min-width: 1200px) {
  207.   .nav-menu {
  208.     width: 1170px;
  209.   }
  210. }
  211. /* Burger Icon Container */
  212. .burger-container {
  213.   /*position: relative;
  214.   top: 7px;*/
  215.   position: relative;
  216.   top: 0px;
  217.   right: 5px;
  218.   z-index: 1000;
  219.   cursor: pointer;
  220.   width: 40px;
  221.   height: 30px;
  222.   display: flex;
  223.   flex-direction: column;
  224.   justify-content: space-between;
  225.   padding: 5px;
  226.   border-radius: 5px;
  227.   background: hwb(0 100% 0% / 0.1);
  228.   backdrop-filter: blur(10px);
  229.   box-shadow: 0 4px 6px #0000001a;
  230. }
  231. /* Burger Icon Lines */
  232. .burger-line {
  233.   width: 100%;
  234.   height: 3px;
  235.   background-color: #d5af5e;
  236.   border-radius: 2px;
  237.   transform-origin: center;
  238.   transition: all 0.4s ease-in-out;
  239. }
  240. /* Checkbox Hack */
  241. #burger-toggle {
  242.   display: none;
  243. }
  244. /* Navigation Styles */
  245. .nav-menu {
  246.   position: fixed;
  247.   top: 0;
  248.   right: -300px;
  249.   width: 300px;
  250.   height: 100%;
  251.   background: white;
  252.   transition: right 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
  253.   box-shadow: -4px 0 15px #00000033;
  254.   overflow-y: auto;
  255.   padding-top: 100px;
  256.   z-index:9;
  257. }
  258. .nav-menu::before {
  259.   content: "";
  260.   position: absolute;
  261.   top: 0;
  262.   left: 0;
  263.   width: 100%;
  264.   height: 80px;
  265.   background: #ffffff0d;
  266.   backdrop-filter: blur(10px);
  267. }
  268. .nav-menu ul {
  269.   list-style-type: none;
  270. }
  271. .nav-menu ul li {
  272.   margin: 0 15px;
  273.   border-bottom: 1px solid #ffffff1a;
  274. }
  275. .nav-menu ul li a {
  276.   color: black;
  277.   text-decoration: none;
  278.   display: block;
  279.   padding: 15px;
  280.   font-weight: 500;
  281.   position: relative;
  282.   overflow: hidden;
  283. }
  284. .nav-menu ul li a::after {
  285.   content: "";
  286.   position: absolute;
  287.   bottom: 0;
  288.   left: -100%;
  289.   width: 100%;
  290.   height: 2px;
  291.   background-color: var(--secondary-color);
  292.   transition: left 0.3s ease;
  293. }
  294. .nav-menu ul li a:hover::after {
  295.   left: 0;
  296. }
  297. /* Burger Icon Animation on Checkbox Checked */
  298. #burger-toggle:checked ~ .burger-container .burger-line:nth-child(1) {
  299.   transform: rotate(45deg) translate(5px, 5px);
  300. }
  301. #burger-toggle:checked ~ .burger-container .burger-line:nth-child(2) {
  302.   opacity: 0;
  303. }
  304. #burger-toggle:checked ~ .burger-container .burger-line:nth-child(3) {
  305.   transform: rotate(-45deg) translate(5px, -5px);
  306. }
  307. /* Navigation Slide In */
  308. #burger-toggle:checked ~ .nav-menu {
  309.   right: 0;
  310. }
  311. .dropdown-item:focus, .dropdown-item:hover{
  312.         background-color: #dfb150 !important;
  313. }
  314. </style>
  315.   <div style=" box-shadow:0 0 12px 6px rgba(0, 0, 0, 0.06); height:fit-content;">
  316.                           <div class="text-center p-2 text-white" style="
  317.                                           background-color:rgba(255, 216, 110, 1);
  318.                                           background-image:linear-gradient(to left,rgba(175, 119, 34, 1),rgba(255, 216, 110, 0.6), rgba(255, 216, 110, 0.6));">
  319.                                             <!--<div class="fw-light" style="font-family: 'Archivo', sans-serif; font-size:14px;">
  320.                                                 OFFRE DE LANCEMENT : Profitez de 30% de réduction sur toutes les réservations du 15 octobre 2023 au 15 janvier 2024.
  321.                                             </div>-->
  322.                                              
  323.       <div class="horizontal-scrolling-items">
  324.          {% for offre in doctrine.repository('App\\Flexy\\FrontBundle\\Entity\\Newshome').findActiveOffers(date('now')) %}
  325.                      
  326.                   
  327.       <div class="horizontal-scrolling-items__item">
  328.         {{offre.description}}  &nbsp;
  329.              </div>
  330.        {% endfor %}
  331.        
  332.       </div>
  333.   
  334.  
  335.                             </div> 
  336.                           <div class="wrapper">
  337.                                 <div class="head-wrapper">
  338.                                             <ul class="my-auto info col-md-4 col-sm-4 list-unstyled align-items-center text-dark" style="font-size: 15px; font-weight:300; font-family:'Archivo', sans-serif;">
  339.                                         <li style="display: inline-flex;">
  340.                                                 {#<a href="{{ path('offres')}}" title="Rérefence" style="margin-right: 4px;background: #dfb150;border-radius: 50%;height: 30px;width: 30px;display: flex;justify-content: center;align-items: center;color:white"><i class="fa-solid fa-gift" aria-hidden="true"></i></a>#}
  341.                                                 {#<a href="{{ path('news')}}" title="Actualité" style="margin-right: 4px;background: #dfb150;border-radius: 50%;height: 30px;width: 30px;display: flex;justify-content: center;align-items: center;color:white"><i class="fa fa-newspaper" aria-hidden="true"></i></a>#}
  342.                                           
  343.                                               <a href="https://www.facebook.com/profile.php?id=61551253435716&mibextid=LQQJ4d" target="_blank" style="margin-right: 4px;background: #dfb150;border-radius: 50%;height: 30px;width: 30px;display: flex;justify-content: center;align-items: center;color:white"> <i class="fa-brands fa-facebook"></i></a> 
  344.                                             <a href="https://instagram.com/coworkandlive?igshid=MzRlODBiNWFlZA" target="_blank" style="margin-right: 4px;background: #dfb150;border-radius: 50%;height: 30px;width: 30px;display: flex;justify-content: center;align-items: center;color:white"> <i class="fa-brands fa-instagram"></i></a>
  345.                                             <a href="https://www.linkedin.com/company/cowork-live" target="_blank" style="margin-right: 4px;background: #dfb150;border-radius: 50%;height: 30px;width: 30px;display: flex;justify-content: center;align-items: center;color:white"> <i class="fa-brands fa-linkedin"></i></a>
  346.                                             {#<a href="{{ path('front_home')}}" title="Accueil" style="margin-right: 4px;background: #dfb150;border-radius: 50%;height: 30px;width: 30px;display: flex;justify-content: center;align-items: center;color:white"> <i class="fa-solid fa-house"></i></a>#}
  347.                                       
  348.                                         </li>
  349.                                         
  350.                                          <ul
  351.       class="my-auto info col-md-4 col-sm-4 list-unstyled align-items-center text-dark"
  352.       style="font-size: 15px; font-weight: 300; font-family: 'Archivo', sans-serif;"
  353.     >
  354.       <li style="display: inline-flex; position: relative;">
  355.         <a
  356.           href="{{ path('front_home') }}"
  357.           class="home-link"
  358.           style="margin-right: 4px; width: 30px; display: flex; justify-content: center; align-items: center;color: #dfb150;
  359.     font-weight: 600;"
  360.         >
  361.          Menu
  362.         </a>
  363.         <!-- Dropdown for Desktop -->
  364.         <ul class="dropdown-menu">
  365.           <li><a href="{{path('login_register')}}" class="dropdown-item">Connexion</a></li>
  366.           <li><a href="{{ path('front_home')}}#a-propos" class="dropdown-item">À propos de nous  </a></li>
  367.           <li><a href="{{path('reservationbureaux')}}" class="dropdown-item">Bureau</a></li>
  368.           <li><a href="{{path('reservationsallereuninon')}}" class="dropdown-item">Salles de réunion</a></li>
  369.           <li><a href="{{path('reservationfreework')}}" class="dropdown-item">Freework</a></li> 
  370.           
  371.           <li><a href="{{ path('front_home')}}#nos-atouts" class="dropdown-item">Nos atouts </a></li>
  372.           <li><a href="{{ path('news')}}" class="dropdown-item">Nos actualités</a></li>
  373.           <li><a href="{{ path('offres')}}" class="dropdown-item">Nos offres</a></li>
  374.           <li><a href="{{ path('front_home')}}#melliber-Appart" class="dropdown-item">Melliber Appart & Hotel</a></li>
  375.           <li><a href="{{ path('front_home')}}#contactezNous" class="dropdown-item">Contact</a></li>
  376.     
  377.         </ul>
  378.       </li>
  379.     </ul>
  380.                                            
  381.                                     </ul>
  382.                                     
  383.                                      <div class=" logo col-sm-4  col-10 mb-2 justify-content-center mb-md-0">
  384.                                         <a  href="#myModalAccueil" data-toggle="modal">
  385.                                                <img class="img-fluid logoForMobile" src="{{asset("themes/coworking/images/logo-black.png")}}" style="width:70%;"  >
  386.                                         </a>
  387.                                             
  388.                                     </div>
  389.                                     
  390.                                     
  391.                                      <div class="logo col-sm-4 col-2 mb-2 justify-content-center mb-md-0 d-sm-none">
  392.                                         <!-- Mobile Burger Menu -->
  393.                                         {#<div class="burger-menu d-sm-none">#}
  394.                                         {#  <button class="burger-btn"><i class="fa-solid fa-bars"></i></button>#}
  395.                                         {#  <ul class="burger-dropdown">#}
  396.                                         {#    <li><a href="#" class="dropdown-item">Home</a></li>#}
  397.                                         {#    <li><a href="#" class="dropdown-item">Connexion</a></li>#}
  398.                                         {#    <li><a href="#" class="dropdown-item">Register</a></li>#}
  399.                                         {#  </ul>#}
  400.                                         {#</div>#}
  401.                                         
  402.                                         
  403.                                         
  404.                                      <!--First button-->
  405.                                          <!-- Hidden Checkbox to Control Menu -->
  406.                                               <input type="checkbox" id="burger-toggle">
  407.                                               <!-- Burger Icon -->
  408.                                               <label for="burger-toggle" class="burger-container">
  409.                                                 <div class="burger-line"></div>
  410.                                                 <div class="burger-line"></div>
  411.                                                 <div class="burger-line"></div>
  412.                                               </label>
  413.                                               <!-- Navigation Menu -->
  414.                                               <nav class="nav-menu">
  415.                                                 <ul>
  416.                                                   <li><a href="{{path('login_register')}}">Connexion</a></li>
  417.                                                   <li><a href="{{ path('front_home')}}#a-propos" class="dropdown-item">À propos de nous  </a></li>
  418.                                                   <li><a href="{{path('reservationbureaux')}}" class="dropdown-item">Bureau</a></li>
  419.                                                  <li><a href="{{path('reservationsallereuninon')}}" class="dropdown-item">Salles de réunion</a></li>
  420.                                                  <li><a href="{{path('reservationfreework')}}" class="dropdown-item">Freework</a></li>
  421.                                                  <li><a href="{{ path('front_home')}}#nos-atouts" class="dropdown-item">Nos atouts </a></li>
  422.                                                  <li><a href="{{ path('news')}}" class="dropdown-item">Nos actualités</a></li>
  423.                                                  <li><a href="{{ path('offres')}}" class="dropdown-item">Nos offres</a></li>
  424.                                                  <li><a href="{{ path('front_home')}}#melliber" class="dropdown-item">Melliber Appart & Hotel</a></li>
  425.                                                 <li><a href="{{ path('front_home')}}#contactezNous" class="dropdown-item">Contact</a></li>
  426.                                                    
  427.                                                                                               
  428.                                                   
  429.         
  430.                                                 </ul>
  431.                                               </nav>
  432.                                     
  433.                                      </div>
  434.                                     
  435.                                     
  436.                                     <div class="col-md-4 col-sm-4 hidden-col" id="logoForMobile">
  437.                                     </div>
  438.                                    
  439.                                              <!-- Modèle de boîte de dialogue de confirmation -->
  440.                                     <div id="myModalAccueil" class="modal fade" >
  441.                       <div class="modal-dialog modal-confirm">
  442.                         <div class="modal-content">
  443.                           <div class="modal-header flex-column">
  444.                             <div class="icon-box">
  445.                               <i class="material-icons">&#xE5CD;</i>
  446.                             </div>                        
  447.                             <h4 class="modal-title w-100">Confirmation </h4>    
  448.                                     <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
  449.                           </div>
  450.                           <div class="modal-body">
  451.                             <p>Souhaitez-vous quitter cette page ? </p>
  452.                               <p>Si vous quittez, vous abandonnez votre panier.</p>
  453.                           </div>
  454.                           <div class="modal-footer justify-content-center">
  455.                             <a href="{{path("front_home")}}" > <button type="button" class="btn btn-danger" >
  456.                                 Quitter
  457.                             
  458.                             </button></a>
  459.                             <button type="button" class="btn btn-green" data-dismiss="modal"> Continuer </button>
  460.                             
  461.                           </div>
  462.                         </div>
  463.                       </div>
  464.                     </div> 
  465.                                     <div class="nav-link col-md-4 col-sm-4 align-self-start">        
  466.                                             {% if not app.user or 'ROLE_CUSTOMER' not in app.user.roles %}
  467.                                                 {#<a href="#" class=" mt-3 btn btn-outline-warning d-flex align-items-center justify-content-center" id="btniconDesktop" style="border-radius: 28px; height: 42px; color: black; text-decoration: none; width: fit-content; padding: 0 20px;float:right;"> #}
  468.                                                   {# Connexion #}
  469.                                                  <a class=" mt-3 d-none d-md-block " style="font-size:20px ;border-radius: 28px; height: 42px; color: black; text-decoration: none; width: fit-content; padding: 0 20px;float:right;" href="{{ path('login_register') }}"> <i class="fa-solid fa-user" style="margin-left: 10px;"></i>
  470.                                                 </a>
  471.                                             {% endif %}
  472.                                                 {% if app.user %}
  473.                                               
  474.                                                     {% if 'ROLE_CUSTOMER' in app.user.roles %}
  475.                                                         <button type="button" class="btn btn-outline-warning"id="btniconDisktop" style="border-radius: 28px;height: 42px;width: 51%;"><div style="text-decoration: none;color:black;">{{menu|raw}} <i class="fa-solid fa-user" style="margin-left: 5%;"></i></div></button>
  476.                                                     {% endif %}
  477.                                                 {% endif %}
  478.                                                
  479.                                                 
  480.                                     </div>
  481.                                 </div>
  482.                             </div>
  483.                           
  484.                       
  485.                         </div>
  486.                     
  487.              
  488.            <!--   <nav class="panel-menu" id="mobile-menu">
  489.       <ul></ul>
  490.       <div class="mm-navbtn-names">
  491.         <div class="mm-closebtn">Close</div>
  492.         <div class="mm-backbtn">Back</div>
  493.       </div>
  494.     </nav>
  495.     <header id="tt-header">
  496.     
  497.       <div class="holder-top-desktop d-none ">
  498.         <div class="row">
  499.           <div class="col-auto">
  500.             <div class="h-info01">
  501.               <div class="tt-item">
  502.                 <address>8494 Signal Hill Road Manassas, VA, 20110</address>
  503.               </div>
  504.               <div class="tt-item">Mon-Fri 08:00 AM - 05:00 PM</div>
  505.               <div class="tt-item">
  506.                 <a href="mailto:info@santizex-site.com">info@yourcompany.com</a>
  507.               </div>
  508.             </div>
  509.           </div>
  510.           <div class="col-auto ml-auto">
  511.             <div class="tt-obj">
  512.               <div class="h-info02">
  513.                 <div class="tt-item">
  514.                   <address>
  515.                     <a href="tel:1(800)765-43-21">
  516.                       <span class="icons-483947"></span>
  517.                       +212 668 100 900
  518.                     </a>
  519.                   </address>
  520.                 </div>
  521.               </div>
  522.             </div>
  523.             <div class="tt-obj">
  524.               <ul class="h-social">
  525.                 <li>
  526.                   <a
  527.                     href="https://twitter.com"
  528.                     target="_blank"
  529.                     class="icons-733635"
  530.                   ></a>
  531.                 </li>
  532.                 <li>
  533.                   <a
  534.                     href="https://www.facebook.com/index.html"
  535.                     target="_blank"
  536.                     class="icons-59439"
  537.                   ></a>
  538.                 </li>
  539.                 <li>
  540.                   <a
  541.                     href="https://www.facebook.com/index.html"
  542.                     target="_blank"
  543.                     class="icons-2111532"
  544.                   ></a>
  545.                 </li>
  546.                 <li>
  547.                   <a
  548.                     href="https://www.instagram.com/index.html"
  549.                     target="_blank"
  550.                     class="icons-733614"
  551.                   ></a>
  552.                 </li>
  553.               </ul>
  554.             </div>
  555.           </div>
  556.         </div>
  557.       </div>
  558.       <!-- /holder-top (desktop) -->
  559.       <!-- holder- -->
  560.      <!-- <div>
  561.         <div class="tt-holder-wrapper">
  562.           <div class="tt-holder">
  563.             <div class="tt-col-left" data-turbo-permanent>
  564.               <!-- logo -->
  565.              <!-- <a href="{{path("front_home")}}" class="tt-logo tt-logo-alignment p-1">
  566.                 
  567.                 <img width="100" src="{{asset("themes/coworking/images/logo-black.png")}}" >
  568.               </a>
  569.               <!-- /logo -->
  570.            <!-- </div>
  571.             <div class="tt-col-center tt-col-wide tt-col-objects text-center">
  572.               <div class="tt-col__item">
  573.                 <!-- desktop-nav -->
  574.                <!-- <nav id="tt-nav">
  575.                   {{menu|raw}}
  576.                  
  577.                 </nav>
  578.                 <!-- /desktop-nav -->
  579.             <!--  </div>
  580.             </div>
  581.             <div class="tt-col-right tt-col-objects">
  582.               <div class="tt-col__item d-block d-lg-none">
  583.                 <div class="h-info02">
  584.                   <div class="tt-item">
  585.                     <address>
  586.                       <a href="tel:1(800)7654321">
  587.                         <span class="icons-483947"></span>
  588.                         +212 668 100 900
  589.                       </a>
  590.                     </address>
  591.                   </div>
  592.                 </div>
  593.               </div>
  594.               <div class="tt-col__item">
  595.               
  596.                  <li class="hm-minicart">
  597.                                               
  598.                                             <div class="hm-minicart-trigger">
  599.                                                 <span class="item-icon"></span>
  600.                                                 <span class="item-text">
  601.                                                 <span>MAD 0,00</span>
  602.                                                     <span class="cart-item-count">0</span>
  603.                                                 </span>
  604.                                             </div>
  605.                                             <span></span>
  606.                                             <div class="minicart">
  607.                                                 <ul class="minicart-product-list">
  608.                                        
  609.                                                 </ul>
  610.                                                 <p class="minicart-total">Total: <span>MAD 0,00</span></p>
  611.                                                 <div class="minicart-button menu-item">
  612.                                                     <a data-turbo="false" href="{{path('cart')}}" class="li-button li-button-fullwidth li-button-dark">
  613.                                                         <span><i class="fa fa-credit-card-alt " ></i>  Commander</span>
  614.                                                     </a>
  615.                                                     <a data-turbo="false" href="{{path('cart')}}" class="li-button li-button-fullwidth destroy-cart">
  616.                                                         <span> <i class="fa fa-calendar " ></i> Je n'ai pas le temps</span>
  617.                                                     </a>
  618.                                                    
  619.                                                     
  620.                                                 </div>
  621.                                             </div>
  622.                                         </li>
  623.               </div>
  624.               
  625.               <div class="tt-col__item toggle-wrapper">
  626.                 <a href="#" id="tt-menu-toggle" class="icons-1828859"></a>
  627.               </div>
  628.             </div>
  629.           </div>
  630.         </div>
  631.       </div>-->
  632.     </header>