<section id="bandeaux" class=" d-none d-sm-block">
<div class="container col-11 mx-auto row">
<div class="col-9 text-center justify-content-between ">
<h2 class="text-white text-center text-uppercase titreIndex">{{titreIndex}}</h2>
{% if app.user %}
<a href="{{path('app_register')}}">
<button class=" col-sm-3 col-12 btn btn-primary mt-2">Recharger mon compte</button>
</a>
{%else%}
<a href="{{path('app_register')}}">
<button class=" col-sm-3 col-12 btn btn-primary mt-2">Inscription Gratuite</button>
</a>
{%endif%}
</div>
<div class="col-3 text-end ">
<p class="text-white "><i class="bi bi-telephone-fill"></i> France : <strong>{{telFrance}}</strong></p>
<p class="text-white "><i class="bi bi-telephone-fill"></i> Belgique : <strong>{{telBelgique}}</strong></p>
<p class="text-white "><i class="bi bi-telephone-fill"></i> Suisse : <strong> {{telSuisse}}</strong> </p>
</div>
</div>
</section>
<!-- <div class=" bg-white" id="team">
<div class="container">
{% set dispo = 0 %}
{% for conseiller in conseillers %}
{%if conseiller.userState == 1 %}
{% set dispo = dispo + 1 %}
{% endif %}
{% endfor %}
{% if dispo == 0 %}
{%else%}
<div class="text-center">
<h2 class="section-heading text-uppercase">Conseiller Disponible</h2>
</div>
{%endif%}
<div class="row">
{% set i = 0 %}
{% for conseiller in conseillers %}
{%if conseiller.userState == 1 %}
{% set i = i + 1 %}
<div class="col-sm-4 ">
<div class="team-member ">
<a href="{{ path('app_consultant', {id: conseiller.complementId})}}"><img
class="mx-auto rounded-circle" src="{{conseiller.photo}}" alt="..." /></a>
{% if conseiller.note == 0 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 0.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-half" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 1 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 1.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-half" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 2 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 2.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-half" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 3 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 3.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-half" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 4 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 4.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-half" style="color: #fa9404;"></i>
</p>
{% elseif conseiller.note == 5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
</p>
{% endif %}
{% if conseiller.kindOfCredit == 1 %}
<strong>Consultation CB à {{conseiller.prixParMinute}} €/mn </strong>
{% endif %}
<h4 class="mb-2">{{conseiller.userPseudo}} - {{conseiller.userExtensionCode}}</h4>
<p class="text-muted col-8 mx-auto">{{conseiller.descriptionCourte|raw}}</p>
<div class="d-flex justify-content-center mb-2">
<strong>Specialité :</strong>
{% for specialite in conseiller.specialitesArray%}
<span class="badge bg-warning mt-1">{{specialite}}</span>
{% endfor %}
</div>
<a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-telephone-fill "></i></a>
<a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-envelope-fill "></i></a>
{% if conseiller.userMailing %}
<a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-chat-fill "></i></a>
{% endif %}
{% if conseiller.userMailing %}
<a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-camera-video-fill"></i></a>
{% endif %}
</div>
</div>
{% endif %}
{% endfor %}
</div>
{% if i == 0 %}
<div class="row">
<div class="col-sm-8 mx-auto text-center">
<h3 class="large text-muted">Tous nos conseiller sont actuellement occupé.</h3>
</div>
</div>
{% endif %}
</div>
</div> -->
<!-- <div class=" bg-white" id="team">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Conseiller Occupé</h2>
</div>
<div class="row">
{% set i = 0 %}
{% for conseiller in conseillers %}
{%if conseiller.userState == 2 %}
{% set i = i + 1 %}
<div class="col-lg-4 ">
<div class="team-member ">
<a href="{{ path('app_consultant', {id: conseiller.complementId})}}"><img
class="mx-auto rounded-circle" src="{{conseiller.photo}}" alt="..." /></a>
{% if conseiller.note == 0 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 0.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-half" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 1 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 1.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-half" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 2 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 2.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-half" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 3 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 3.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-half" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 4 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 4.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-half" style="color: #fa9404;"></i>
</p>
{% elseif conseiller.note == 5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
</p>
{% endif %}
<h4 class="mb-2">{{conseiller.userPseudo}} - {{conseiller.userExtensionCode}}</h4>
<p class="text-muted col-8 mx-auto">{{conseiller.descriptionCourte|raw}}</p>
<a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-telephone-fill "></i></a>
<a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-envelope-fill "></i></a>
{% if conseiller.userMailing %}
<a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-chat-fill "></i></a>
{% endif %}
{% if conseiller.userMailing %}
<a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-camera-video-fill"></i></a>
{% endif %}
</div>
</div>
{% endif %}
{% endfor %}
{% if i == 0 %}
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h3 class="large text-muted">Tous nos conseiller sont actuellement occupé.</h3>
</div>
</div>
{% endif %}
</div>
</div>
</div>
</div> -->
<div class="container-fluid px-4 mb-5 d-none d-sm-block mt-4">
<div class="row">
{% if app.user %}
{% else %}
<div class="col-lg-3">{% include('content/home/step.html.twig') %}</div>
{%endif%}
{% if app.user %}
<div class="col-lg-11 mx-auto">
{% else %}
<div class="col-lg-9 col-sm-12">
{%endif%}
<div class=" bg-light mt-2" id="team">
<div class="container text-center ">
<div class="d-flex justify-content-between mt-1">
<div class="container text-center mt-sm-5">
<p class="text-dark text-center mt-2">Nous vous proposons pour vous des voyants,
médiums, astrologues,
numérologue etc... Vus,
connus
et reconnus.</p>
<p class="text-dark text-center">Voulez vous savoir plus sur votre avenir sentimental,
professionnel,
financier ou autre ?
<br>
Profitez de nos voyances de qualité.
</p>
<p class="text-dark text-center">Consultez notre <strong class="_strong">équipe de
voyants
et
médiums Voyance
téléphone par
téléphone</strong> au
<strong class="_strong d-sm-block d-none">01 72 89 19 56.</strong>
<a href="tel:0172891956" class="d-sm-none d-block">
<button class="btn btn-primary bg-primary">
<i class="bi bi-telephone-fill"></i> 01 72 89 19 56.
</button>
</a>
</p>
<p class="text-dark text-center mb-2">Bénéficiez dès maintenant des services proposés
<strong class=" _strong">
par ce
site de consultation de
voyance
téléphonique </strong> voyance-telephone.eu.
<br>
L'inscription est toute simple, gratuite et ne vous prendra que quelques instants.
</p>
<h2 class="font-weight-light pt-sm-5 pt-2">Nos {{conseillers|length}} conseillers </h2>
<hr>
<div class="container row mx-auto my-auto justify-content-center mb-4">
{% for conseiller in conseillers %}
<div class="col-4 col-sm-8 col-md-6 col-lg-6 col-xl-4 border p-3">
{%if conseiller.userState == 1 %}
<span class="badge bg-success mt-1">Présent</span>
{% elseif conseiller.userState == 2 %}
<span class="badge bg-warning">Occupé</span>
{% elseif conseiller.userState == 0 %}
<span class="badge bg-danger">Absent</span>
{% endif %}
<div class="team-member my-2 ">
<div class="row">
<div class="d-flex justify-content-center"><a
href="{{ path('app_consultant', {id: conseiller.complementId})}}"><img
class="mx-auto rounded-circle" src="{{conseiller.photo}}"
alt="..." style="height: 100px; width: 100px;" /></a></div>
<div class="col-12 mt-2">
<h6>
{{conseiller.userPseudo}}
</h6>
<h6>
{{conseiller.userExtensionCode}}
</h6>
</div>
</div>
{% if conseiller.note == 0 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 0.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-half" style="color: #ffc400;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 1 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 1.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-half" style="color: #ffc400;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 2 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 2.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-half" style="color: #ffc400;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 3 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 3.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-half" style="color: #ffc400;"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 4 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 4.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-half" style="color: #ffc400;"></i>
</p>
{% elseif conseiller.note == 5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
<i class="bi bi-star-fill" style="color: #ffc400;"></i>
</p>
{% endif %}
<div style="height: 160px;">
<p style=" -webkit-line-clamp: 5;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
">{{conseiller.descriptionCourte}}</p>
</div>
<hr>
{% if conseiller.specialitesArray %}
<div class="d-flex justify-content-start row">
<strong>Spécialités:</strong>
<p class="text-warning mt-1 text-xs" style="height: 30px;">
{% for specialite in conseiller.specialitesArray%}
{{specialite}}
{% endfor %}
</p>
</div>
{%else%}
<div class="text-warning mt-1 text-xs" style="height: 70px;"></div>
{%endif%}
<hr>
<!-- <p class="text-muted">{{conseiller.descriptionCourte|raw}}</p> -->
<a class="btn btn-primary btn-social mx-2" href="#!"><i
class="bi bi-telephone-fill "></i></a>
<a class="btn btn-primary btn-social mx-2" href="#!"><i
class="bi bi-envelope-fill "></i></a>
{% if conseiller.userMailing %}
<a class="btn btn-primary btn-social mx-2" href="#!"><i
class="bi bi-chat-fill "></i></a>
{% endif %}
{% if conseiller.userMailing %}
<a class="btn btn-primary btn-social mx-2" href="#!"><i
class="bi bi-camera-video-fill"></i></a>
{% endif %}
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=" d-sm-none d-block mb-2 mt-2">
<div class=" bg-light">
<div class="container text-center mt-sm-5">
<p class="text-dark text-center mt-2">Nous vous proposons pour vous des voyants, médiums, astrologues,
numérologue etc... Vus,
connus
et reconnus.</p>
<p class="text-dark text-center">Voulez vous savoir plus sur votre avenir sentimental,
professionnel,
financier ou autre ?
<br>
Profitez de nos voyances de qualité.
</p>
<p class="text-dark text-center">Consultez notre <strong class="_strong">équipe de voyants
et
médiums Voyance
téléphone par
téléphone</strong> au
<strong class="_strong d-sm-block d-none">01 72 89 19 56.</strong>
<a href="tel:0172891956" class="d-sm-none d-block">
<button class="btn btn-primary bg-primary">
<i class="bi bi-telephone-fill"></i> 01 72 89 19 56.
</button>
</a>
</p>
<p class="text-dark text-center mb-2">Bénéficiez dès maintenant des services proposés <strong
class=" _strong">
par ce
site de consultation de
voyance
téléphonique </strong> voyance-telephone.eu.
<br>
L'inscription est toute simple, gratuite et ne vous prendra que quelques instants.
</p>
<h2 class="font-weight-light pt-sm-5 pt-2">Nos {{conseillers|length}} conseillers </h2>
<hr>
<div class="container row mx-auto my-auto justify-content-center">
{% for conseiller in conseillers %}
<div class="col-sm-3 border ">
{%if conseiller.userState == 1 %}
<span class="badge bg-success mt-1">Présent</span>
{% elseif conseiller.userState == 2 %}
<span class="badge bg-warning">Occupé</span>
{% elseif conseiller.userState == 0 %}
<span class="badge bg-danger">Absent</span>
{% endif %}
<div class="team-member my-2">
<a href="{{ path('app_consultant', {id: conseiller.complementId})}}"><img
class="mx-auto rounded-circle" src="{{conseiller.photo}}" alt="..." /></a>
{% if conseiller.note == 0 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 0.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-half" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 1 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 1.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-half" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 2 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 2.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-half" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 3 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 3.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-half" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 4 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star"></i>
</p>
{% elseif conseiller.note == 4.5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-half" style="color: #fa9404;"></i>
</p>
{% elseif conseiller.note == 5 %}
<p class="text-center small text-primary">Avis des membres
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
<i class="bi bi-star-fill" style="color: #fa9404;"></i>
</p>
{% endif %}
<h4 class="mb-2">{{conseiller.userPseudo}} - {{conseiller.userExtensionCode}}</h4>
<span
class="badge border border-primary bg-light text-dark">{{conseiller.prixParMinute|number_format(2)}}
€ /mn</span>
<div style="height: 100px;">
<p style=" -webkit-line-clamp: 3;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
">{{conseiller.descriptionCourte}}</p>
</div>
<!-- <p class="" style="height: 100px;">{{conseiller.descriptionCourte}}</p> -->
<hr>
{% if conseiller.specialitesArray %}
<div class="d-flex justify-content-start row" style="height: 50;">
<strong>Specialité :</strong>
<p class="text-warning mt-1 small">
{% for specialite in conseiller.specialitesArray%}
{{specialite}}
{% endfor %}
</p>
</div>
{%else%}
{%endif%}
<hr>
<!-- <p class="text-muted">{{conseiller.descriptionCourte|raw}}</p> -->
<a class="btn btn-primary btn-social mx-2" href="tel:0172891956"><i class="bi bi-telephone-fill "></i></a>
<a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-envelope-fill "></i></a>
{% if conseiller.userMailing %}
<a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-chat-fill "></i></a>
{% endif %}
{% if conseiller.userMailing %}
<a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-camera-video-fill"></i></a>
{% endif %}
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
<!-- <section>
<div class="container px-5">
<div class="row gx-5 align-items-center">
<div class="col-lg-6 order-lg-2 d-sm-none d-block">
<div class="p-5"><img class="img-fluid rounded-circle" src="{{asset('assets/img/photo/book.jpg')}}"
alt="..." style="width: 200px; height: 200px;" /></div>
</div>
<div class="col-lg-6 order-lg-2 d-none d-sm-block">
<div class="p-5"><img class="img-fluid rounded-circle" src="{{asset('assets/img/photo/book.jpg')}}"
alt="..." style="width: 400px; height: 400px;" /></div>
</div>
<div class="col-sm-6 col-12 order-lg-1">
<div class="">
<h2 class="display-4">Une équipe de voyants professionnels à votre écoute</h2>
<p class=""><strong>Voyance-telephone.eu</strong> vous permet de réaliser une
consultation
de voyance
par téléphone. Ce
site de voyance
Francophone est accessible depuis la Belgique, France, Suisse, Luxembourg et
Canada, il est fait
pour ceux
qui
souhaitent en apprendre davantage sur leur avenir. Vous désirez résoudre et
comprendre le
mystère de vos
difficultés
ou comment trouver l'amour; le chemin de votre réussite personnelle ou
professionnelle. Nos
<strong>voyants
et médiums
professionnels </strong> feront les nécessaires pour vous donner une voyance
fiable et
sérieuse. Ils
vous tiennent au courant
de votre <strong> avenir financier et amoureux</strong> mais vous préviennent en
même temps de
tout
évènement qui pourrait
survenir
dans votre prochaine vie.
</p>
<p class="">
Cette fois-ci, donnez-vous une chance de vivre sereinement, tout en étant
conscient de ce qui
vous attend.
Parce que
vous êtes chanceux, et que vous méritez de vivre heureusement,
<strong>voyance-telephone.eu</strong> met à
votre disposition les
meilleurs médiums et voyants que nous connaissons mais aussi des
<strong>numérologue, tarologue
professionnel,
radiesthésiste</strong>.
</p>
<p class="">
voyance-telephone.eu est l'idéal voyance sérieuse, une voyance immédiate par
téléphone et une
<strong>consultation CB</strong>. La <strong>consultation médium</strong> sur le
site vous fera
profiter de
nombreux avantages tels que:
</p>
<ol class=" col-11 mx-auto">
<li>un large choix de <strong>voyants et médiums professionnels</strong>: tous
des experts en
voyance et
secrets, qui seront toujours à
votre écoute et en attente de réaliser vos voeux les plus chers.</li>
<br>
<li>voyance-telephone.eu affecte par la diversité de la voyance qui répondra
volontiers à vos
demandes:
<strong>une
voyance
tarot</strong> , une <strong>voyance amour</strong> , un
<strong>coaching</strong>, une
<strong>remise en
forme</strong>, un bien-être, des conseils en gestion du
stress, une
numérologie clairvoyance etc.
</li>
<br>
<li>
Chaque voyant et médium sur Voyance-telephone a sa propre spécialité. Il
vous revient de
décider avec
lequel ou
laquelle vous entrerez en consultation en <strong>voyance en privée</strong>
</li>
<br>
<li>
une <strong>voyance médium</strong> à petit prix : si vous allez sur la page
<a href="{{path('app_tarifs')}}" class="_link">"nos tarifs"</a> , vous
pourrez
choisir la
formule qui vous
convient et adaptée à vos besoins. Le plus de Voyance-telephone ? La
<strong>voyance directe
par
téléphone</strong>
terminée, vous
pouvez garder les minutes restantes si besoin.
</li>
</ol>
</div>
</div>
</div>
</div>
</section> -->