textes revues et traduction
@@ -10,7 +10,6 @@
|
||||
.careers-hero h1 {
|
||||
font-family: var(--display);
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
font-size: clamp(2rem, 4vw, 3.2rem);
|
||||
letter-spacing: -0.03em;
|
||||
color: var(--black);
|
||||
@@ -216,7 +215,6 @@
|
||||
.job-detail-title {
|
||||
font-family: var(--display);
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
font-size: clamp(2rem, 4vw, 3rem);
|
||||
letter-spacing: -0.03em;
|
||||
color: var(--black);
|
||||
@@ -344,7 +342,6 @@
|
||||
.apply-title {
|
||||
font-family: var(--display);
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
font-size: clamp(1.8rem, 3vw, 2.4rem);
|
||||
letter-spacing: -0.03em;
|
||||
color: var(--black);
|
||||
@@ -476,7 +473,6 @@
|
||||
.success-title {
|
||||
font-family: var(--display);
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
font-size: 2rem;
|
||||
letter-spacing: -0.03em;
|
||||
color: var(--black);
|
||||
|
||||
@@ -190,7 +190,6 @@
|
||||
.hero-text h1 {
|
||||
font-family: var(--display);
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
font-size: clamp(2.8rem, 5vw, 4.2rem);
|
||||
line-height: 1.05;
|
||||
letter-spacing: -0.03em;
|
||||
@@ -486,7 +485,6 @@
|
||||
.section-title {
|
||||
font-family: var(--display);
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
font-size: clamp(2rem, 3.5vw, 3rem);
|
||||
line-height: 1.08;
|
||||
letter-spacing: -0.03em;
|
||||
@@ -988,6 +986,111 @@
|
||||
color: #b07a00;
|
||||
}
|
||||
|
||||
/* ══════════════════════════════════════════
|
||||
SECTION 4 — MON AGRO
|
||||
══════════════════════════════════════════ */
|
||||
.s-monagro {
|
||||
background: var(--white);
|
||||
}
|
||||
|
||||
.tag-accent {
|
||||
background: rgba(231, 111, 81, .1);
|
||||
color: #e55c3a;
|
||||
}
|
||||
|
||||
.monagro-visual {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.ma-mission {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 14px;
|
||||
background: var(--gray-2);
|
||||
border: 1px solid var(--gray);
|
||||
border-radius: 14px;
|
||||
padding: 14px 16px;
|
||||
transition: box-shadow .2s, transform .2s;
|
||||
}
|
||||
|
||||
.ma-mission:hover {
|
||||
box-shadow: 0 6px 24px rgba(25, 112, 97, .08);
|
||||
transform: translateX(4px);
|
||||
}
|
||||
|
||||
.ma-mission-icon {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.ma-mission-icon .material-icons-round { font-size: 20px; }
|
||||
|
||||
.ma-mission-info { flex: 1; min-width: 0; }
|
||||
|
||||
.ma-mission-name {
|
||||
font-weight: 700;
|
||||
font-size: 14px;
|
||||
color: var(--black);
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.ma-mission-sub {
|
||||
font-size: 12px;
|
||||
color: #888;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.ma-badge {
|
||||
font-size: 11px;
|
||||
font-weight: 700;
|
||||
padding: 3px 10px;
|
||||
border-radius: 100px;
|
||||
white-space: nowrap;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.ma-summary {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
background: var(--teal);
|
||||
border-radius: 14px;
|
||||
padding: 18px 24px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.ma-kpi { text-align: center; }
|
||||
|
||||
.ma-kpi-val {
|
||||
font-family: var(--display);
|
||||
font-weight: 900;
|
||||
font-size: 1.6rem;
|
||||
color: var(--white);
|
||||
letter-spacing: -.04em;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.ma-kpi-label {
|
||||
font-size: 12px;
|
||||
color: rgba(255, 255, 255, .6);
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.ma-sep {
|
||||
width: 1px;
|
||||
height: 36px;
|
||||
background: rgba(255, 255, 255, .2);
|
||||
}
|
||||
|
||||
/* ══════════════════════════════════════════
|
||||
STATS — fond teal plein
|
||||
══════════════════════════════════════════ */
|
||||
@@ -1010,7 +1113,6 @@
|
||||
font-family: var(--display);
|
||||
font-size: clamp(2rem, 3.5vw, 2.8rem);
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
color: var(--white);
|
||||
letter-spacing: -.03em;
|
||||
margin-bottom: 10px;
|
||||
@@ -1075,7 +1177,6 @@
|
||||
font-family: var(--display);
|
||||
font-size: clamp(2rem, 3vw, 2.6rem);
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
text-align: center;
|
||||
letter-spacing: -.03em;
|
||||
margin-bottom: 6px;
|
||||
@@ -1113,7 +1214,7 @@
|
||||
align-items: center;
|
||||
gap: 40px;
|
||||
width: max-content;
|
||||
animation: marquee 22s linear infinite;
|
||||
animation: marquee 45s linear infinite;
|
||||
}
|
||||
|
||||
.logos-track:hover {
|
||||
@@ -1127,7 +1228,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
filter: grayscale(1) opacity(.55);
|
||||
filter: grayscale(1) opacity(.85);
|
||||
transition: filter .3s;
|
||||
}
|
||||
|
||||
@@ -1136,10 +1237,9 @@
|
||||
}
|
||||
|
||||
.logo-slide img {
|
||||
max-width: 140px;
|
||||
max-height: 70px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
height: 52px;
|
||||
max-width: 150px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
@@ -1155,7 +1255,6 @@
|
||||
font-family: var(--display);
|
||||
font-size: clamp(2rem, 3.5vw, 2.8rem);
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
letter-spacing: -.03em;
|
||||
text-align: center;
|
||||
margin-bottom: 48px;
|
||||
@@ -1240,7 +1339,6 @@
|
||||
font-family: var(--display);
|
||||
font-size: clamp(1.4rem, 2.5vw, 2rem);
|
||||
font-weight: 800;
|
||||
font-style: italic;
|
||||
line-height: 1.35;
|
||||
max-width: 680px;
|
||||
margin: 0 auto 24px;
|
||||
@@ -1270,7 +1368,6 @@
|
||||
font-family: var(--display);
|
||||
font-size: clamp(2rem, 3vw, 2.6rem);
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
letter-spacing: -.03em;
|
||||
color: var(--white);
|
||||
text-align: center;
|
||||
@@ -1370,7 +1467,6 @@
|
||||
font-family: var(--display);
|
||||
font-size: clamp(2.4rem, 5vw, 4rem);
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
letter-spacing: -.03em;
|
||||
color: var(--black);
|
||||
margin-bottom: 16px;
|
||||
@@ -1417,6 +1513,44 @@
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.phone-wrap {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border: 2px solid var(--gray-3);
|
||||
border-radius: 100px;
|
||||
background: var(--white);
|
||||
overflow: hidden;
|
||||
transition: border-color .2s;
|
||||
}
|
||||
|
||||
.phone-wrap:focus-within {
|
||||
border-color: var(--teal);
|
||||
}
|
||||
|
||||
.phone-select {
|
||||
font-family: var(--body);
|
||||
font-size: 14px;
|
||||
padding: 14px 8px 14px 18px;
|
||||
border: none;
|
||||
outline: none;
|
||||
background: transparent;
|
||||
cursor: pointer;
|
||||
flex-shrink: 0;
|
||||
color: var(--black);
|
||||
}
|
||||
|
||||
.phone-wrap .phone-number {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
padding-left: 8px;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.phone-wrap .phone-number:focus {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.cta-textarea {
|
||||
border-radius: 18px;
|
||||
resize: vertical;
|
||||
@@ -1750,4 +1884,52 @@
|
||||
.reveal.visible {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
/* ══════════════════════════════════════════
|
||||
LANGUAGE SWITCHER
|
||||
══════════════════════════════════════════ */
|
||||
.lang-switcher {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
.lang-btn {
|
||||
background: none;
|
||||
border: 1px solid rgba(255,255,255,0);
|
||||
color: var(--black);
|
||||
font-family: var(--body);
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
letter-spacing: .04em;
|
||||
padding: 3px 8px;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
transition: color .2s, border-color .2s, background .2s;
|
||||
opacity: .55;
|
||||
}
|
||||
|
||||
.lang-btn:hover {
|
||||
opacity: 1;
|
||||
border-color: currentColor;
|
||||
}
|
||||
|
||||
.lang-btn.lang-active {
|
||||
opacity: 1;
|
||||
border-color: var(--teal);
|
||||
color: var(--teal);
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* Switcher sur fond sombre (sections dark) */
|
||||
.s-monitor .lang-btn,
|
||||
.s-cta-final .lang-btn {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.lang-switcher {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
BIN
static/fonts/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2
Normal file
BIN
static/fonts/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2
Normal file
BIN
static/fonts/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2
Normal file
BIN
static/fonts/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2
Normal file
BIN
static/fonts/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2
Normal file
BIN
static/fonts/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2
Normal file
BIN
static/fonts/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2
Normal file
BIN
static/fonts/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2
Normal file
BIN
static/fonts/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2
Normal file
BIN
static/fonts/7cHqv4kjgoGqM7E3j-ws51ostz0rdg.woff2
Normal file
BIN
static/fonts/7cHqv4kjgoGqM7E3j-ws6Fostz0rdom9.woff2
Normal file
BIN
static/fonts/7cHqv4kjgoGqM7E3j-ws6Vostz0rdom9.woff2
Normal file
BIN
static/fonts/7cHqv4kjgoGqM7E3q-0s51ostz0rdg.woff2
Normal file
BIN
static/fonts/7cHqv4kjgoGqM7E3q-0s6Fostz0rdom9.woff2
Normal file
BIN
static/fonts/7cHqv4kjgoGqM7E3q-0s6Vostz0rdom9.woff2
Normal file
BIN
static/fonts/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2
Normal file
BIN
static/fonts/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2
Normal file
BIN
static/fonts/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2
Normal file
BIN
static/fonts/7cHsv4kjgoGqM7E_CfOc5mogvToJdLm8BvE.woff2
Normal file
BIN
static/fonts/7cHsv4kjgoGqM7E_CfOc5mouvToJdLm8.woff2
Normal file
BIN
static/fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2
Normal file
BIN
static/fonts/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2
Normal file
84
static/fonts/fonts.css
Normal file
@@ -0,0 +1,84 @@
|
||||
/* Barlow — latin uniquement — poids utilisés sur le site */
|
||||
@font-face {
|
||||
font-family: 'Barlow';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(/static/fonts/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Barlow';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-display: swap;
|
||||
src: url(/static/fonts/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Barlow';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-display: swap;
|
||||
src: url(/static/fonts/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Barlow';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url(/static/fonts/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Barlow';
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
font-display: swap;
|
||||
src: url(/static/fonts/7cHqv4kjgoGqM7E3q-0s51ostz0rdg.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Barlow';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: swap;
|
||||
src: url(/static/fonts/7cHqv4kjgoGqM7E3j-ws51ostz0rdg.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
||||
/* Roboto — latin uniquement */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 300 700;
|
||||
font-display: swap;
|
||||
src: url(/static/fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
||||
/* Material Icons Round */
|
||||
@font-face {
|
||||
font-family: 'Material Icons Round';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
src: url(/static/fonts/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2) format('woff2');
|
||||
}
|
||||
|
||||
.material-icons-round {
|
||||
font-family: 'Material Icons Round';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-size: 24px;
|
||||
line-height: 1;
|
||||
letter-spacing: normal;
|
||||
text-transform: none;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
word-wrap: normal;
|
||||
direction: ltr;
|
||||
-webkit-font-feature-settings: 'liga';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
BIN
static/img/joseph_Olivier_Biley.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
static/img/partenaires/Coris assurance.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
static/img/partenaires/carré dor.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
static/img/partenaires/emergim.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
static/img/partenaires/korigins.png
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
static/img/partenaires/mairie de dioulatédougou.jpg
Normal file
|
After Width: | Height: | Size: 130 KiB |
BIN
static/img/partenaires/palmafrique.jpeg
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
static/img/partenaires/palmci.png
Normal file
|
After Width: | Height: | Size: 104 KiB |
BIN
static/img/partenaires/saph .jpg
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
static/img/partenaires/sim assurance.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
static/img/partenaires/veolia.png
Normal file
|
After Width: | Height: | Size: 52 KiB |