1092 lines
32 KiB
HTML
1092 lines
32 KiB
HTML
{% extends "base.html" %}
|
|
{% load static i18n %}
|
|
|
|
{% block title %}{% trans "À propos | Jool International, pionniers de l'AgriTech africaine" %}{% endblock %}
|
|
{% block title_plain %}{% trans "À propos | Jool International, pionniers de l'AgriTech africaine" %}{% endblock %}
|
|
|
|
{% block meta_description %}{% trans "Découvrez Jool International : notre mission, notre équipe et notre vision pour transformer l'agriculture africaine grâce aux technologies satellite, drone et IA. Basés à Abidjan, Côte d'Ivoire." %}{% endblock %}
|
|
|
|
{% block og_title %}{% trans "À propos de Jool International | AgriTech made in Africa" %}{% endblock %}
|
|
{% block og_description %}{% trans "Notre mission : rendre l'agriculture de précision accessible à tous les acteurs de l'agri-industrie africaine. Satellite, drone, IA et digitalisation." %}{% endblock %}
|
|
{% block twitter_title %}{% trans "À propos de Jool International | AgriTech made in Africa" %}{% endblock %}
|
|
{% block twitter_description %}{% trans "Notre mission : rendre l'agriculture de précision accessible à tous les acteurs de l'agri-industrie africaine." %}{% endblock %}
|
|
|
|
{% block schema_org %}
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "AboutPage",
|
|
"name": "À propos de Jool International",
|
|
"url": "https://jool-international.com/a-propos/",
|
|
"description": "Jool International est une entreprise AgriTech basée à Abidjan qui développe des solutions d'intelligence artificielle, de télédétection et de digitalisation pour l'agriculture africaine.",
|
|
"publisher": {
|
|
"@type": "Organization",
|
|
"name": "Jool International",
|
|
"url": "https://jool-international.com",
|
|
"foundingDate": "2022",
|
|
"address": {
|
|
"@type": "PostalAddress",
|
|
"addressLocality": "Abidjan",
|
|
"addressCountry": "CI"
|
|
},
|
|
"contactPoint": {
|
|
"@type": "ContactPoint",
|
|
"email": "info@jool-int.com",
|
|
"telephone": "+2250799899836",
|
|
"contactType": "customer service"
|
|
},
|
|
"sameAs": [
|
|
"https://www.linkedin.com/company/jool-international/"
|
|
]
|
|
}
|
|
}
|
|
</script>
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "BreadcrumbList",
|
|
"itemListElement": [
|
|
{
|
|
"@type": "ListItem",
|
|
"position": 1,
|
|
"name": "Accueil",
|
|
"item": "https://jool-international.com/"
|
|
},
|
|
{
|
|
"@type": "ListItem",
|
|
"position": 2,
|
|
"name": "À propos",
|
|
"item": "https://jool-international.com/a-propos/"
|
|
}
|
|
]
|
|
}
|
|
</script>
|
|
{% endblock %}
|
|
|
|
{% block extra_css %}
|
|
<style>
|
|
/* ─── About Hero ─────────────────────────── */
|
|
.about-hero {
|
|
background: var(--dark-bg);
|
|
padding: 96px 64px 80px;
|
|
text-align: center;
|
|
}
|
|
|
|
.about-eyebrow {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
letter-spacing: .1em;
|
|
text-transform: uppercase;
|
|
background: rgba(255, 255, 255, .1);
|
|
color: rgba(255, 255, 255, .75);
|
|
padding: 5px 16px;
|
|
border-radius: 100px;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.about-hero h1 {
|
|
font-family: var(--display);
|
|
font-weight: 900;
|
|
font-size: clamp(2.6rem, 5vw, 4rem);
|
|
letter-spacing: -0.03em;
|
|
color: var(--white);
|
|
line-height: 1.05;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.about-hero h1 em {
|
|
font-style: normal;
|
|
color: var(--accent);
|
|
}
|
|
|
|
.about-hero p {
|
|
font-size: 18px;
|
|
color: rgba(255, 255, 255, .65);
|
|
line-height: 1.75;
|
|
font-weight: 300;
|
|
max-width: 680px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
/* ─── Mission ────────────────────────────── */
|
|
.about-mission {
|
|
padding: 88px 64px;
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
gap: 80px;
|
|
align-items: center;
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.about-mission h2 {
|
|
font-family: var(--display);
|
|
font-weight: 900;
|
|
font-size: clamp(2rem, 3.5vw, 2.8rem);
|
|
letter-spacing: -0.03em;
|
|
color: var(--black);
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.about-mission h2 em {
|
|
font-style: normal;
|
|
color: var(--teal);
|
|
}
|
|
|
|
.about-mission p {
|
|
font-size: 16px;
|
|
color: #555;
|
|
line-height: 1.8;
|
|
font-weight: 300;
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
.mission-values {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 16px;
|
|
}
|
|
|
|
.mission-value {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
gap: 14px;
|
|
background: var(--teal-pale);
|
|
border-radius: 14px;
|
|
padding: 18px 20px;
|
|
}
|
|
|
|
.mission-value .material-icons-round {
|
|
color: var(--teal);
|
|
font-size: 22px;
|
|
flex-shrink: 0;
|
|
margin-top: 1px;
|
|
}
|
|
|
|
.mission-value-body h4 {
|
|
font-weight: 700;
|
|
font-size: 15px;
|
|
color: var(--black);
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.mission-value-body p {
|
|
font-size: 14px;
|
|
color: #666;
|
|
line-height: 1.6;
|
|
font-weight: 300;
|
|
margin: 0;
|
|
}
|
|
|
|
/* ─── Stats strip ────────────────────────── */
|
|
.about-stats {
|
|
background: var(--teal);
|
|
padding: 56px 64px;
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
gap: 24px;
|
|
text-align: center;
|
|
}
|
|
|
|
.about-stat-val {
|
|
font-family: var(--display);
|
|
font-weight: 900;
|
|
font-size: 2.6rem;
|
|
color: var(--white);
|
|
letter-spacing: -.04em;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.about-stat-label {
|
|
font-size: 14px;
|
|
color: rgba(255, 255, 255, .7);
|
|
margin-top: 6px;
|
|
font-weight: 300;
|
|
}
|
|
|
|
/* ─── Produits ───────────────────────────── */
|
|
.about-products {
|
|
padding: 88px 64px;
|
|
background: var(--gray-2);
|
|
}
|
|
|
|
.about-products-inner {
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.about-products h2 {
|
|
font-family: var(--display);
|
|
font-weight: 900;
|
|
font-size: clamp(1.8rem, 3vw, 2.4rem);
|
|
letter-spacing: -0.03em;
|
|
color: var(--black);
|
|
margin-bottom: 48px;
|
|
text-align: center;
|
|
}
|
|
|
|
.products-row {
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
gap: 16px;
|
|
}
|
|
|
|
.about-product-card {
|
|
background: var(--white);
|
|
border-radius: 18px;
|
|
padding: 24px 20px;
|
|
border: 1.5px solid var(--gray);
|
|
transition: border-color .2s, box-shadow .2s, transform .2s;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.about-product-card:hover {
|
|
border-color: var(--teal);
|
|
box-shadow: 0 8px 32px rgba(25, 112, 97, .12);
|
|
transform: translateY(-3px);
|
|
}
|
|
|
|
.apc-icon {
|
|
width: 44px;
|
|
height: 44px;
|
|
background: var(--teal-pale);
|
|
border-radius: 12px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.apc-icon .material-icons-round {
|
|
color: var(--teal);
|
|
font-size: 22px;
|
|
}
|
|
|
|
.apc-title {
|
|
font-family: var(--display);
|
|
font-weight: 800;
|
|
font-size: 1.1rem;
|
|
color: var(--black);
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.apc-sub {
|
|
font-size: 13px;
|
|
font-weight: 600;
|
|
color: var(--teal);
|
|
margin-bottom: 8px;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
.apc-desc {
|
|
font-size: 13px;
|
|
color: #666;
|
|
line-height: 1.6;
|
|
font-weight: 300;
|
|
flex: 1;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.apc-link {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 6px;
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
color: var(--teal);
|
|
transition: gap .15s;
|
|
}
|
|
|
|
.apc-link:hover {
|
|
gap: 10px;
|
|
}
|
|
|
|
/* ─── Equipe ─────────────────────────────── */
|
|
.about-team {
|
|
padding: 88px 64px;
|
|
background: var(--white);
|
|
}
|
|
|
|
.about-team-inner {
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.about-team h2 {
|
|
font-family: var(--display);
|
|
font-weight: 900;
|
|
font-size: clamp(1.8rem, 3vw, 2.4rem);
|
|
letter-spacing: -0.03em;
|
|
color: var(--black);
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.about-team>.about-team-inner>p {
|
|
font-size: 16px;
|
|
color: #666;
|
|
font-weight: 300;
|
|
margin-bottom: 56px;
|
|
}
|
|
|
|
.team-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(3, 1fr);
|
|
gap: 28px;
|
|
}
|
|
|
|
.team-card {
|
|
background: var(--gray-2);
|
|
border-radius: 20px;
|
|
padding: 32px 24px;
|
|
text-align: center;
|
|
}
|
|
|
|
.team-avatar {
|
|
width: 80px;
|
|
height: 80px;
|
|
border-radius: 50%;
|
|
margin: 0 auto 16px;
|
|
background: var(--teal);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 2rem;
|
|
color: white;
|
|
}
|
|
|
|
.team-name {
|
|
font-family: var(--display);
|
|
font-weight: 800;
|
|
font-size: 1.1rem;
|
|
color: var(--black);
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.team-role {
|
|
font-size: 13px;
|
|
color: var(--teal);
|
|
font-weight: 600;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.team-bio {
|
|
font-size: 13px;
|
|
color: #777;
|
|
line-height: 1.6;
|
|
font-weight: 300;
|
|
}
|
|
|
|
/* ─── Localisation ───────────────────────── */
|
|
.about-location {
|
|
padding: 88px 64px;
|
|
background: var(--dark-bg);
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
gap: 64px;
|
|
align-items: center;
|
|
}
|
|
|
|
.about-location h2 {
|
|
font-family: var(--display);
|
|
font-weight: 900;
|
|
font-size: clamp(1.8rem, 3vw, 2.4rem);
|
|
letter-spacing: -0.03em;
|
|
color: var(--white);
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.about-location h2 em {
|
|
font-style: normal;
|
|
color: var(--accent);
|
|
}
|
|
|
|
.about-location p {
|
|
font-size: 16px;
|
|
color: rgba(255, 255, 255, .6);
|
|
line-height: 1.75;
|
|
font-weight: 300;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.location-item {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 12px;
|
|
margin-bottom: 14px;
|
|
font-size: 15px;
|
|
color: rgba(255, 255, 255, .75);
|
|
}
|
|
|
|
.location-item .material-icons-round {
|
|
color: var(--accent);
|
|
font-size: 20px;
|
|
}
|
|
|
|
.location-map {
|
|
border-radius: 20px;
|
|
overflow: hidden;
|
|
border: 1px solid rgba(255, 255, 255, .1);
|
|
background: rgba(255,255,255,.04);
|
|
padding: 32px 28px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0;
|
|
}
|
|
|
|
.africa-stats-grid {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
gap: 16px;
|
|
}
|
|
|
|
.africa-stat {
|
|
background: rgba(255,255,255,.06);
|
|
border: 1px solid rgba(255,255,255,.1);
|
|
border-radius: 14px;
|
|
padding: 16px 18px;
|
|
}
|
|
|
|
.africa-stat-val {
|
|
font-family: var(--display);
|
|
font-weight: 900;
|
|
font-size: 1.6rem;
|
|
color: var(--white);
|
|
letter-spacing: -.03em;
|
|
line-height: 1;
|
|
margin-bottom: 4px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.africa-stat-val span {
|
|
color: #2ec99e;
|
|
}
|
|
|
|
.africa-stat-label {
|
|
font-size: 12px;
|
|
color: rgba(255,255,255,.55);
|
|
font-weight: 400;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
/* ─── Valeurs ───────────────────────────── */
|
|
.about-values {
|
|
padding: 88px 64px;
|
|
background: var(--gray-2);
|
|
}
|
|
|
|
.about-values-inner {
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.about-values-header {
|
|
text-align: center;
|
|
margin-bottom: 56px;
|
|
}
|
|
|
|
.about-values-header h2 {
|
|
font-family: var(--display);
|
|
font-weight: 900;
|
|
font-size: clamp(1.8rem, 3vw, 2.4rem);
|
|
letter-spacing: -0.03em;
|
|
color: var(--black);
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.about-values-header h2 em {
|
|
font-style: normal;
|
|
color: var(--teal);
|
|
}
|
|
|
|
.about-values-header p {
|
|
font-size: 16px;
|
|
color: #666;
|
|
font-weight: 300;
|
|
max-width: 560px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.values-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(3, 1fr);
|
|
gap: 24px;
|
|
}
|
|
|
|
.value-card {
|
|
background: var(--white);
|
|
border-radius: 20px;
|
|
padding: 32px 28px;
|
|
border: 1.5px solid var(--gray);
|
|
transition: border-color .2s, transform .2s, box-shadow .2s;
|
|
}
|
|
|
|
.value-card:hover {
|
|
border-color: var(--teal);
|
|
transform: translateY(-3px);
|
|
box-shadow: 0 8px 28px rgba(25, 112, 97, .1);
|
|
}
|
|
|
|
.value-card-icon {
|
|
width: 52px;
|
|
height: 52px;
|
|
background: var(--teal-pale);
|
|
border-radius: 14px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
.value-card-icon .material-icons-round {
|
|
color: var(--teal);
|
|
font-size: 26px;
|
|
}
|
|
|
|
.value-card h3 {
|
|
font-family: var(--display);
|
|
font-weight: 800;
|
|
font-size: 1.05rem;
|
|
color: var(--black);
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.value-card p {
|
|
font-size: 14px;
|
|
color: #666;
|
|
line-height: 1.65;
|
|
font-weight: 300;
|
|
margin: 0;
|
|
}
|
|
|
|
/* ─── Mot du CEO ─────────────────────────── */
|
|
.about-ceo {
|
|
padding: 96px 64px;
|
|
background: var(--dark-bg);
|
|
}
|
|
|
|
.about-ceo-inner {
|
|
max-width: 1100px;
|
|
margin: 0 auto;
|
|
display: grid;
|
|
grid-template-columns: 340px 1fr;
|
|
gap: 80px;
|
|
align-items: start;
|
|
}
|
|
|
|
.ceo-photo-wrap {
|
|
position: relative;
|
|
}
|
|
|
|
.ceo-photo-wrap img {
|
|
width: 100%;
|
|
border-radius: 24px;
|
|
display: block;
|
|
filter: grayscale(15%);
|
|
}
|
|
|
|
.ceo-photo-label {
|
|
position: absolute;
|
|
bottom: -1px;
|
|
left: 0;
|
|
right: 0;
|
|
background: linear-gradient(to top, rgba(0, 0, 0, .75) 0%, transparent 100%);
|
|
border-radius: 0 0 24px 24px;
|
|
padding: 32px 20px 20px;
|
|
}
|
|
|
|
.ceo-photo-label .ceo-name {
|
|
font-family: var(--display);
|
|
font-weight: 800;
|
|
font-size: 1.05rem;
|
|
color: var(--white);
|
|
}
|
|
|
|
.ceo-photo-label .ceo-role {
|
|
font-size: 12px;
|
|
color: var(--accent);
|
|
font-weight: 600;
|
|
margin-top: 2px;
|
|
letter-spacing: .04em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.ceo-quote-wrap {
|
|
padding-top: 8px;
|
|
}
|
|
|
|
.ceo-section-tag {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
letter-spacing: .1em;
|
|
text-transform: uppercase;
|
|
background: rgba(255, 255, 255, .08);
|
|
color: rgba(255, 255, 255, .6);
|
|
padding: 5px 14px;
|
|
border-radius: 100px;
|
|
margin-bottom: 28px;
|
|
}
|
|
|
|
.ceo-section-tag .material-icons-round {
|
|
font-size: 13px;
|
|
color: var(--accent);
|
|
}
|
|
|
|
.ceo-quote-mark {
|
|
font-family: Georgia, serif;
|
|
font-size: 7rem;
|
|
line-height: .7;
|
|
color: var(--teal);
|
|
opacity: .4;
|
|
margin-bottom: 8px;
|
|
display: block;
|
|
}
|
|
|
|
.ceo-quote-wrap h2 {
|
|
font-family: var(--display);
|
|
font-weight: 900;
|
|
font-size: clamp(1.6rem, 2.5vw, 2rem);
|
|
letter-spacing: -0.03em;
|
|
color: var(--white);
|
|
margin-bottom: 32px;
|
|
line-height: 1.15;
|
|
}
|
|
|
|
.ceo-quote-wrap h2 em {
|
|
font-style: normal;
|
|
color: var(--accent);
|
|
}
|
|
|
|
.ceo-body p {
|
|
font-size: 15px;
|
|
color: rgba(255, 255, 255, .65);
|
|
line-height: 1.85;
|
|
font-weight: 300;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.ceo-body p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.ceo-signature {
|
|
margin-top: 10px;
|
|
padding-top: 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 16px;
|
|
}
|
|
|
|
.ceo-sig-line {
|
|
width: 40px;
|
|
height: 2px;
|
|
background: var(--teal);
|
|
}
|
|
|
|
.ceo-sig-name {
|
|
font-family: var(--display);
|
|
font-weight: 800;
|
|
font-size: 1rem;
|
|
color: var(--white);
|
|
}
|
|
|
|
.ceo-sig-role {
|
|
font-size: 12px;
|
|
color: rgba(255, 255, 255, .45);
|
|
font-weight: 300;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
/* ─── CTA ────────────────────────────────── */
|
|
.about-cta {
|
|
padding: 88px 64px;
|
|
background: var(--teal-pale);
|
|
text-align: center;
|
|
}
|
|
|
|
.about-cta h2 {
|
|
font-family: var(--display);
|
|
font-weight: 900;
|
|
font-size: clamp(1.8rem, 3vw, 2.4rem);
|
|
letter-spacing: -0.03em;
|
|
color: var(--black);
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.about-cta p {
|
|
font-size: 16px;
|
|
color: #666;
|
|
font-weight: 300;
|
|
margin-bottom: 32px;
|
|
}
|
|
|
|
.btn-cta-lg {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
font-family: var(--display);
|
|
font-weight: 800;
|
|
font-size: 16px;
|
|
padding: 16px 36px;
|
|
border-radius: 100px;
|
|
background: var(--teal);
|
|
color: var(--white);
|
|
transition: filter .15s, transform .12s;
|
|
}
|
|
|
|
.btn-cta-lg:hover {
|
|
filter: brightness(1.1);
|
|
transform: translateY(-2px);
|
|
}
|
|
|
|
.btn-outline-about {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
font-family: var(--body);
|
|
font-weight: 700;
|
|
font-size: 15px;
|
|
padding: 14px 30px;
|
|
border-radius: 100px;
|
|
border: 1.5px solid var(--teal);
|
|
color: var(--teal);
|
|
transition: all .15s;
|
|
margin-left: 16px;
|
|
}
|
|
|
|
.btn-outline-about:hover {
|
|
background: var(--teal);
|
|
color: var(--white);
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
.about-hero,
|
|
.about-mission,
|
|
.about-stats,
|
|
.about-products,
|
|
.about-team,
|
|
.about-location,
|
|
.about-cta,
|
|
.about-values,
|
|
.about-ceo {
|
|
padding: 56px 24px;
|
|
}
|
|
|
|
.about-mission,
|
|
.about-location {
|
|
grid-template-columns: 1fr;
|
|
}
|
|
|
|
.about-stats {
|
|
grid-template-columns: 1fr 1fr;
|
|
padding: 48px 16px;
|
|
gap: 12px;
|
|
}
|
|
|
|
.about-stat-val {
|
|
font-size: clamp(1.4rem, 6.5vw, 2.6rem);
|
|
}
|
|
|
|
.about-stat-label {
|
|
font-size: 12px;
|
|
}
|
|
|
|
/* Africa stats card */
|
|
.africa-stats-grid {
|
|
gap: 10px;
|
|
}
|
|
|
|
.africa-stat {
|
|
padding: 12px 14px;
|
|
}
|
|
|
|
.africa-stat-val {
|
|
font-size: clamp(1.1rem, 5vw, 1.6rem);
|
|
}
|
|
|
|
.africa-stat-label {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.products-row,
|
|
.team-grid,
|
|
.values-grid {
|
|
grid-template-columns: 1fr;
|
|
}
|
|
|
|
.about-ceo-inner {
|
|
grid-template-columns: 1fr;
|
|
gap: 40px;
|
|
}
|
|
|
|
.ceo-photo-wrap {
|
|
max-width: 280px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.btn-outline-about {
|
|
margin-left: 0;
|
|
margin-top: 12px;
|
|
}
|
|
}
|
|
</style>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<!-- ══ HERO ══ -->
|
|
<section class="about-hero">
|
|
<div class="about-eyebrow">{% trans "JooL construit la couche d'intelligence agricole de l'Afrique." %}</div>
|
|
<h1>{% blocktrans %}L'intelligence agricole<br>au service de {% endblocktrans %}<span style="color:#2ec99e;">{% trans "l'Afrique." %}</span></h1>
|
|
<p style="text-align: left;">{% blocktrans %}Nous connectons intelligence artificielle, imagerie satellitaire, drones, données géoréférencées et opérations terrain afin de transformer des millions d'hectares de données dispersées en décisions exploitables.{% endblocktrans %}</p>
|
|
<p style="text-align: left;">{% blocktrans %}Dans un continent où la majorité des exploitations agricoles manque encore de visibilité fiable et actualisée, nous aidons les producteurs, coopératives, agro-industries, assureurs et institutions à mieux comprendre, piloter et financer l'agriculture.{% endblocktrans %}</p>
|
|
</section>
|
|
|
|
<!-- ══ VISION ══ -->
|
|
<section style="background:var(--white);">
|
|
<div class="about-mission">
|
|
<div class="reveal">
|
|
<span
|
|
style="font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:rgba(25,112,97,.1);color:var(--teal);padding:5px 14px;border-radius:100px;display:inline-block;margin-bottom:20px;">{% trans "Notre vision" %}</span>
|
|
<h2>{% blocktrans %}Construire l'infrastructure <br>d'intelligence agricole <br> de référence en Afrique.{% endblocktrans %}</h2>
|
|
<p>{% trans "Nous voulons transformer la manière dont l'agriculture africaine est observée, monitorée, scorée, financée et opérée à grande échelle." %}</p>
|
|
<p>{% trans "Notre ambition est de rendre chaque hectare plus visible, chaque risque plus mesurable et chaque décision plus précise grâce à une infrastructure combinant intelligence artificielle, satellite, données terrain et opérations agricoles." %}</p>
|
|
</div>
|
|
<div class="mission-values reveal">
|
|
<div class="mission-value">
|
|
<span class="material-icons-round">visibility</span>
|
|
<div class="mission-value-body">
|
|
<h4>{% trans "Transparence" %}</h4>
|
|
<p>{% trans "Des données vérifiables et auditables à chaque étape de la chaîne de valeur agricole." %}</p>
|
|
</div>
|
|
</div>
|
|
<div class="mission-value">
|
|
<span class="material-icons-round">bolt</span>
|
|
<div class="mission-value-body">
|
|
<h4>{% trans "Impact terrain" %}</h4>
|
|
<p>{% trans "Nos solutions sont conçues pour être utilisées par des agents de terrain, pas seulement des ingénieurs." %}</p>
|
|
</div>
|
|
</div>
|
|
<div class="mission-value">
|
|
<span class="material-icons-round">public</span>
|
|
<div class="mission-value-body">
|
|
<h4>{% trans "Scalabilité africaine" %}</h4>
|
|
<p>{% trans "De 100 à 100 000 hectares, nos outils s'adaptent à toutes les tailles d'exploitation." %}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- ══ STATS ══ -->
|
|
<div class="about-stats">
|
|
<div class="reveal">
|
|
<div class="about-stat-val">300 000+</div>
|
|
<div class="about-stat-label">{% trans "Producteurs géoréférencés" %}</div>
|
|
</div>
|
|
<div class="reveal">
|
|
<div class="about-stat-val">600 000+ ha</div>
|
|
<div class="about-stat-label">{% trans "Cartographiés et analysés" %}</div>
|
|
</div>
|
|
<div class="reveal">
|
|
<div class="about-stat-val">2 000+</div>
|
|
<div class="about-stat-label">{% trans "Coopératives identifiées" %}</div>
|
|
</div>
|
|
<div class="reveal">
|
|
<div class="about-stat-val">8+</div>
|
|
<div class="about-stat-label">{% trans "Cultures couvertes" %}</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- ══ VALEURS ══ -->
|
|
<section class="about-values">
|
|
<div class="about-values-inner">
|
|
<div class="about-values-header reveal">
|
|
<span class="section-tag tag-teal" style="margin-bottom:16px;">
|
|
<span class="material-icons-round" style="font-size:13px;">diamond</span>
|
|
{% trans "Ce qui nous guide" %}
|
|
</span>
|
|
<h2>{% blocktrans %}Nos valeurs{% endblocktrans %}</h2>
|
|
<p>{% trans "Une technologie construite autour du terrain, de la clarté et de l'impact." %}</p>
|
|
</div>
|
|
<div class="values-grid">
|
|
<div class="value-card reveal">
|
|
<div class="value-card-icon"><span class="material-icons-round">verified</span></div>
|
|
<h3>{% trans "Intégrité" %}</h3>
|
|
<p>{% trans "Des systèmes fiables, transparents et basés sur des données vérifiables." %}</p>
|
|
</div>
|
|
<div class="value-card reveal">
|
|
<div class="value-card-icon"><span class="material-icons-round">lightbulb</span></div>
|
|
<h3>{% trans "Clarté" %}</h3>
|
|
<p>{% trans "Transformer des données complexes en décisions compréhensibles et exploitables." %}</p>
|
|
</div>
|
|
<div class="value-card reveal">
|
|
<div class="value-card-icon"><span class="material-icons-round">workspace_premium</span></div>
|
|
<h3>{% trans "Excellence" %}</h3>
|
|
<p>{% trans "Un haut niveau d'exécution dans nos technologies et nos opérations terrain." %}</p>
|
|
</div>
|
|
<div class="value-card reveal">
|
|
<div class="value-card-icon"><span class="material-icons-round">agriculture</span></div>
|
|
<h3>{% trans "Exécution terrain" %}</h3>
|
|
<p>{% trans "Connecter intelligence et interventions réelles sur le terrain." %}</p>
|
|
</div>
|
|
<div class="value-card reveal">
|
|
<div class="value-card-icon"><span class="material-icons-round">trending_up</span></div>
|
|
<h3>{% trans "Impact utile" %}</h3>
|
|
<p>{% trans "Créer des outils capables d'améliorer concrètement la performance agricole." %}</p>
|
|
</div>
|
|
<div class="value-card reveal">
|
|
<div class="value-card-icon"><span class="material-icons-round">public</span></div>
|
|
<h3>{% trans "Pensé pour l'Afrique" %}</h3>
|
|
<p>{% trans "Des solutions adaptées aux réalités agricoles africaines et au passage à l'échelle." %}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- ══ MOT DU CEO ══ -->
|
|
<section class="about-ceo">
|
|
<div class="about-ceo-inner">
|
|
<div class="ceo-photo-wrap reveal">
|
|
{% trans "Joseph-Olivier BILEY, Co-Founder & CEO, JooL International" as alt_ceo %}
|
|
<img src="{% static 'img/joseph_Olivier_Biley.jpg' %}" alt="{{ alt_ceo }}" loading="lazy" decoding="async">
|
|
<div class="ceo-photo-label">
|
|
<div class="ceo-name">Joseph-Olivier BILEY</div>
|
|
<div class="ceo-role">Co-Founder & CEO, JooL International</div>
|
|
</div>
|
|
</div>
|
|
<div class="ceo-quote-wrap reveal">
|
|
<div class="ceo-section-tag">
|
|
{% trans "Mot du CEO" %}
|
|
</div>
|
|
<span class="ceo-quote-mark">"</span>
|
|
<h2>{% blocktrans %}L'agriculture africaine ne manque pas de potentiel.<br><span style="color:#2ec99e;">Elle manque de visibilité.</span>{% endblocktrans %}</h2>
|
|
<div class="ceo-body">
|
|
<p>{% trans "Pendant des décennies, les décisions agricoles ont été prises avec peu de données fiables, peu de visibilité terrain et des outils rarement adaptés aux réalités opérationnelles du continent." %}</p>
|
|
<p>{% trans "Cette absence de visibilité a un coût immense : risques mal évalués, interventions tardives, rendements sous-optimisés et capitaux déployés avec trop d'incertitude." %}</p>
|
|
<p>{% trans "Chez JooL, nous construisons l'infrastructure qui permet de changer cela." %}</p>
|
|
<p>{% trans "En connectant intelligence artificielle, imagerie satellitaire, drones, données géoréférencées et opérations terrain, nous aidons les acteurs agricoles à mieux comprendre leurs exploitations, détecter les risques plus tôt et prendre des décisions plus rapides, plus précises et plus rentables." %}</p>
|
|
<p>{% trans "Mais notre ambition va au-delà de la technologie." %}</p>
|
|
<p>{% trans "Nous voulons contribuer à bâtir une agriculture africaine plus visible, plus mesurable, plus finançable et plus performante à grande échelle." %}</p>
|
|
<p>{% trans "Parce qu'une agriculture mieux comprise devient une agriculture plus forte." %}</p>
|
|
<p style="color:#2ec99e;font-style:italic;">No more blind spots.</p>
|
|
</div>
|
|
<div class="ceo-signature">
|
|
<div class="ceo-sig-line"></div>
|
|
<div>
|
|
<div class="ceo-sig-name">Joseph-Olivier BILEY</div>
|
|
<div class="ceo-sig-role">Co-Founder & CEO, JooL International</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- ══ PRODUITS ══ -->
|
|
<section class="about-products">
|
|
<div class="about-products-inner">
|
|
<h2>{% trans "Un écosystème conçu pour l'agriculture africaine." %}</h2>
|
|
<div class="products-row">
|
|
<div class="about-product-card reveal">
|
|
<div class="apc-icon"><span class="material-icons-round">satellite_alt</span></div>
|
|
<div class="apc-title">KIRiQ Ai</div>
|
|
<p class="apc-sub">{% trans "Lisez l'état réel de vos parcelles." %}</p>
|
|
<p class="apc-desc">{% trans "Détectez les risques, mesurez leur impact potentiel et pilotez vos décisions grâce à l'intelligence satellitaire." %}</p>
|
|
<a href="{% url 'core:kiriq' %}" class="apc-link">{% trans "Découvrir KIRiQ Ai" %} <span
|
|
class="material-icons-round" style="font-size:18px;">east</span></a>
|
|
</div>
|
|
<div class="about-product-card reveal">
|
|
<div class="apc-icon"><span class="material-icons-round">flight</span></div>
|
|
<div class="apc-title">JooL Monitor</div>
|
|
<p class="apc-sub">{% trans "Voyez votre terrain en haute résolution." %}</p>
|
|
<p class="apc-desc">{% trans "Transformez chaque vol drone en cartographies, mesures de précision et analyses exploitables." %}</p>
|
|
<a href="{% url 'core:monitor' %}" class="apc-link">{% trans "Découvrir JooL Monitor" %} <span
|
|
class="material-icons-round" style="font-size:18px;">east</span></a>
|
|
</div>
|
|
<div class="about-product-card reveal">
|
|
<div class="apc-icon"><span class="material-icons-round">badge</span></div>
|
|
<div class="apc-title">JooL ID</div>
|
|
<p class="apc-sub">{% trans "Structurez votre infrastructure agricole." %}</p>
|
|
<p class="apc-desc">{% trans "Centralisez producteurs, parcelles et programmes agricoles dans une base fiable, traçable et exploitable." %}</p>
|
|
<a href="{% url 'core:joolid' %}" class="apc-link">{% trans "Découvrir JooL ID" %} <span
|
|
class="material-icons-round" style="font-size:18px;">east</span></a>
|
|
</div>
|
|
<div class="about-product-card reveal">
|
|
<div class="apc-icon"><span class="material-icons-round">agriculture</span></div>
|
|
<div class="apc-title">Mon Agro</div>
|
|
<p class="apc-sub">{% trans "Transformez les recommandations en actions." %}</p>
|
|
<p class="apc-desc">{% trans "Déployez agronomes, techniciens et interventions terrain pour exécuter et suivre vos opérations à grande échelle." %}</p>
|
|
<a href="{% url 'core:monagro' %}" class="apc-link">{% trans "Découvrir Mon Agro" %} <span
|
|
class="material-icons-round" style="font-size:18px;">east</span></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- ══ LOCALISATION ══ -->
|
|
<section class="about-location">
|
|
<div class="reveal">
|
|
<h2>{% blocktrans %}Conçu en Afrique. Pensé pour {% endblocktrans %}<span style="color:#2ec99e;">{% trans "l'agriculture africaine." %}</span></h2>
|
|
<p>{% trans "JooL développe une infrastructure d'intelligence agricole adaptée aux réalités du continent : données fragmentées, connectivité limitée, diversité des cultures et besoins croissants de traçabilité." %}</p>
|
|
<div class="location-item"><span class="material-icons-round">location_on</span> {% trans "Abidjan, Côte d'Ivoire (siège)" %}</div>
|
|
<div class="location-item"><span class="material-icons-round">email</span> info@jool-int.com</div>
|
|
<div class="location-item"><span class="material-icons-round">phone</span> +225 07 99 899 836</div>
|
|
</div>
|
|
<div class="location-map reveal">
|
|
<!-- Silhouette Afrique -->
|
|
<div style="width:100%;max-width:180px;margin:0 auto 24px;">
|
|
<img src="{% static 'img/carte afrique.svg' %}" alt="Carte de l'Afrique"
|
|
style="width:100%;display:block;filter:brightness(0) invert(72%) sepia(28%) saturate(800%) hue-rotate(112deg) brightness(95%) contrast(88%);opacity:0.75;">
|
|
</div>
|
|
<div class="africa-stats-grid">
|
|
<div class="africa-stat">
|
|
<div class="africa-stat-val">300 000<span>+</span></div>
|
|
<div class="africa-stat-label">{% trans "Producteurs géoréférencés" %}</div>
|
|
</div>
|
|
<div class="africa-stat">
|
|
<div class="africa-stat-val">600 000<span>+ ha</span></div>
|
|
<div class="africa-stat-label">{% trans "Cartographiés et analysés" %}</div>
|
|
</div>
|
|
<div class="africa-stat">
|
|
<div class="africa-stat-val">2 000<span>+</span></div>
|
|
<div class="africa-stat-label">{% trans "Coopératives identifiées" %}</div>
|
|
</div>
|
|
<div class="africa-stat">
|
|
<div class="africa-stat-val">8<span>+</span></div>
|
|
<div class="africa-stat-label">{% trans "Cultures couvertes" %}</div>
|
|
</div>
|
|
<div class="africa-stat" style="grid-column:1/-1;">
|
|
<div class="africa-stat-val">30<span>+</span></div>
|
|
<div class="africa-stat-label">{% trans "Distinctions nationales et internationales" %}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- ══ CTA ══ -->
|
|
<section class="about-cta">
|
|
<span
|
|
style="font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:rgba(25,112,97,.12);color:var(--teal);padding:5px 14px;border-radius:100px;display:inline-block;margin-bottom:20px;">{% trans "Travaillons ensemble" %}</span>
|
|
<h2>{% blocktrans %}Prêt à transformer<br>votre exploitation ?{% endblocktrans %}</h2>
|
|
<p>{% trans "Discutons de vos besoins et voyons comment Jool peut vous aider." %}</p>
|
|
<div>
|
|
<a href="{% url 'core:home' %}#contact" class="btn-cta-lg">
|
|
<span class="material-icons-round">east</span> {% trans "Demander une démo" %}
|
|
</a>
|
|
{% if careers_enabled %}
|
|
<a href="{% url 'careers:job_list' %}" class="btn-outline-about">
|
|
{% trans "Rejoindre l'équipe" %}
|
|
</a>
|
|
{% endif %}
|
|
</div>
|
|
</section>
|
|
|
|
{% endblock %} |