templates/content/home/home_page.html.twig line 1

Open in your IDE?
  1. <section id="bandeaux" class=" d-none d-sm-block">
  2.     <div class="container col-11 mx-auto row">
  3.         <div class="col-9 text-center justify-content-between ">
  4.             <h2 class="text-white  text-center text-uppercase titreIndex">{{titreIndex}}</h2>
  5.             {% if app.user %}
  6.             <a href="{{path('app_register')}}">
  7.                 <button class=" col-sm-3 col-12 btn btn-primary mt-2">Recharger mon compte</button>
  8.             </a>
  9.             {%else%}
  10.             <a href="{{path('app_register')}}">
  11.                 <button class=" col-sm-3 col-12 btn btn-primary mt-2">Inscription Gratuite</button>
  12.             </a>
  13.             {%endif%}
  14.         </div>
  15.         <div class="col-3 text-end ">
  16.             <p class="text-white "><i class="bi bi-telephone-fill"></i> France : <strong>{{telFrance}}</strong></p>
  17.             <p class="text-white "><i class="bi bi-telephone-fill"></i> Belgique : <strong>{{telBelgique}}</strong></p>
  18.             <p class="text-white "><i class="bi bi-telephone-fill"></i> Suisse : <strong> {{telSuisse}}</strong> </p>
  19.         </div>
  20.     </div>
  21. </section>
  22. <!-- <div class=" bg-white" id="team">
  23.     <div class="container">
  24.         {% set dispo = 0 %}
  25.         {% for conseiller in conseillers %}
  26.         {%if conseiller.userState == 1 %}
  27.         {% set dispo = dispo + 1 %}
  28.         {% endif %}
  29.         {% endfor %}
  30.         {% if dispo == 0 %}
  31.         {%else%}
  32.         <div class="text-center">
  33.             <h2 class="section-heading text-uppercase">Conseiller Disponible</h2>
  34.         </div>
  35.         {%endif%}
  36.         <div class="row">
  37.             {% set i = 0 %}
  38.             {% for conseiller in conseillers %}
  39.             {%if conseiller.userState == 1 %}
  40.             {% set i = i + 1 %}
  41.             <div class="col-sm-4 ">
  42.                 <div class="team-member ">
  43.                     <a href="{{ path('app_consultant', {id: conseiller.complementId})}}"><img
  44.                             class="mx-auto rounded-circle" src="{{conseiller.photo}}" alt="..." /></a>
  45.                     {% if conseiller.note == 0 %}
  46.                     <p class="text-center  small text-primary">Avis des membres
  47.                         <i class="bi bi-star"></i>
  48.                         <i class="bi bi-star"></i>
  49.                         <i class="bi bi-star"></i>
  50.                         <i class="bi bi-star"></i>
  51.                         <i class="bi bi-star"></i>
  52.                     </p>
  53.                     {% elseif conseiller.note == 0.5 %}
  54.                     <p class="text-center  small text-primary">Avis des membres
  55.                         <i class="bi bi-star-half" style="color: #fa9404;"></i>
  56.                         <i class="bi bi-star"></i>
  57.                         <i class="bi bi-star"></i>
  58.                         <i class="bi bi-star"></i>
  59.                         <i class="bi bi-star"></i>
  60.                     </p>
  61.                     {% elseif conseiller.note == 1 %}
  62.                     <p class="text-center  small text-primary">Avis des membres
  63.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  64.                         <i class="bi bi-star"></i>
  65.                         <i class="bi bi-star"></i>
  66.                         <i class="bi bi-star"></i>
  67.                         <i class="bi bi-star"></i>
  68.                     </p>
  69.                     {% elseif conseiller.note == 1.5 %}
  70.                     <p class="text-center  small text-primary">Avis des membres
  71.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  72.                         <i class="bi bi-star-half" style="color: #fa9404;"></i>
  73.                         <i class="bi bi-star"></i>
  74.                         <i class="bi bi-star"></i>
  75.                         <i class="bi bi-star"></i>
  76.                     </p>
  77.                     {% elseif conseiller.note == 2 %}
  78.                     <p class="text-center  small text-primary">Avis des membres
  79.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  80.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  81.                         <i class="bi bi-star"></i>
  82.                         <i class="bi bi-star"></i>
  83.                         <i class="bi bi-star"></i>
  84.                     </p>
  85.                     {% elseif conseiller.note == 2.5 %}
  86.                     <p class="text-center  small text-primary">Avis des membres
  87.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  88.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  89.                         <i class="bi bi-star-half" style="color: #fa9404;"></i>
  90.                         <i class="bi bi-star"></i>
  91.                         <i class="bi bi-star"></i>
  92.                     </p>
  93.                     {% elseif conseiller.note == 3 %}
  94.                     <p class="text-center  small text-primary">Avis des membres
  95.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  96.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  97.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  98.                         <i class="bi bi-star"></i>
  99.                         <i class="bi bi-star"></i>
  100.                     </p>
  101.                     {% elseif conseiller.note == 3.5 %}
  102.                     <p class="text-center  small text-primary">Avis des membres
  103.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  104.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  105.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  106.                         <i class="bi bi-star-half" style="color: #fa9404;"></i>
  107.                         <i class="bi bi-star"></i>
  108.                     </p>
  109.                     {% elseif conseiller.note == 4 %}
  110.                     <p class="text-center  small text-primary">Avis des membres
  111.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  112.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  113.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  114.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  115.                         <i class="bi bi-star"></i>
  116.                     </p>
  117.                     {% elseif conseiller.note == 4.5 %}
  118.                     <p class="text-center  small text-primary">Avis des membres
  119.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  120.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  121.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  122.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  123.                         <i class="bi bi-star-half" style="color: #fa9404;"></i>
  124.                     </p>
  125.                     {% elseif conseiller.note == 5 %}
  126.                     <p class="text-center  small text-primary">Avis des membres
  127.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  128.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  129.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  130.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  131.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  132.                     </p>
  133.                     {% endif %}
  134.                     {% if conseiller.kindOfCredit == 1 %}
  135.                     <strong>Consultation CB à {{conseiller.prixParMinute}} €/mn </strong>
  136.                     {% endif %}
  137.                     <h4 class="mb-2">{{conseiller.userPseudo}} - {{conseiller.userExtensionCode}}</h4>
  138.                     <p class="text-muted col-8 mx-auto">{{conseiller.descriptionCourte|raw}}</p>
  139.                     <div class="d-flex justify-content-center mb-2">
  140.                         <strong>Specialité :</strong>
  141.                         {% for specialite in conseiller.specialitesArray%}
  142.                         &nbsp;
  143.                         <span class="badge bg-warning mt-1">{{specialite}}</span>
  144.                         {% endfor %}
  145.                     </div>
  146.                     <a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-telephone-fill "></i></a>
  147.                     <a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-envelope-fill "></i></a>
  148.                     {% if conseiller.userMailing %}
  149.                     <a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-chat-fill "></i></a>
  150.                     {% endif %}
  151.                     {% if conseiller.userMailing %}
  152.                     <a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-camera-video-fill"></i></a>
  153.                     {% endif %}
  154.                 </div>
  155.             </div>
  156.             {% endif %}
  157.             {% endfor %}
  158.         </div>
  159.         {% if i == 0 %}
  160.         <div class="row">
  161.             <div class="col-sm-8 mx-auto text-center">
  162.                 <h3 class="large text-muted">Tous nos conseiller sont actuellement occupé.</h3>
  163.             </div>
  164.         </div>
  165.         {% endif %}
  166.     </div>
  167. </div> -->
  168. <!-- <div class=" bg-white" id="team">
  169.     <div class="container">
  170.         <div class="text-center">
  171.             <h2 class="section-heading text-uppercase">Conseiller Occupé</h2>
  172.         </div>
  173.         <div class="row">
  174.             {% set i = 0 %}
  175.             {% for conseiller in conseillers %}
  176.             {%if conseiller.userState == 2 %}
  177.             {% set i = i + 1 %}
  178.             <div class="col-lg-4 ">
  179.                 <div class="team-member ">
  180.                     <a href="{{ path('app_consultant', {id: conseiller.complementId})}}"><img
  181.                             class="mx-auto rounded-circle" src="{{conseiller.photo}}" alt="..." /></a>
  182.                     {% if conseiller.note == 0 %}
  183.                     <p class="text-center  small text-primary">Avis des membres
  184.                         <i class="bi bi-star"></i>
  185.                         <i class="bi bi-star"></i>
  186.                         <i class="bi bi-star"></i>
  187.                         <i class="bi bi-star"></i>
  188.                         <i class="bi bi-star"></i>
  189.                     </p>
  190.                     {% elseif conseiller.note == 0.5 %}
  191.                     <p class="text-center  small text-primary">Avis des membres
  192.                         <i class="bi bi-star-half" style="color: #fa9404;"></i>
  193.                         <i class="bi bi-star"></i>
  194.                         <i class="bi bi-star"></i>
  195.                         <i class="bi bi-star"></i>
  196.                         <i class="bi bi-star"></i>
  197.                     </p>
  198.                     {% elseif conseiller.note == 1 %}
  199.                     <p class="text-center  small text-primary">Avis des membres
  200.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  201.                         <i class="bi bi-star"></i>
  202.                         <i class="bi bi-star"></i>
  203.                         <i class="bi bi-star"></i>
  204.                         <i class="bi bi-star"></i>
  205.                     </p>
  206.                     {% elseif conseiller.note == 1.5 %}
  207.                     <p class="text-center  small text-primary">Avis des membres
  208.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  209.                         <i class="bi bi-star-half" style="color: #fa9404;"></i>
  210.                         <i class="bi bi-star"></i>
  211.                         <i class="bi bi-star"></i>
  212.                         <i class="bi bi-star"></i>
  213.                     </p>
  214.                     {% elseif conseiller.note == 2 %}
  215.                     <p class="text-center  small text-primary">Avis des membres
  216.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  217.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  218.                         <i class="bi bi-star"></i>
  219.                         <i class="bi bi-star"></i>
  220.                         <i class="bi bi-star"></i>
  221.                     </p>
  222.                     {% elseif conseiller.note == 2.5 %}
  223.                     <p class="text-center  small text-primary">Avis des membres
  224.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  225.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  226.                         <i class="bi bi-star-half" style="color: #fa9404;"></i>
  227.                         <i class="bi bi-star"></i>
  228.                         <i class="bi bi-star"></i>
  229.                     </p>
  230.                     {% elseif conseiller.note == 3 %}
  231.                     <p class="text-center  small text-primary">Avis des membres
  232.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  233.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  234.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  235.                         <i class="bi bi-star"></i>
  236.                         <i class="bi bi-star"></i>
  237.                     </p>
  238.                     {% elseif conseiller.note == 3.5 %}
  239.                     <p class="text-center  small text-primary">Avis des membres
  240.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  241.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  242.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  243.                         <i class="bi bi-star-half" style="color: #fa9404;"></i>
  244.                         <i class="bi bi-star"></i>
  245.                     </p>
  246.                     {% elseif conseiller.note == 4 %}
  247.                     <p class="text-center  small text-primary">Avis des membres
  248.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  249.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  250.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  251.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  252.                         <i class="bi bi-star"></i>
  253.                     </p>
  254.                     {% elseif conseiller.note == 4.5 %}
  255.                     <p class="text-center  small text-primary">Avis des membres
  256.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  257.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  258.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  259.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  260.                         <i class="bi bi-star-half" style="color: #fa9404;"></i>
  261.                     </p>
  262.                     {% elseif conseiller.note == 5 %}
  263.                     <p class="text-center  small text-primary">Avis des membres
  264.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  265.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  266.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  267.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  268.                         <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  269.                     </p>
  270.                     {% endif %}
  271.                     <h4 class="mb-2">{{conseiller.userPseudo}} - {{conseiller.userExtensionCode}}</h4>
  272.                     <p class="text-muted col-8 mx-auto">{{conseiller.descriptionCourte|raw}}</p>
  273.                     <a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-telephone-fill "></i></a>
  274.                     <a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-envelope-fill "></i></a>
  275.                     {% if conseiller.userMailing %}
  276.                     <a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-chat-fill "></i></a>
  277.                     {% endif %}
  278.                     {% if conseiller.userMailing %}
  279.                     <a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-camera-video-fill"></i></a>
  280.                     {% endif %}
  281.                 </div>
  282.             </div>
  283.             {% endif %}
  284.             {% endfor %}
  285.             {% if i == 0 %}
  286.             <div class="row">
  287.                 <div class="col-lg-8 mx-auto text-center">
  288.                     <h3 class="large text-muted">Tous nos conseiller sont actuellement occupé.</h3>
  289.                 </div>
  290.             </div>
  291.             {% endif %}
  292.         </div>
  293.     </div>
  294. </div>
  295. </div> -->
  296. <div class="container-fluid px-4 mb-5 d-none d-sm-block mt-4">
  297.     <div class="row">
  298.         {% if app.user %}
  299.         {% else %}
  300.         <div class="col-lg-3">{% include('content/home/step.html.twig') %}</div>
  301.         {%endif%}
  302.         {% if app.user %}
  303.         <div class="col-lg-11 mx-auto">
  304.             {% else %}
  305.             <div class="col-lg-9 col-sm-12">
  306.                 {%endif%}
  307.                 <div class=" bg-light mt-2" id="team">
  308.                     <div class="container text-center ">
  309.                         <div class="d-flex justify-content-between mt-1">
  310.                             <div class="container text-center mt-sm-5">
  311.                                 
  312.                                 <p class="text-dark  text-center mt-2">Nous vous proposons pour vous des voyants,
  313.                                     médiums, astrologues,
  314.                                     numérologue etc... Vus,
  315.                                     connus
  316.                                     et reconnus.</p>
  317.                                 <p class="text-dark  text-center">Voulez vous savoir plus sur votre avenir sentimental,
  318.                                     professionnel,
  319.                                     financier ou autre ?
  320.                                     <br>
  321.                                     Profitez de nos voyances de qualité.
  322.                                 </p>
  323.                                 <p class="text-dark  text-center">Consultez notre <strong class="_strong">équipe de
  324.                                         voyants
  325.                                         et
  326.                                         médiums Voyance
  327.                                         téléphone par
  328.                                         téléphone</strong> au
  329.                                     <strong class="_strong d-sm-block d-none">01 72 89 19 56.</strong>
  330.                                     <a href="tel:0172891956" class="d-sm-none d-block">
  331.                                         <button class="btn btn-primary bg-primary">
  332.                                             <i class="bi bi-telephone-fill"></i> 01 72 89 19 56.
  333.                                         </button>
  334.                                     </a>
  335.                                 </p>
  336.                                 <p class="text-dark  text-center mb-2">Bénéficiez dès maintenant des services proposés
  337.                                     <strong class=" _strong">
  338.                                         par ce
  339.                                         site de consultation de
  340.                                         voyance
  341.                                         téléphonique </strong> voyance-telephone.eu.
  342.                                     <br>
  343.                                     L'inscription est toute simple, gratuite et ne vous prendra que quelques instants.
  344.                                 </p>
  345. <h2 class="font-weight-light pt-sm-5 pt-2">Nos {{conseillers|length}} conseillers </h2>
  346.                                 <hr>
  347.                                 <div class="container   row mx-auto my-auto justify-content-center mb-4">
  348.                                     {% for conseiller in conseillers %}
  349.                                     <div class="col-4 col-sm-8 col-md-6 col-lg-6 col-xl-4  border p-3">
  350.                                         {%if conseiller.userState == 1 %}
  351.                                         <span class="badge bg-success mt-1">Présent</span>
  352.                                         {% elseif conseiller.userState == 2 %}
  353.                                         <span class="badge bg-warning">Occupé</span>
  354.                                         {% elseif conseiller.userState == 0 %}
  355.                                         <span class="badge bg-danger">Absent</span>
  356.                                         {% endif %}
  357.                                         <div class="team-member my-2 ">
  358.                                             <div class="row">
  359.                                                 <div class="d-flex justify-content-center"><a
  360.                                                         href="{{ path('app_consultant', {id: conseiller.complementId})}}"><img
  361.                                                             class="mx-auto rounded-circle" src="{{conseiller.photo}}"
  362.                                                             alt="..." style="height: 100px; width: 100px;" /></a></div>
  363.                                                 <div class="col-12 mt-2">
  364.                                                     <h6>
  365.                                                         {{conseiller.userPseudo}}
  366.                                                     </h6>
  367.                                                     <h6>
  368.                                                         {{conseiller.userExtensionCode}}
  369.                                                     </h6>
  370.                                                 </div>
  371.                                             </div>
  372.                                             {% if conseiller.note == 0 %}
  373.                                             <p class="text-center  small text-primary">Avis des membres
  374.                                                 <i class="bi bi-star"></i>
  375.                                                 <i class="bi bi-star"></i>
  376.                                                 <i class="bi bi-star"></i>
  377.                                                 <i class="bi bi-star"></i>
  378.                                                 <i class="bi bi-star"></i>
  379.                                             </p>
  380.                                             {% elseif conseiller.note == 0.5 %}
  381.                                             <p class="text-center  small text-primary">Avis des membres
  382.                                                 <i class="bi bi-star-half" style="color: #ffc400;"></i>
  383.                                                 <i class="bi bi-star"></i>
  384.                                                 <i class="bi bi-star"></i>
  385.                                                 <i class="bi bi-star"></i>
  386.                                                 <i class="bi bi-star"></i>
  387.                                             </p>
  388.                                             {% elseif conseiller.note == 1 %}
  389.                                             <p class="text-center  small text-primary">Avis des membres
  390.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  391.                                                 <i class="bi bi-star"></i>
  392.                                                 <i class="bi bi-star"></i>
  393.                                                 <i class="bi bi-star"></i>
  394.                                                 <i class="bi bi-star"></i>
  395.                                             </p>
  396.                                             {% elseif conseiller.note == 1.5 %}
  397.                                             <p class="text-center  small text-primary">Avis des membres
  398.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  399.                                                 <i class="bi bi-star-half" style="color: #ffc400;"></i>
  400.                                                 <i class="bi bi-star"></i>
  401.                                                 <i class="bi bi-star"></i>
  402.                                                 <i class="bi bi-star"></i>
  403.                                             </p>
  404.                                             {% elseif conseiller.note == 2 %}
  405.                                             <p class="text-center  small text-primary">Avis des membres
  406.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  407.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  408.                                                 <i class="bi bi-star"></i>
  409.                                                 <i class="bi bi-star"></i>
  410.                                                 <i class="bi bi-star"></i>
  411.                                             </p>
  412.                                             {% elseif conseiller.note == 2.5 %}
  413.                                             <p class="text-center  small text-primary">Avis des membres
  414.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  415.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  416.                                                 <i class="bi bi-star-half" style="color: #ffc400;"></i>
  417.                                                 <i class="bi bi-star"></i>
  418.                                                 <i class="bi bi-star"></i>
  419.                                             </p>
  420.                                             {% elseif conseiller.note == 3 %}
  421.                                             <p class="text-center  small text-primary">Avis des membres
  422.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  423.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  424.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  425.                                                 <i class="bi bi-star"></i>
  426.                                                 <i class="bi bi-star"></i>
  427.                                             </p>
  428.                                             {% elseif conseiller.note == 3.5 %}
  429.                                             <p class="text-center  small text-primary">Avis des membres
  430.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  431.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  432.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  433.                                                 <i class="bi bi-star-half" style="color: #ffc400;"></i>
  434.                                                 <i class="bi bi-star"></i>
  435.                                             </p>
  436.                                             {% elseif conseiller.note == 4 %}
  437.                                             <p class="text-center  small text-primary">Avis des membres
  438.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  439.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  440.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  441.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  442.                                                 <i class="bi bi-star"></i>
  443.                                             </p>
  444.                                             {% elseif conseiller.note == 4.5 %}
  445.                                             <p class="text-center  small text-primary">Avis des membres
  446.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  447.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  448.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  449.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  450.                                                 <i class="bi bi-star-half" style="color: #ffc400;"></i>
  451.                                             </p>
  452.                                             {% elseif conseiller.note == 5 %}
  453.                                             <p class="text-center  small text-primary">Avis des membres
  454.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  455.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  456.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  457.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  458.                                                 <i class="bi bi-star-fill" style="color: #ffc400;"></i>
  459.                                             </p>
  460.                                             {% endif %}
  461.                                             <div style="height: 160px;">
  462.                                                 <p style=" -webkit-line-clamp: 5;
  463.                                                 overflow : hidden;
  464.                                                 text-overflow: ellipsis;
  465.                                                 display: -webkit-box;
  466.                                                 -webkit-box-orient: vertical;
  467.                                                 ">{{conseiller.descriptionCourte}}</p>
  468.                                             </div>
  469.                                             <hr>
  470.                                             {% if conseiller.specialitesArray %}
  471.                                             <div class="d-flex justify-content-start row">
  472.                                                 <strong>Spécialités:</strong>
  473.                                                 <p class="text-warning mt-1 text-xs" style="height: 30px;">
  474.                                                     {% for specialite in conseiller.specialitesArray%}
  475.                                                     &nbsp;
  476.                                                     {{specialite}}
  477.                                                     {% endfor %}
  478.                                                 </p>
  479.                                             </div>
  480.                                             {%else%}
  481.                                             <div class="text-warning mt-1 text-xs" style="height: 70px;"></div>
  482.                                             {%endif%}
  483.                                             <hr>
  484.                                             <!-- <p class="text-muted">{{conseiller.descriptionCourte|raw}}</p> -->
  485.                                             <a class="btn  btn-primary btn-social mx-2" href="#!"><i
  486.                                                     class="bi bi-telephone-fill "></i></a>
  487.                                             <a class="btn btn-primary btn-social mx-2" href="#!"><i
  488.                                                     class="bi bi-envelope-fill "></i></a>
  489.                                             {% if conseiller.userMailing %}
  490.                                             <a class="btn btn-primary btn-social mx-2" href="#!"><i
  491.                                                     class="bi bi-chat-fill "></i></a>
  492.                                             {% endif %}
  493.                                             {% if conseiller.userMailing %}
  494.                                             <a class="btn btn-primary btn-social mx-2" href="#!"><i
  495.                                                     class="bi bi-camera-video-fill"></i></a>
  496.                                             {% endif %}
  497.                                         </div>
  498.                                     </div>
  499.                                     {% endfor %}
  500.                                 </div>
  501.                             </div>
  502.                         </div>
  503.                     </div>
  504.                 </div>
  505.             </div>
  506.         </div>
  507.     </div>
  508. </div>
  509. <div class=" d-sm-none d-block mb-2 mt-2">
  510.     <div class=" bg-light">
  511.         <div class="container text-center mt-sm-5">
  512.             
  513.             <p class="text-dark  text-center mt-2">Nous vous proposons pour vous des voyants, médiums, astrologues,
  514.                 numérologue etc... Vus,
  515.                 connus
  516.                 et reconnus.</p>
  517.             <p class="text-dark  text-center">Voulez vous savoir plus sur votre avenir sentimental,
  518.                 professionnel,
  519.                 financier ou autre ?
  520.                 <br>
  521.                 Profitez de nos voyances de qualité.
  522.             </p>
  523.             <p class="text-dark  text-center">Consultez notre <strong class="_strong">équipe de voyants
  524.                     et
  525.                     médiums Voyance
  526.                     téléphone par
  527.                     téléphone</strong> au
  528.                 <strong class="_strong d-sm-block d-none">01 72 89 19 56.</strong>
  529.                 <a href="tel:0172891956" class="d-sm-none d-block">
  530.                     <button class="btn btn-primary bg-primary">
  531.                         <i class="bi bi-telephone-fill"></i> 01 72 89 19 56.
  532.                     </button>
  533.                 </a>
  534.             </p>
  535.             <p class="text-dark  text-center mb-2">Bénéficiez dès maintenant des services proposés <strong
  536.                     class=" _strong">
  537.                     par ce
  538.                     site de consultation de
  539.                     voyance
  540.                     téléphonique </strong> voyance-telephone.eu.
  541.                 <br>
  542.                 L'inscription est toute simple, gratuite et ne vous prendra que quelques instants.
  543.             </p>
  544. <h2 class="font-weight-light pt-sm-5 pt-2">Nos {{conseillers|length}} conseillers </h2>
  545.             <hr>
  546.             <div class="container   row mx-auto my-auto justify-content-center">
  547.                 {% for conseiller in conseillers %}
  548.                 <div class="col-sm-3  border ">
  549.                     {%if conseiller.userState == 1 %}
  550.                     <span class="badge bg-success mt-1">Présent</span>
  551.                     {% elseif conseiller.userState == 2 %}
  552.                     <span class="badge bg-warning">Occupé</span>
  553.                     {% elseif conseiller.userState == 0 %}
  554.                     <span class="badge bg-danger">Absent</span>
  555.                     {% endif %}
  556.                     <div class="team-member my-2">
  557.                         <a href="{{ path('app_consultant', {id: conseiller.complementId})}}"><img
  558.                                 class="mx-auto rounded-circle" src="{{conseiller.photo}}" alt="..." /></a>
  559.                         {% if conseiller.note == 0 %}
  560.                         <p class="text-center  small text-primary">Avis des membres
  561.                             <i class="bi bi-star"></i>
  562.                             <i class="bi bi-star"></i>
  563.                             <i class="bi bi-star"></i>
  564.                             <i class="bi bi-star"></i>
  565.                             <i class="bi bi-star"></i>
  566.                         </p>
  567.                         {% elseif conseiller.note == 0.5 %}
  568.                         <p class="text-center  small text-primary">Avis des membres
  569.                             <i class="bi bi-star-half" style="color: #fa9404;"></i>
  570.                             <i class="bi bi-star"></i>
  571.                             <i class="bi bi-star"></i>
  572.                             <i class="bi bi-star"></i>
  573.                             <i class="bi bi-star"></i>
  574.                         </p>
  575.                         {% elseif conseiller.note == 1 %}
  576.                         <p class="text-center  small text-primary">Avis des membres
  577.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  578.                             <i class="bi bi-star"></i>
  579.                             <i class="bi bi-star"></i>
  580.                             <i class="bi bi-star"></i>
  581.                             <i class="bi bi-star"></i>
  582.                         </p>
  583.                         {% elseif conseiller.note == 1.5 %}
  584.                         <p class="text-center  small text-primary">Avis des membres
  585.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  586.                             <i class="bi bi-star-half" style="color: #fa9404;"></i>
  587.                             <i class="bi bi-star"></i>
  588.                             <i class="bi bi-star"></i>
  589.                             <i class="bi bi-star"></i>
  590.                         </p>
  591.                         {% elseif conseiller.note == 2 %}
  592.                         <p class="text-center  small text-primary">Avis des membres
  593.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  594.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  595.                             <i class="bi bi-star"></i>
  596.                             <i class="bi bi-star"></i>
  597.                             <i class="bi bi-star"></i>
  598.                         </p>
  599.                         {% elseif conseiller.note == 2.5 %}
  600.                         <p class="text-center  small text-primary">Avis des membres
  601.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  602.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  603.                             <i class="bi bi-star-half" style="color: #fa9404;"></i>
  604.                             <i class="bi bi-star"></i>
  605.                             <i class="bi bi-star"></i>
  606.                         </p>
  607.                         {% elseif conseiller.note == 3 %}
  608.                         <p class="text-center  small text-primary">Avis des membres
  609.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  610.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  611.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  612.                             <i class="bi bi-star"></i>
  613.                             <i class="bi bi-star"></i>
  614.                         </p>
  615.                         {% elseif conseiller.note == 3.5 %}
  616.                         <p class="text-center  small text-primary">Avis des membres
  617.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  618.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  619.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  620.                             <i class="bi bi-star-half" style="color: #fa9404;"></i>
  621.                             <i class="bi bi-star"></i>
  622.                         </p>
  623.                         {% elseif conseiller.note == 4 %}
  624.                         <p class="text-center  small text-primary">Avis des membres
  625.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  626.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  627.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  628.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  629.                             <i class="bi bi-star"></i>
  630.                         </p>
  631.                         {% elseif conseiller.note == 4.5 %}
  632.                         <p class="text-center  small text-primary">Avis des membres
  633.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  634.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  635.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  636.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  637.                             <i class="bi bi-star-half" style="color: #fa9404;"></i>
  638.                         </p>
  639.                         {% elseif conseiller.note == 5 %}
  640.                         <p class="text-center  small text-primary">Avis des membres
  641.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  642.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  643.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  644.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  645.                             <i class="bi bi-star-fill" style="color: #fa9404;"></i>
  646.                         </p>
  647.                         {% endif %}
  648.                         <h4 class="mb-2">{{conseiller.userPseudo}} - {{conseiller.userExtensionCode}}</h4>
  649.                         <span
  650.                             class="badge border border-primary bg-light text-dark">{{conseiller.prixParMinute|number_format(2)}}
  651.                             € /mn</span>
  652.                         <div style="height: 100px;">
  653.                             <p style=" -webkit-line-clamp: 3;
  654.                                 overflow : hidden;
  655.                                 text-overflow: ellipsis;
  656.                                 display: -webkit-box;
  657.                                 -webkit-box-orient: vertical;
  658.                                 ">{{conseiller.descriptionCourte}}</p>
  659.                         </div>
  660.                         <!-- <p class="" style="height: 100px;">{{conseiller.descriptionCourte}}</p> -->
  661.                         <hr>
  662.                         {% if conseiller.specialitesArray %}
  663.                         <div class="d-flex justify-content-start row" style="height: 50;">
  664.                             <strong>Specialité :</strong>
  665.                             <p class="text-warning mt-1 small">
  666.                                 {% for specialite in conseiller.specialitesArray%}
  667.                                 &nbsp;
  668.                                 {{specialite}}
  669.                                 {% endfor %}
  670.                             </p>
  671.                         </div>
  672.                         {%else%}
  673.                         {%endif%}
  674.                         <hr>
  675.                         <!-- <p class="text-muted">{{conseiller.descriptionCourte|raw}}</p> -->
  676.                         <a class="btn btn-primary btn-social mx-2" href="tel:0172891956"><i class="bi bi-telephone-fill "></i></a>
  677.                         <a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-envelope-fill "></i></a>
  678.                         {% if conseiller.userMailing %}
  679.                         <a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-chat-fill "></i></a>
  680.                         {% endif %}
  681.                         {% if conseiller.userMailing %}
  682.                         <a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-camera-video-fill"></i></a>
  683.                         {% endif %}
  684.                     </div>
  685.                 </div>
  686.                 {% endfor %}
  687.             </div>
  688.         </div>
  689.     </div>
  690. </div>
  691. <!-- <section>
  692.     <div class="container px-5">
  693.         <div class="row gx-5 align-items-center">
  694.             <div class="col-lg-6 order-lg-2 d-sm-none d-block">
  695.                 <div class="p-5"><img class="img-fluid rounded-circle" src="{{asset('assets/img/photo/book.jpg')}}"
  696.                         alt="..." style="width: 200px; height: 200px;" /></div>
  697.             </div>
  698.             <div class="col-lg-6 order-lg-2 d-none d-sm-block">
  699.                 <div class="p-5"><img class="img-fluid rounded-circle" src="{{asset('assets/img/photo/book.jpg')}}"
  700.                         alt="..." style="width: 400px; height: 400px;" /></div>
  701.             </div>
  702.             <div class="col-sm-6 col-12 order-lg-1">
  703.                 <div class="">
  704.                  <h2 class="display-4">Une équipe de voyants professionnels à votre écoute</h2> 
  705.                     <p class=""><strong>Voyance-telephone.eu</strong> vous permet de réaliser une
  706.                         consultation
  707.                         de voyance
  708.                         par téléphone. Ce
  709.                         site de voyance
  710.                         Francophone est accessible depuis la Belgique, France, Suisse, Luxembourg et
  711.                         Canada, il est fait
  712.                         pour ceux
  713.                         qui
  714.                         souhaitent en apprendre davantage sur leur avenir. Vous désirez résoudre et
  715.                         comprendre le
  716.                         mystère de vos
  717.                         difficultés
  718.                         ou comment trouver l'amour; le chemin de votre réussite personnelle ou
  719.                         professionnelle. Nos
  720.                         <strong>voyants
  721.                             et médiums
  722.                             professionnels </strong> feront les nécessaires pour vous donner une voyance
  723.                         fiable et
  724.                         sérieuse. Ils
  725.                         vous tiennent au courant
  726.                         de votre <strong> avenir financier et amoureux</strong> mais vous préviennent en
  727.                         même temps de
  728.                         tout
  729.                         évènement qui pourrait
  730.                         survenir
  731.                         dans votre prochaine vie.
  732.                     </p>
  733.                     <p class="">
  734.                         Cette fois-ci, donnez-vous une chance de vivre sereinement, tout en étant
  735.                         conscient de ce qui
  736.                         vous attend.
  737.                         Parce que
  738.                         vous êtes chanceux, et que vous méritez de vivre heureusement,
  739.                         <strong>voyance-telephone.eu</strong> met à
  740.                         votre disposition les
  741.                         meilleurs médiums et voyants que nous connaissons mais aussi des
  742.                         <strong>numérologue, tarologue
  743.                             professionnel,
  744.                             radiesthésiste</strong>.
  745.                     </p>
  746.                     <p class="">
  747.                         voyance-telephone.eu est l'idéal voyance sérieuse, une voyance immédiate par
  748.                         téléphone et une
  749.                         <strong>consultation CB</strong>. La <strong>consultation médium</strong> sur le
  750.                         site vous fera
  751.                         profiter de
  752.                         nombreux avantages tels que:
  753.                     </p>
  754.                     <ol class=" col-11 mx-auto">
  755.                         <li>un large choix de <strong>voyants et médiums professionnels</strong>: tous
  756.                             des experts en
  757.                             voyance et
  758.                             secrets, qui seront toujours à
  759.                             votre écoute et en attente de réaliser vos voeux les plus chers.</li>
  760.                         <br>
  761.                         <li>voyance-telephone.eu affecte par la diversité de la voyance qui répondra
  762.                             volontiers à vos
  763.                             demandes:
  764.                             <strong>une
  765.                                 voyance
  766.                                 tarot</strong> , une <strong>voyance amour</strong> , un
  767.                             <strong>coaching</strong>, une
  768.                             <strong>remise en
  769.                                 forme</strong>, un bien-être, des conseils en gestion du
  770.                             stress, une
  771.                             numérologie clairvoyance etc.
  772.                         </li>
  773.                         <br>
  774.                         <li>
  775.                             Chaque voyant et médium sur Voyance-telephone a sa propre spécialité. Il
  776.                             vous revient de
  777.                             décider avec
  778.                             lequel ou
  779.                             laquelle vous entrerez en consultation en <strong>voyance en privée</strong>
  780.                         </li>
  781.                         <br>
  782.                         <li>
  783.                             une <strong>voyance médium</strong> à petit prix : si vous allez sur la page
  784.                             <a href="{{path('app_tarifs')}}" class="_link">"nos tarifs"</a> , vous
  785.                             pourrez
  786.                             choisir la
  787.                             formule qui vous
  788.                             convient et adaptée à vos besoins. Le plus de Voyance-telephone ? La
  789.                             <strong>voyance directe
  790.                                 par
  791.                                 téléphone</strong>
  792.                             terminée, vous
  793.                             pouvez garder les minutes restantes si besoin.
  794.                         </li>
  795.                     </ol>
  796.                 </div>
  797.             </div>
  798.         </div>
  799.     </div>
  800. </section> -->