-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathatouts.html
18 lines (18 loc) · 1.24 KB
/
atouts.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<section id="atout">
<div class="container">
<div class="row text-center">
<div class="col-md-4"><span class="fa-stack fa-4x"><div class="fa fa-circle fa-stack-2x text-primary"></div><div class="fa fa-briefcase fa-stack-1x fa-inverse"></div></span>
<h4 class="service-heading">Conférences</h4>
<p class="text-muted">Des invités de renom viendront vous partager leur expérience.</p>
</div>
<div class="col-md-4"><span class="fa-stack fa-4x"><div class="fa fa-circle fa-stack-2x text-primary"></div><div class="fa fa-users fa-stack-1x fa-inverse"></div></span>
<h4 class="service-heading">Ateliers</h4>
<p class="text-muted">Des activités interactives pour outiller les professionnels de la santé sur les différents enjeux qui touchent les migrants.</p>
</div>
<div class="col-md-4"><span class="fa-stack fa-4x"><div class="fa fa-circle fa-stack-2x text-primary"></div><div class="fa fa-cutlery fa-stack-1x fa-inverse"></div></span>
<h4 class="service-heading">Tout inclus</h4>
<p class="text-muted">Déjeuner et dîner vous seront offerts.</p>
</div>
</div>
</div>
</section>