templates/views/missions/en/strategies.html.twig line 1

Open in your IDE?
  1. {% extends 'base_en.html.twig' %}
  2.   {% block title %}
  3.       BSCM, STRATEGIC ADVICE AND INFORMATION
  4.   {% endblock %}
  5. {% block body %}
  6.     <!-- <link href="{{ asset('css/history.css') }}" rel="stylesheet">
  7.     <link href="{{ asset('css/css/owl.carousel.min.css') }}" rel="stylesheet">
  8.     <link href="{{ asset('css/css/owl.theme.default.min.css') }}" rel="stylesheet">
  9.     <link href="{{ asset('css/css/et-line.css') }}" rel="stylesheet"> -->
  10.     <!--==========================
  11.      About Us Section
  12.    ============================-->
  13.     <section id="about">
  14.         <div class="container pt-5">
  15.             <div class="col-md-12" id="management">
  16.                 <div class="row pt-5">
  17.                     <div class="col-md-12 pt-5">
  18.                         <div class="text-center first-title">
  19.                             <h2> STRATEGIC ADVICE AND INFORMATION</h2>
  20.                         </div>
  21.                     </div>
  22.                 </div>
  23.                 <div class="row">
  24.                     <div class="col-lg-12 col-md-9">
  25.                         <div class="about-content">
  26.                             <p>
  27.                                 We intervene in a strategic anticipation approach, by learning about the production of
  28.                                 the various "Principals" through regular visits, which allow us to take samples, then analyzed.
  29.                                 <br> <br>
  30.                                 We identify the needs and define the purchasing and
  31.                                 procurement plans for the campaign, as well as the profiles of the desired products.
  32.                                 <br><br>
  33.                                 We advise you on spot price fixing and inform you of the origin of the products. <br>
  34.                                 We intervene before the agreement is in place, during the negotiation phase
  35.                                 and after the contract is signed. <br>
  36.                                 Being well advised allows our clients to anticipate changes and manage risks related to
  37.                                 contracts (exchange rates, price risks, quality risks, transport risks...). <br> <br>
  38.                                 Finally, we provide ongoing regulatory and normative monitoring of the products we manage.
  39.                             </p>
  40.                         </div>
  41.                     </div>
  42.                 </div>
  43.             </div>
  44.         </div>
  45.     </section><!-- #about -->
  46. {% endblock %}