templates/front/default/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Véhicule Sur Mesure{% endblock %}
  3. {% block body %}
  4.     {{ include('front/navbar.html.twig') }}
  5.     <main>
  6.         {{ include('front/section-principal.html.twig') }}
  7. {#
  8.         {{ include('front/section/button-fixed-tel.html.twig') }}
  9. #}
  10.         <section class="avantage">
  11.             <div class="item">
  12.                 <img src="images/icon/Group-3.svg">
  13.                 <div class="item-mobile">
  14.                     <p>
  15.                         Devis en temps réel et
  16.                     </p>
  17.                     <strong>
  18.                         RDV immédiats
  19.                     </strong>
  20.                 </div>
  21.             </div>
  22.             <div class="item">
  23.                 <img src="images/icon/Group-2.svg">
  24.                 <div class="item-mobile">
  25.                     <p>
  26.                         Remises exclusives
  27.                     </p>
  28.                     <strong>
  29.                         jusqu'à -80%
  30.                     </strong>
  31.                 </div>
  32.             </div>
  33.             <div class="item">
  34.                 <img src="images/icon/Group.svg">
  35.                 <div class="item-mobile">
  36.                     <p>
  37.                         Pièces et main-d'oeuvre
  38.                     </p>
  39.                     <strong>
  40.                         Garantie 1 AN
  41.                     </strong>
  42.                 </div>
  43.             </div>
  44.             <div class="item">
  45.                 <img src="images/icon/Group-1.svg">
  46.                 <div class="item-mobile">
  47.                     <p>
  48.                         Clients Satisfaits
  49.                     </p>
  50.                     <strong>
  51.                         +18 000 Clients / AN
  52.                     </strong>
  53.                 </div>
  54.             </div>
  55.         </section>
  56.         <section class="prestation">
  57.             <div class="padding-mobile">
  58.                 <h2 class="prestation-title">Les prestations d'entretien et de réparations</h2>
  59.                 <p class="prestation-paraph">L'entretien de votre voiture n'a jamais été aussi simple avec VSM ! Retrouvez l'ensemble des interventions disponibles sur notre site avec des remises pouvant atteindre jusqu'à -80% pour un budget auto maîtrisé.</p>
  60.             </div>
  61.              <div class="container">
  62.                 <div class="prestation-item">
  63.                     <a href="{{ path('rdv') }}">
  64.                         <div class="prestation-image">
  65.                             <img src="images/revision.png">
  66.                         </div>
  67.                         <div class="prestation-item-title">
  68.                             <h3>
  69.                                 RÉVISION / VIDANGE
  70.                             </h3>
  71.                             <p>
  72.                                 à partir de 69 €
  73.                             </p>
  74.                         </div>
  75.                         <div class="prestation-item-carateristique">
  76.                             <div class="flex-box prestation-item-carateristique-item">
  77.                                 <iconify-icon icon="carbon:checkmark-filled" style="color: #26d368;" width="20"></iconify-icon>
  78.                                 <p>Vidange et remplacement huile</p>
  79.                             </div>
  80.                             <div class="flex-box prestation-item-carateristique-item" >
  81.                                 <iconify-icon icon="carbon:checkmark-filled" style="color: #26d368;" width="20"></iconify-icon>
  82.                                 <p>Joint bouchon vidange</p>
  83.                             </div>
  84.                             <div class="flex-box prestation-item-carateristique-item" >
  85.                                 <iconify-icon icon="carbon:checkmark-filled" style="color: #26d368;" width="20"></iconify-icon>
  86.                                 <p>Changement filtre à huile</p>
  87.                             </div>
  88.                             <div class="flex-box prestation-item-carateristique-item" >
  89.                                 <iconify-icon icon="carbon:checkmark-filled" style="color: #26d368;" width="20"></iconify-icon>
  90.                                 <p>Changement filtre à air</p>
  91.                             </div>
  92.                             <div class="flex-box prestation-item-carateristique-item" >
  93.                                 <iconify-icon icon="carbon:checkmark-filled" style="color: #26d368;" width="20"></iconify-icon>
  94.                                 <p>Remplacement filtre à gasoil (diesel) ou bougies allumage (essence)</p>
  95.                             </div>
  96.                             <div class="flex-box prestation-item-carateristique-item">
  97.                                 <iconify-icon icon="carbon:checkmark-filled" style="color: #26d368;" width="20"></iconify-icon>
  98.                                 <p>Contrôles : éclairage, disques, plaquettes, suspensions, rotules, roulements, pneus (état et pression)</p>
  99.                             </div>
  100.                             <div class="flex-box prestation-item-carateristique-item" >
  101.                                 <iconify-icon icon="carbon:checkmark-filled" style="color: #26d368;" width="20"></iconify-icon>
  102.                                 <p>Mises à niveau lave-glace, liquide de refroidissement, pression des pneus</p>
  103.                             </div>
  104.                             <div class="flex-box prestation-item-carateristique-item" >
  105.                                 <iconify-icon icon="carbon:checkmark-filled" style="color: #26d368;" width="20"></iconify-icon>
  106.                                 <p>Contrôle du véhicule et remise à zéro du témoin d'entretien</p>
  107.                             </div>
  108.                         </div>
  109.                     </a>
  110.                 </div>
  111.                 <div class="prestation-item">
  112.                     <a href="{{ path('rdv') }}">
  113.                         <div class="prestation-image">
  114.                             <img src="images/courroie.png">
  115.                         </div>
  116.                         <div class="prestation-item-title">
  117.                             <h3>
  118.                                 COURROIE DE DISTRIBUTION
  119.                             </h3>
  120.                             <p>
  121.                                 à partir de 399 €
  122.                             </p>
  123.                         </div>
  124.                         <div class="prestation-item-carateristique">
  125.                             <div class="flex-box prestation-item-carateristique-item">
  126.                                 <iconify-icon icon="carbon:checkmark-filled" style="color: #26d368;" width="20"></iconify-icon>
  127.                                 <p>Remplacement de courroie de distribution</p>
  128.                             </div>
  129.                             <div class="flex-box prestation-item-carateristique-item">
  130.                                 <iconify-icon icon="carbon:checkmark-filled" style="color: #26d368;" width="20"></iconify-icon>
  131.                                 <p>Changement des galets de distribution</p>
  132.                             </div>
  133.                             <div class="flex-box prestation-item-carateristique-item">
  134.                                 <iconify-icon icon="carbon:checkmark-filled" style="color: #26d368;" width="20"></iconify-icon>
  135.                                 <p>Changement de la pompe à eau</p>
  136.                             </div>
  137.                             <div class="flex-box prestation-item-carateristique-item">
  138.                                 <iconify-icon icon="carbon:checkmark-filled" style="color: #26d368;" width="20"></iconify-icon>
  139.                                 <p>Remplacement du liquide de refroidissement</p>
  140.                             </div>
  141.                             <div class="flex-box prestation-item-carateristique-item">
  142.                                 <iconify-icon icon="carbon:checkmark-filled" style="color: #26d368;" width="20"></iconify-icon>
  143.                                 <p>Changement de la courroie d’accessoires</p>
  144.                             </div>
  145.                             <div class="flex-box prestation-item-carateristique-item">
  146.                                 <iconify-icon icon="carbon:checkmark-filled" style="color: #26d368;" width="20"></iconify-icon>
  147.                                 <p>Changement des galets d’accessoires (non compris dans le devis, le garage peut vous conseiller et si besoin vous proposer un devis séparément)</p>
  148.                             </div>
  149.                         </div>
  150.                     </a>
  151.                 </div>
  152.                 <div class="prestation-item">
  153.                     <a href="{{ path('rdv') }}">
  154.                         <div class="prestation-image">
  155.                             <img src="images/plaquette.png">
  156.                         </div>
  157.                         <div class="prestation-item-title">
  158.                             <h3>
  159.                                 PLAQUETTES DE FREINS
  160.                             </h3>
  161.                             <p>
  162.                                 à partir de 89 €
  163.                             </p>
  164.                         </div>
  165.                         <div class="prestation-item-carateristique">
  166.                             <div class="flex-box prestation-item-carateristique-item">
  167.                                 <iconify-icon icon="carbon:checkmark-filled" style="color: #26d368;" width="20"></iconify-icon>
  168.                                 <p>Remplacement des plaquettes de freins</p>
  169.                             </div>
  170.                             <div class="flex-box prestation-item-carateristique-item">
  171.                                 <iconify-icon icon="carbon:checkmark-filled" style="color: #26d368;" width="20"></iconify-icon>
  172.                                 <p>Changement des disques</p>
  173.                             </div>
  174.                             <div class="flex-box prestation-item-carateristique-item">
  175.                                 <iconify-icon icon="carbon:checkmark-filled" style="color: #26d368;" width="20"></iconify-icon>
  176.                                 <p>Intervention sur les mâchoires</p>
  177.                             </div>
  178.                         </div>
  179.                     </a>
  180.                 </div>
  181.                 {#<div class="prestation-item">
  182.                     <a href="">
  183.                         <div class="prestation-image">
  184.                             <img src="images/parallelisme.png">
  185.                         </div>
  186.                         <div class="prestation-item-title">
  187.                             <h3>
  188.                                 PARALLÉLISME
  189.                             </h3>
  190.                             <p>
  191.                                 à partir de 45 €
  192.                             </p>
  193.                         </div>
  194.                     </a>
  195.                 </div>
  196.                 <div class="prestation-item">
  197.                     <a href="">
  198.                         <div class="prestation-image">
  199.                             <img src="images/amortisseur.png">
  200.                         </div>
  201.                         <div class="prestation-item-title">
  202.                             <h3>
  203.                                 AMORTISSEURES
  204.                             </h3>
  205.                             <p>
  206.                                 à partir de 165 €
  207.                             </p>
  208.                         </div>
  209.                     </a>
  210.                 </div>
  211.                 <div class="prestation-item">
  212.                     <a href="">
  213.                         <div class="prestation-image">
  214.                             <img src="images/echappement.png">
  215.                         </div>
  216.                         <div class="prestation-item-title">
  217.                             <h3>
  218.                                 ECHAPPEMENT
  219.                             </h3>
  220.                             <p>
  221.                                 à partir de 101 €
  222.                             </p>
  223.                         </div>
  224.                     </a>
  225.                 </div>
  226.                 <div class="prestation-item">
  227.                     <a href="">
  228.                         <div class="prestation-image">
  229.                             <img src="images/embrayage.jpg">
  230.                         </div>
  231.                         <div class="prestation-item-title">
  232.                             <h3>
  233.                                 EMBRAYAGE
  234.                             </h3>
  235.                             <p>
  236.                                 à partir de 499 €
  237.                             </p>
  238.                         </div>
  239.                     </a>
  240.                 </div>
  241.                 <div class="prestation-item">
  242.                     <a href="">
  243.                         <div class="prestation-image">
  244.                             <img src="images/climatisation.jpg">
  245.                         </div>
  246.                         <div class="prestation-item-title">
  247.                             <h3>
  248.                                 CLIMATISATION
  249.                             </h3>
  250.                             <p>
  251.                                 à partir de 42 €
  252.                             </p>
  253.                         </div>
  254.                     </a>
  255.                 </div>
  256.                 <div class="prestation-item">
  257.                     <a href="">
  258.                         <div class="prestation-image">
  259.                             <img src="images/decalaminage.jpg">
  260.                         </div>
  261.                         <div class="prestation-item-title">
  262.                             <h3>
  263.                                 DÉCALAMINAGE
  264.                             </h3>
  265.                             <p>
  266.                                 à partir de 39 €
  267.                             </p>
  268.                         </div>
  269.                     </a>
  270.                 </div>#}
  271.             </div>
  272.             <div class="action">
  273.                 <div class="action-button">
  274.                     <a href="{{ path('entretien_meca_repa') }}">VOIR PLUS DE PRESTATIONS</a>
  275.                 </div>
  276.             </div>
  277.         </section>
  278.         <section style="background-color: black;padding-top: 30px;padding-bottom: 30px;}}">
  279.             <div class="offre">
  280.                 <div style="width: 25%">
  281.                     <img src="images/logo-blanc.png">
  282.                 </div>
  283.                 <div style="text-align: center;display: block;margin-bottom: 20px;">
  284.                     <p>Profitez d'un diagnostique offert</p>
  285.                     <a href="{{ path('contact') }}">
  286.                         -> En savoir plus
  287.                     </a>
  288.                 </div>
  289.             </div>
  290.         </section>
  291.         <section>
  292.             <h2 class="prestation-title">VSM en 1 minute</h2>
  293.             <div class="presentation-vsm">
  294.                 <div class="presentation-vsm-video">
  295.                     <video controls>
  296.                         <source src="video/presentation-vsm.mp4" type="video/mp4">
  297.                     </video>
  298.                 </div>
  299.                 <div class="presentation-vsm-detail">
  300.                     <div class="flex-box" style="margin-bottom: 40px">
  301.                         <img src="images/icon/loupe.svg" width="80px" height="auto" style="margin-right: 20px">
  302.                         <div style="max-width: 450px;">
  303.                             <h3 style="margin: 8px 0;">
  304.                                 Transparence
  305.                             </h3>
  306.                             <p style="margin: 0;">
  307.                                 Suivez vos travaux à distance en temps réel par photo et vidéo. Demandez également la restitution de vos anciennes pièces remplacées.
  308.                             </p>
  309.                         </div>
  310.                     </div>
  311.                     <div class="flex-box" style="margin-bottom: 40px">
  312.                             <img src="images/icon/Group-2.svg" width="80px" height="auto" style="margin-right: 20px">
  313.                         <div style="max-width: 450px;">
  314.                             <h3 style="margin: 8px 0;">
  315.                                 Prix
  316.                             </h3>
  317.                             <p style="margin: 0;">
  318.                                 Grossiste de pièces , nous avons supprimé un intermédiaire pour réduire la facture de nos clients .
  319.                             </p>
  320.                         </div>
  321.                     </div>
  322.                     <div class="flex-box">
  323.                             <img src="images/icon/Group-1.svg" width="80px" height="auto" style="margin-right: 20px">
  324.                         <div>
  325.                             <h3 style="margin: 8px 0;">
  326.                                 Satisfaction client
  327.                             </h3>
  328.                             <p style="margin: 0;">
  329.                                 Plus de 18 000 clients satisfaits chaque année .
  330.                             </p>
  331.                         </div>
  332.                     </div>
  333.                 </div>
  334.             </div>
  335.         </section>
  336.         <section style="background-color: black;color: white;">
  337.             <div>
  338.                 <h1 style="text-align: center;font-weight: 700;font-size: 40px;line-height: 1.2;padding-top: 40px;">
  339.                     Pourquoi choisir<br>
  340.                     Véhicule Sur Mesure ?
  341.                 </h1>
  342.                 <div class="flex-box padding-mobile section-transparence">
  343.                     <div class="flex-box text-size" style="flex-direction: column;">
  344.                         <h3 style="font-weight: 700;font-size: 2em;border-bottom: 8px solid #AF0202;padding-bottom: 10px;">
  345.                             TRANSPARENCE
  346.                         </h3>
  347.                         <span class="flex-box hoverrouge" style="align-items: center;">
  348.                             <p style="font-size: 50px;color: #AF0202;margin: 0;"> > </p> Vidéo des travaux
  349.                         </span>
  350.                         <span class="flex-box hoverrouge" style="align-items: center;">
  351.                             <p style="font-size: 50px;color: #AF0202;margin: 0;"> > </p> Restitution des pièces
  352.                         </span>
  353.                         <span class="flex-box hoverrouge" style="align-items: center;">
  354.                             <p style="font-size: 50px;color: #AF0202;margin: 0;"> > </p> Explication en détail
  355.                         </span>
  356.                     </div>
  357.                     <div class="mobile-presentation-image">
  358.                         <img class="presentation-image" src="images/presentation-3.jpeg">
  359.                     </div>
  360.                 </div>
  361.                 <div class="flex-box padding-mobile section-transparence">
  362.                     <div  class="mobile-presentation-image mobile-inverse">
  363.                         <img class="presentation-image" src="images/prensentation4.jpeg">
  364.                     </div>
  365.                     <div class="flex-box text-size" style="flex-direction: column;">
  366.                         <h3 style="font-weight: 700;font-size: 2em;border-bottom: 8px solid #AF0202;padding-bottom: 10px;">
  367.                             LE PRIX
  368.                         </h3>
  369.                         <span class="flex-box hoverrouge" style="align-items: center;">
  370.                             <p style="font-size: 50px;color: #AF0202;margin: 0;"> > </p> Origine Constructeur
  371.                         </span>
  372.                         <span class="flex-box hoverrouge" style="align-items: center;">
  373.                             <p style="font-size: 50px;color: #AF0202;margin: 0;"> > </p> Moins d'intermédiaire
  374.                         </span>
  375.                         <span class="flex-box hoverrouge" style="align-items: center;">
  376.                             <p style="font-size: 50px;color: #AF0202;margin: 0;"> > </p> Prix compétitif
  377.                         </span>
  378.                     </div>
  379.                 </div>
  380.             </div>
  381.         </section>
  382.         <section class="centre">
  383.             <div class="padding-mobile">
  384.                 <h2 class="prestation-title">Trouvez un garage près de chez vous</h2>
  385.                 <p class="prestation-paraph">VSM le premier réseau de garage digne de confiance . Retrouver la transparence grâce au suivi digitalisé de vos réparations, et nos tarifs imbattable près de chez vous.
  386.                 </p>
  387.             </div>
  388.             <div class="container">
  389.                 <div class="centre-item">
  390.                     <a href="">
  391.                         <img src="images/logo-blanc.png">
  392.                         <div class="centre-img-1">
  393.                             {#<img src="images/centre/gennevilliers.jpg">#}
  394.                         </div>
  395.                         <div class="centre-item-title">
  396.                             <h3>
  397.                                 GENNEVILLIERS
  398.                             </h3>
  399.                         </div>
  400.                         <div class="prestation-item-carateristique">
  401.                             <div class="prestation-item-carateristique-centre presentation-vsm-detail">
  402.                                 <p>Adresse : 13 Av. de la Gare, 92230 Gennevilliers</p>
  403.                                 <a href="tel:0179753300" class="button-navbar">
  404.                                     <button>
  405.                                         <span style="font-weight: 600;font-size: 16px;">
  406.                                         01 79 75 33 00
  407.                                         </span>
  408.                                     </button>
  409.                                 </a>
  410.                             </div>
  411.                         </div>
  412.                     </a>
  413.                 </div>
  414.                 <div class="centre-item">
  415.                     <a href="">
  416.                         <img src="images/logo-blanc.png">
  417.                         <div class="centre-img-2">
  418.                             {#<img src="images/centre/sartrouville.jpg">#}
  419.                         </div>
  420.                         <div class="centre-item-title">
  421.                             <h3>
  422.                                 SARTROUVILLE
  423.                             </h3>
  424.                         </div>
  425.                         <div class="prestation-item-carateristique">
  426.                             <div class="prestation-item-carateristique-centre presentation-vsm-detail">
  427.                                 <p>Adresse : 145 Rue Léon Jouhaux, 78500 Sartrouville</p>
  428.                                 <a href="tel:0179753232" class="button-navbar">
  429.                                     <button>
  430.                                         <span style="font-weight: 600;font-size: 16px;">
  431.                                         01 79 75 32 32
  432.                                         </span>
  433.                                     </button>
  434.                                 </a>
  435.                             </div>
  436.                         </div>
  437.                     </a>
  438.                 </div>
  439.                 <div class="centre-item">
  440.                     <a href="">
  441.                         <img src="images/logo-blanc.png">
  442.                         <div class="centre-img-3">
  443.                             {#<img src="images/centre/champigny.jpg">#}
  444.                         </div>
  445.                         <div class="centre-item-title">
  446.                             <h3>
  447.                                 CHAMPIGNY-SUR-MARNE
  448.                             </h3>
  449.                         </div>
  450.                         <div class="prestation-item-carateristique">
  451.                             <div class="prestation-item-carateristique-centre presentation-vsm-detail">
  452.                                 <p>Adresse : 4 Rue Juliette de Wils, 94500 Champigny-sur-Marne</p>
  453.                                 <a href="tel:0179753636" class="button-navbar">
  454.                                     <button>
  455.                                         <span style="font-weight: 600;font-size: 16px;">
  456.                                         01 79 75 36 36
  457.                                         </span>
  458.                                     </button>
  459.                                 </a>
  460.                             </div>
  461.                         </div>
  462.                     </a>
  463.                 </div>
  464.                 <div class="centre-item">
  465.                     <a href="">
  466.                         <img src="images/logo-blanc.png">
  467.                         <div class="centre-img-4">
  468.                             {#<img src="images/centre/chelles.jpg">#}
  469.                         </div>
  470.                         <div class="centre-item-title">
  471.                             <h3>
  472.                                 CHELLES
  473.                             </h3>
  474.                         </div>
  475.                         <div class="prestation-item-carateristique">
  476.                             <div class="prestation-item-carateristique-centre presentation-vsm-detail">
  477.                                 <p>Adresse : 6 Rue du Dr Calmette, 77500 Chelles</p>
  478.                                 <a href="tel:0179753131" class="button-navbar">
  479.                                     <button>
  480.                                         <span style="font-weight: 600;font-size: 16px;">
  481.                                         01 79 75 31 31
  482.                                         </span>
  483.                                     </button>
  484.                                 </a>
  485.                             </div>
  486.                         </div>
  487.                     </a>
  488.                 </div>
  489.                 <div class="centre-item">
  490.                     <a href="">
  491.                         <img src="images/logo-blanc.png">
  492.                         <div class="centre-img-5">
  493.                             {#<img src="images/centre/issy.jpg">#}
  494.                         </div>
  495.                         <div class="centre-item-title">
  496.                             <h3>
  497.                                 ISSY-LES-MOULINEAUX
  498.                             </h3>
  499.                         </div>
  500.                         <div class="prestation-item-carateristique">
  501.                             <div class="prestation-item-carateristique-centre presentation-vsm-detail">
  502.                                 <p>Adresse : 15 Bis Rue Auguste Gervais, 92130 Issy-les-Moulineaux</p>
  503.                                 <a href="tel:0179753838" class="button-navbar">
  504.                                     <button>
  505.                                         <span style="font-weight: 600;font-size: 16px;">
  506.                                         01 79 75 38 38
  507.                                         </span>
  508.                                     </button>
  509.                                 </a>
  510.                             </div>
  511.                         </div>
  512.                     </a>
  513.                 </div>
  514.                 <div class="centre-item">
  515.                     <a href="">
  516.                         <img src="images/logo-blanc.png">
  517.                         <div class="centre-img-6">
  518.                             {#<img src="images/centre/lbm.jpg">#}
  519.                         </div>
  520.                         <div class="centre-item-title">
  521.                             <h3>
  522.                                 LE-BLANC-MESNIL
  523.                             </h3>
  524.                         </div>
  525.                         <div class="prestation-item-carateristique">
  526.                             <div class="prestation-item-carateristique-centre presentation-vsm-detail">
  527.                                 <p>Adresse : 56 Av. du 8 Mai 1945, 93150 Le Blanc-Mesnil</p>
  528.                                 <a href="tel:0179753939" class="button-navbar">
  529.                                     <button>
  530.                                         <span style="font-weight: 600;font-size: 16px;">
  531.                                         01 79 75 39 39
  532.                                         </span>
  533.                                     </button>
  534.                                 </a>
  535.                             </div>
  536.                         </div>
  537.                     </a>
  538.                 </div>
  539.             </div>
  540.             <div class="liste-garage" style="margin-top: 35px">
  541.                 <div class="liste-garage-item">
  542.                     <a href="#">Garage Gennevilliers</a>
  543.                 </div>
  544.                 <div class="liste-garage-item">
  545.                     <a href="#">Garage Sartrouville</a>
  546.                 </div>
  547.                 <div class="liste-garage-item">
  548.                     <a href="#">Garage Le Blanc-Mesnil</a>
  549.                 </div>
  550.                 <div class="liste-garage-item">
  551.                     <a href="#">Garage Chelles</a>
  552.                 </div>
  553.                 <div class="liste-garage-item">
  554.                     <a href="#">Garage Issy-Les-Moulineaux</a>
  555.                 </div>
  556.                 <div class="liste-garage-item">
  557.                     <a href="#">Garage Champingy-sur-marne</a>
  558.                 </div>
  559.             </div>
  560.         </section>
  561.         {{ include('front/block/medias-vsm.html.twig') }}
  562.         {#<section class="bg-bleu">
  563.             <div class="critaire-left">
  564.                 <h3 style="color: white;padding: 30px ; font-size: 40px;font-weight: 400;border-bottom: 5px solid white; border-right: 5px solid white;border-bottom-right-radius: 50px;">TRANSPARENCE</h3>
  565.                 <div class="critaire-right-item">
  566.                     <div class="item-svg">
  567.                         <img src="images/video.svg" style="width: 50px">
  568.                         <p style="font-size: 18px;color: white;padding: 20px">Vidéo des travaux</p>
  569.                     </div>
  570.                     <div class="item-svg">
  571.                         <img src="images/retunr.svg" style="width: 50px">
  572.                         <p style="font-size: 18px;color: white;padding: 20px">Restitution des pièces</p>
  573.                     </div>
  574.                     <div class="item-svg">
  575.                         <img src="images/explication.svg" style="width: 50px">
  576.                         <p style="font-size: 18px;color: white;padding: 20px">Explication en détail</p>
  577.                     </div>
  578.                 </div>
  579.             </div>
  580.             <div class="critaire-left">
  581.                 <h3 style="color: white;padding: 30px ; font-size: 40px;font-weight: 400;border-bottom: 5px solid white; border-right: 5px solid white;border-bottom-right-radius: 50px;">Le Prix</h3>
  582.                 <div class="critaire-right-item">
  583.                     <div class="item-svg">
  584.                         <img src="images/video.svg" style="width: 50px">
  585.                         <p style="font-size: 18px;color: white;padding: 20px">Origine constructeur</p>
  586.                     </div>
  587.                     <div class="item-svg">
  588.                         <img src="images/retunr.svg" style="width: 50px">
  589.                         <p style="font-size: 18px;color: white;padding: 20px">Moins d'intermédiaire</p>
  590.                     </div>
  591.                     <div class="item-svg">
  592.                         <img src="images/explication.svg" style="width: 50px">
  593.                         <p style="font-size: 18px;color: white;padding: 20px">Prix compétitif</p>
  594.                     </div>
  595.                 </div>
  596.             </div>
  597.         </section>#}
  598.         {{ include('front/block/satisfaction.html.twig') }}
  599.         {{ include('front/section/partnaires.html.twig') }}
  600.     </main>
  601.     <script>
  602.         let image = document.getElementById("article-journal");
  603.         let image2 = document.getElementById("article-journal2");
  604.         /*image.addEventListener("mouseover", function (){
  605.             document.getElementById("article-automoto").style.maxWidth= "200px";
  606.             setTimeout(function() {
  607.                 document.getElementById("article-automoto").style.maxWidth= "600px";
  608.             }, 500);
  609.         },false);*/
  610.         image.onmouseover=function (){
  611.             mouseOver();
  612.             LogoIdgarageOut();
  613.             LogoAutomotoOut();
  614.         };
  615.         image.onmouseout=function(){
  616.             mouseOut();
  617.             LogoIdgarageOn();
  618.             LogoAutomotoOn();
  619.         };
  620.         image2.onmouseover=function (){
  621.             mouseOver()
  622.             LogoAutomotoOut();
  623.             LogoGennevilliersOut();
  624.         };
  625.         image2.onmouseout=function(){
  626.             mouseOut();
  627.             LogoAutomotoOn();
  628.             LogoGennevilliersOn();
  629.         };
  630.         function mouseOver(){
  631.             document.getElementById("article-automoto").style.maxWidth= "200px";
  632.         }
  633.         function mouseOut(){
  634.             document.getElementById("article-automoto").style.maxWidth= "600px";
  635.         }
  636.         function LogoGennevilliersOut(){
  637.             document.getElementById("logo-gennevilliers").style.display="none";
  638.         }
  639.         function LogoGennevilliersOn(){
  640.             document.getElementById("logo-gennevilliers").style.display="inline";
  641.         }
  642.         function LogoIdgarageOut(){
  643.             document.getElementById("logo-idgarages").style.display="none";
  644.         }
  645.         function LogoIdgarageOn(){
  646.             document.getElementById("logo-idgarages").style.display="inline";
  647.         }
  648.         function LogoAutomotoOut(){
  649.             document.getElementById("logo-automoto").style.display="none";
  650.         }
  651.         function LogoAutomotoOn(){
  652.             document.getElementById("logo-automoto").style.display="inline";
  653.         }
  654.         function toggleMenu(){
  655.             var element = document.getElementById('section-navbar-center');
  656.             if(element.classList.contains('open')){
  657.                 document.getElementById("logo-vsm").src="images/logo-vsm.png";
  658.                 element.classList.remove('open');
  659.             }else{
  660.                 element.classList.add('open');
  661.                 setTimeout(()=>{
  662.                     document.getElementById("logo-vsm").src="images/logo-transparent.png";
  663.                 },'500');
  664.             }
  665.         }
  666.     </script>
  667.     {{ include('front/footer.html.twig') }}
  668. {% endblock %}