<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="Alan Allman Associates">
<meta name="viewport" content="width=device-width">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://alan-allman.com/wp-content/themes/aaa/assets/js/bootstrap/css/bootstrap.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/video.js/7.0.0/video.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/video.js/7.0.0/video-js.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/7.2.3/css/flag-icons.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://alan-allman.com/wp-content/themes/aaa/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/js/all.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script async src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDxb2n7KpVfLWMjb54_hY81-V2s8f7Jj4k"></script>
<link href="https://alan-allman.com/wp-content/themes/aaa/assets/js/hamburgers/hamburgers.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script>
function initMap() {
let markers = [];
var mapStyles = [{
"elementType": "geometry",
"stylers": [{
"color": "#091b5a"
}]
},
{
"elementType": "labels.text.fill",
"stylers": [{
"color": "#ffffff"
}]
},
{
"elementType": "labels.text.stroke",
"stylers": [{
"color": "#091b5a"
}]
},
{
"featureType": "administrative",
"elementType": "geometry",
"stylers": [{
"color": "#ffffff"
},
{
"weight": 1
}
]
},
{
"featureType": "administrative.country",
"elementType": "geometry.stroke",
"stylers": [{
"color": "#ffffff"
},
{
"weight": 1
}
]
},
{
"featureType": "landscape",
"elementType": "geometry",
"stylers": [{
"color": "#0c2146"
}]
},
{
"featureType": "poi",
"elementType": "geometry",
"stylers": [{
"visibility": "off"
}]
},
{
"featureType": "poi",
"elementType": "labels",
"stylers": [{
"visibility": "off"
}]
},
{
"featureType": "road",
"elementType": "geometry",
"stylers": [{
"color": "#123163"
}]
},
{
"featureType": "road.highway",
"elementType": "geometry",
"stylers": [{
"color": "#123163"
}]
},
{
"featureType": "road.highway",
"elementType": "geometry.stroke",
"stylers": [{
"color": "#0a1c3f"
}]
},
{
"featureType": "road.local",
"elementType": "geometry",
"stylers": [{
"visibility": "off"
}]
},
{
"featureType": "transit",
"elementType": "geometry",
"stylers": [{
"color": "#0c2146"
}]
},
{
"featureType": "water",
"elementType": "geometry",
"stylers": [{
"color": "#0a1c3f"
}]
}
];
var myCoords = {
lat: 48.8289204,
lng: 2.2649627
};
var map = new google.maps.Map(document.getElementById('implantations_map'), {
zoom: 15,
center: myCoords,
styles: mapStyles,
disableDefaultUI: true
});
const addresses = [{"name":"Paris","lat":48.82892040000001,"lng":2.2649627},{"name":"Brussels","lat":50.8587064,"lng":4.347132500000001},{"name":"Lisbon","lat":38.7674815,"lng":-9.1579959},{"name":"Montr\u00e9al","lat":45.49847029999999,"lng":-73.5709341},{"name":"Singapore","lat":1.2814262,"lng":103.8509558}];
console.log(addresses);
// Add markers to the map
addresses.forEach((address, index) => {
let marker = new google.maps.Marker({
position: {
lat: address.lat,
lng: address.lng
},
map: map,
title: address.name,
icon: {
path: google.maps.SymbolPath.CIRCLE,
scale: 10,
fillColor: '#cb9e43',
fillOpacity: 1,
strokeWeight: 2,
strokeColor: '#cb9e43'
}
});
markers.push(marker);
const swiper = new Swiper('.swiper', {
// Optional parameters
slidesPerView: 1,
on: {
slideChange: function() {
let activeIndex = this.activeIndex;
map.setCenter(markers[activeIndex].getPosition());
map.setZoom(15);
}
},
// Navigation arrows
navigation: {
enabled: true,
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
}
});
// Add click event listener to each address in the list
// document.getElementById('address-' + index).addEventListener('click', () => {
// map.setCenter(marker.getPosition());
// map.setZoom(15);
// });
});
}
initMap();
</script>
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
<link rel="alternate" href="https://alan-allman.com/" hreflang="fr" />
<link rel="alternate" href="https://alan-allman.com/en/" hreflang="en" />
<!-- This site is optimized with the Yoast SEO plugin v26.9 - https://yoast.com/product/yoast-seo-wordpress/ -->
<title>Home | Alan Allman Associates</title>
<link rel="canonical" href="https://alan-allman.com/en/" />
<meta property="og:locale" content="en_US" />
<meta property="og:locale:alternate" content="fr_FR" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Home | Alan Allman Associates" />
<meta property="og:description" content="A pioneer in digital strategy, artificial intelligence, datas and transformation With revenue growing tenfold over the past decade, reaching €374,3 million in 2024, Alan Allman Associates is positioned in high-growth sectors including energy, the public sector, high tech, healthcare, and luxury goods. Leveraging its deep expertise in artificial intelligence, cybersecurity, data management, cloud computing, and […]" />
<meta property="og:url" content="https://alan-allman.com/en/" />
<meta property="og:site_name" content="Alan Allman Associates" />
<meta property="article:modified_time" content="2025-10-06T06:50:03+00:00" />
<meta property="og:image" content="https://alan-allman.com/wp-content/uploads/2024/07/ecosystem-international-e1720788052550.jpg" />
<meta property="og:image:width" content="950" />
<meta property="og:image:height" content="528" />
<meta property="og:image:type" content="image/jpeg" />
<meta name="twitter:card" content="summary_large_image" />
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://alan-allman.com/en/","url":"https://alan-allman.com/en/","name":"Home | Alan Allman Associates","isPartOf":{"@id":"https://alan-allman.com/en/#website"},"primaryImageOfPage":{"@id":"https://alan-allman.com/en/#primaryimage"},"image":{"@id":"https://alan-allman.com/en/#primaryimage"},"thumbnailUrl":"https://alan-allman.com/wp-content/uploads/2024/07/ecosystem-international-e1720788052550.jpg","datePublished":"2024-06-18T19:40:19+00:00","dateModified":"2025-10-06T06:50:03+00:00","breadcrumb":{"@id":"https://alan-allman.com/en/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://alan-allman.com/en/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://alan-allman.com/en/#primaryimage","url":"https://alan-allman.com/wp-content/uploads/2024/07/ecosystem-international-e1720788052550.jpg","contentUrl":"https://alan-allman.com/wp-content/uploads/2024/07/ecosystem-international-e1720788052550.jpg"},{"@type":"BreadcrumbList","@id":"https://alan-allman.com/en/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://alan-allman.com/en/#website","url":"https://alan-allman.com/en/","name":"Alan Allman Associates","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://alan-allman.com/en/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script>
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<style id='wp-block-paragraph-inline-css' type='text/css'>
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
</style>
<style id='wp-block-library-inline-css' type='text/css'>
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color)}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
</style>
<link rel='stylesheet' id='uag-google-fonts-10938-css' href='//fonts.googleapis.com/css?family=Default&subset=latin&display=fallback&ver=2.19.19' type='text/css' media='all' />
<style id='kadence-blocks-global-variables-inline-css' type='text/css'>
:root {--global-kb-font-size-sm:clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);--global-kb-font-size-md:clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);--global-kb-font-size-lg:clamp(1.75rem, 1.576rem + 0.543vw, 2rem);--global-kb-font-size-xl:clamp(2.25rem, 1.728rem + 1.63vw, 3rem);--global-kb-font-size-xxl:clamp(2.5rem, 1.456rem + 3.26vw, 4rem);--global-kb-font-size-xxxl:clamp(2.75rem, 0.489rem + 7.065vw, 6rem);}:root {--global-palette1: #3182CE;--global-palette2: #2B6CB0;--global-palette3: #1A202C;--global-palette4: #2D3748;--global-palette5: #4A5568;--global-palette6: #718096;--global-palette7: #EDF2F7;--global-palette8: #F7FAFC;--global-palette9: #ffffff;}
</style>
<style id='kadence_blocks_css-inline-css' type='text/css'>
.kb-row-layout-id10938_a7b033-cc > .kt-row-column-wrap{max-width:1320px;margin-left:auto;margin-right:auto;padding-top:var(--global-kb-spacing-md, 2rem);padding-bottom:var(--global-kb-spacing-md, 2rem);grid-template-columns:minmax(0, 1fr);}@media all and (max-width: 767px){.kb-row-layout-id10938_a7b033-cc > .kt-row-column-wrap{padding-bottom:var(--global-kb-spacing-md, 2rem);grid-template-columns:minmax(0, 1fr);}}.kadence-column10938_515deb-5a > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column10938_515deb-5a > .kt-inside-inner-col{flex-direction:column;}.kadence-column10938_515deb-5a > .kt-inside-inner-col > .aligncenter{width:100%;}@media all and (max-width: 1024px){.kadence-column10938_515deb-5a > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 767px){.kadence-column10938_515deb-5a > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}.kb-row-layout-id10938_56f5b5-8f > .kt-row-column-wrap{min-height:180px;}.kb-row-layout-id10938_56f5b5-8f > .kt-row-column-wrap > div:not(.added-for-specificity){grid-column:initial;}.kb-row-layout-id10938_56f5b5-8f > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr) minmax(0, 3fr) minmax(0, 1fr);}@media all and (max-width: 767px){.kb-row-layout-id10938_56f5b5-8f > .kt-row-column-wrap{padding-top:var(--global-kb-spacing-sm, 1.5rem);padding-bottom:var(--global-kb-spacing-sm, 1.5rem);grid-template-columns:minmax(0, 1fr);}.kb-row-layout-id10938_56f5b5-8f > .kt-row-column-wrap > div:not(.added-for-specificity){grid-column:initial;}}.kadence-column10938_813946-12 > .kt-inside-inner-col{display:flex;}.kadence-column10938_813946-12 > .kt-inside-inner-col{row-gap:var(--global-kb-gap-none, 0rem );column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column10938_813946-12 > .kt-inside-inner-col{flex-direction:column;justify-content:center;align-items:center;}.kadence-column10938_813946-12 > .kt-inside-inner-col > .kb-image-is-ratio-size{align-self:stretch;}.kadence-column10938_813946-12 > .kt-inside-inner-col > .wp-block-kadence-advancedgallery{align-self:stretch;}.kadence-column10938_813946-12 > .kt-inside-inner-col > .aligncenter{width:100%;}.kt-row-column-wrap > .kadence-column10938_813946-12{align-self:center;}.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column10938_813946-12{align-self:auto;}.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column10938_813946-12 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}.kadence-column10938_813946-12{z-index:auto;position:relative;}@media all and (max-width: 1024px){.kt-row-column-wrap > .kadence-column10938_813946-12{align-self:center;}}@media all and (max-width: 1024px){.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column10938_813946-12{align-self:auto;}}@media all and (max-width: 1024px){.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column10938_813946-12 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 1024px){.kadence-column10938_813946-12 > .kt-inside-inner-col{flex-direction:column;justify-content:center;align-items:flex-start;}}@media all and (max-width: 767px){.kt-row-column-wrap > .kadence-column10938_813946-12{align-self:center;}.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column10938_813946-12{align-self:auto;}.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column10938_813946-12 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}.kadence-column10938_813946-12 > .kt-inside-inner-col{flex-direction:column;justify-content:center;align-items:flex-start;}}.kb-image10938_026b8b-e9 .kb-image-has-overlay:after{opacity:0.3;}.kadence-column10938_22b5d2-a2 > .kt-inside-inner-col{display:flex;}.kadence-column10938_22b5d2-a2 > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column10938_22b5d2-a2 > .kt-inside-inner-col{flex-direction:column;justify-content:center;align-items:center;}.kadence-column10938_22b5d2-a2 > .kt-inside-inner-col > .kb-image-is-ratio-size{align-self:stretch;}.kadence-column10938_22b5d2-a2 > .kt-inside-inner-col > .wp-block-kadence-advancedgallery{align-self:stretch;}.kadence-column10938_22b5d2-a2 > .kt-inside-inner-col > .aligncenter{width:100%;}.kt-row-column-wrap > .kadence-column10938_22b5d2-a2{align-self:center;}.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column10938_22b5d2-a2{align-self:auto;}.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column10938_22b5d2-a2 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}@media all and (max-width: 1024px){.kt-row-column-wrap > .kadence-column10938_22b5d2-a2{align-self:center;}}@media all and (max-width: 1024px){.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column10938_22b5d2-a2{align-self:auto;}}@media all and (max-width: 1024px){.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column10938_22b5d2-a2 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 1024px){.kadence-column10938_22b5d2-a2 > .kt-inside-inner-col{flex-direction:column;justify-content:center;align-items:center;}}@media all and (max-width: 767px){.kt-row-column-wrap > .kadence-column10938_22b5d2-a2{align-self:center;}.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column10938_22b5d2-a2{align-self:auto;}.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column10938_22b5d2-a2 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}.kadence-column10938_22b5d2-a2 > .kt-inside-inner-col{flex-direction:column;justify-content:center;align-items:center;}}.kadence-column10938_b9a70b-c9 > .kt-inside-inner-col{display:flex;}.kadence-column10938_b9a70b-c9 > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column10938_b9a70b-c9 > .kt-inside-inner-col{flex-direction:column;justify-content:center;align-items:center;}.kadence-column10938_b9a70b-c9 > .kt-inside-inner-col > .kb-image-is-ratio-size{align-self:stretch;}.kadence-column10938_b9a70b-c9 > .kt-inside-inner-col > .wp-block-kadence-advancedgallery{align-self:stretch;}.kadence-column10938_b9a70b-c9 > .kt-inside-inner-col > .aligncenter{width:100%;}.kt-row-column-wrap > .kadence-column10938_b9a70b-c9{align-self:center;}.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column10938_b9a70b-c9{align-self:auto;}.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column10938_b9a70b-c9 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}@media all and (max-width: 1024px){.kt-row-column-wrap > .kadence-column10938_b9a70b-c9{align-self:center;}}@media all and (max-width: 1024px){.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column10938_b9a70b-c9{align-self:auto;}}@media all and (max-width: 1024px){.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column10938_b9a70b-c9 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 1024px){.kadence-column10938_b9a70b-c9 > .kt-inside-inner-col{flex-direction:column;justify-content:center;align-items:center;}}@media all and (max-width: 767px){.kt-row-column-wrap > .kadence-column10938_b9a70b-c9{align-self:center;}.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column10938_b9a70b-c9{align-self:auto;}.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column10938_b9a70b-c9 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}.kadence-column10938_b9a70b-c9 > .kt-inside-inner-col{flex-direction:column;justify-content:center;align-items:center;}}
</style>
<link rel='stylesheet' id='wpo_min-header-0-css' href='https://alan-allman.com/wp-content/cache/wpo-minify/1773779736/assets/wpo-minify-header-e8146e21.min.css' type='text/css' media='all' />
<script type="text/javascript" id="wpo_min-header-0-js-extra">
/* <![CDATA[ */
var EM = {"ajaxurl":"https:\/\/alan-allman.com\/wp-admin\/admin-ajax.php","locationajaxurl":"https:\/\/alan-allman.com\/wp-admin\/admin-ajax.php?action=locations_search","firstDay":"1","locale":"en","dateFormat":"yy-mm-dd","ui_css":"https:\/\/alan-allman.com\/wp-content\/plugins\/events-manager\/includes\/css\/jquery-ui\/build.min.css","show24hours":"0","is_ssl":"1","autocomplete_limit":"10","calendar":{"breakpoints":{"small":560,"medium":908,"large":false},"month_format":"M Y"},"phone":"","datepicker":{"format":"Y-m-d","locale":"fr"},"search":{"breakpoints":{"small":650,"medium":850,"full":false}},"url":"https:\/\/alan-allman.com\/wp-content\/plugins\/events-manager","assets":{"input.em-uploader":{"js":{"em-uploader":{"url":"https:\/\/alan-allman.com\/wp-content\/plugins\/events-manager\/includes\/js\/em-uploader.js?v=7.2.3.1","event":"em_uploader_ready"}}},".em-event-editor":{"js":{"event-editor":{"url":"https:\/\/alan-allman.com\/wp-content\/plugins\/events-manager\/includes\/js\/events-manager-event-editor.js?v=7.2.3.1","event":"em_event_editor_ready"}},"css":{"event-editor":"https:\/\/alan-allman.com\/wp-content\/plugins\/events-manager\/includes\/css\/events-manager-event-editor.min.css?v=7.2.3.1"}},".em-recurrence-sets, .em-timezone":{"js":{"luxon":{"url":"luxon\/luxon.js?v=7.2.3.1","event":"em_luxon_ready"}}},".em-booking-form, #em-booking-form, .em-booking-recurring, .em-event-booking-form":{"js":{"em-bookings":{"url":"https:\/\/alan-allman.com\/wp-content\/plugins\/events-manager\/includes\/js\/bookingsform.js?v=7.2.3.1","event":"em_booking_form_js_loaded"}}},"#em-opt-archetypes":{"js":{"archetypes":"https:\/\/alan-allman.com\/wp-content\/plugins\/events-manager\/includes\/js\/admin-archetype-editor.js?v=7.2.3.1","archetypes_ms":"https:\/\/alan-allman.com\/wp-content\/plugins\/events-manager\/includes\/js\/admin-archetypes.js?v=7.2.3.1","qs":"qs\/qs.js?v=7.2.3.1"}}},"cached":"1","txt_search":"Search","txt_searching":"Searching...","txt_loading":"Loading..."};
var EM = {"ajaxurl":"https:\/\/alan-allman.com\/wp-admin\/admin-ajax.php","locationajaxurl":"https:\/\/alan-allman.com\/wp-admin\/admin-ajax.php?action=locations_search","firstDay":"1","locale":"en","dateFormat":"yy-mm-dd","ui_css":"https:\/\/alan-allman.com\/wp-content\/plugins\/events-manager\/includes\/css\/jquery-ui\/build.min.css","show24hours":"0","is_ssl":"1","autocomplete_limit":"10","calendar":{"breakpoints":{"small":560,"medium":908,"large":false},"month_format":"M Y"},"phone":"","datepicker":{"format":"Y-m-d","locale":"fr"},"search":{"breakpoints":{"small":650,"medium":850,"full":false}},"url":"https:\/\/alan-allman.com\/wp-content\/plugins\/events-manager","assets":{"input.em-uploader":{"js":{"em-uploader":{"url":"https:\/\/alan-allman.com\/wp-content\/plugins\/events-manager\/includes\/js\/em-uploader.js?v=7.2.3.1","event":"em_uploader_ready"}}},".em-event-editor":{"js":{"event-editor":{"url":"https:\/\/alan-allman.com\/wp-content\/plugins\/events-manager\/includes\/js\/events-manager-event-editor.js?v=7.2.3.1","event":"em_event_editor_ready"}},"css":{"event-editor":"https:\/\/alan-allman.com\/wp-content\/plugins\/events-manager\/includes\/css\/events-manager-event-editor.min.css?v=7.2.3.1"}},".em-recurrence-sets, .em-timezone":{"js":{"luxon":{"url":"luxon\/luxon.js?v=7.2.3.1","event":"em_luxon_ready"}}},".em-booking-form, #em-booking-form, .em-booking-recurring, .em-event-booking-form":{"js":{"em-bookings":{"url":"https:\/\/alan-allman.com\/wp-content\/plugins\/events-manager\/includes\/js\/bookingsform.js?v=7.2.3.1","event":"em_booking_form_js_loaded"}}},"#em-opt-archetypes":{"js":{"archetypes":"https:\/\/alan-allman.com\/wp-content\/plugins\/events-manager\/includes\/js\/admin-archetype-editor.js?v=7.2.3.1","archetypes_ms":"https:\/\/alan-allman.com\/wp-content\/plugins\/events-manager\/includes\/js\/admin-archetypes.js?v=7.2.3.1","qs":"qs\/qs.js?v=7.2.3.1"}}},"cached":"1","txt_search":"Search","txt_searching":"Searching...","txt_loading":"Loading..."};
/* ]]> */
</script>
<script type="text/javascript" src="https://alan-allman.com/wp-content/cache/wpo-minify/1773779736/assets/wpo-minify-header-2b8907ab.min.js" id="wpo_min-header-0-js"></script>
<link rel="https://api.w.org/" href="https://alan-allman.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://alan-allman.com/wp-json/wp/v2/pages/10938" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://alan-allman.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.8.3" />
<link rel='shortlink' href='https://alan-allman.com/' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://alan-allman.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Falan-allman.com%2Fen%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://alan-allman.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Falan-allman.com%2Fen%2F&format=xml" />
<style class='wp-fonts-local' type='text/css'>
@font-face{font-family:"Open Sans";font-style:normal;font-weight:400 500 600 700 800;font-display:fallback;src:url('https://alan-allman.com/wp-content/themes/aaa/assets/fonts/OpenSans/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');}
@font-face{font-family:"Open Sans";font-style:italic;font-weight:400 500 600 700 800;font-display:fallback;src:url('https://alan-allman.com/wp-content/themes/aaa/assets/fonts/OpenSans/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');}
@font-face{font-family:Montserrat;font-style:normal;font-weight:400 500 600 700 800;font-display:fallback;src:url('https://alan-allman.com/wp-content/themes/aaa/assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');}
@font-face{font-family:"Larken Black";font-style:black;font-weight:400;font-display:fallback;src:url('https://alan-allman.com/wp-content/themes/aaa/assets/fonts/Larken-Black.ttf') format('truetype');}
</style>
<style id="uagb-style-conditional-extension">@media (min-width: 1025px){body .uag-hide-desktop.uagb-google-map__wrap,body .uag-hide-desktop{display:none !important}}@media (min-width: 768px) and (max-width: 1024px){body .uag-hide-tab.uagb-google-map__wrap,body .uag-hide-tab{display:none !important}}@media (max-width: 767px){body .uag-hide-mob.uagb-google-map__wrap,body .uag-hide-mob{display:none !important}}</style><link rel="icon" href="https://alan-allman.com/wp-content/uploads/2024/07/cropped-AAA-32x32.png" sizes="32x32" />
<link rel="icon" href="https://alan-allman.com/wp-content/uploads/2024/07/cropped-AAA-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://alan-allman.com/wp-content/uploads/2024/07/cropped-AAA-180x180.png" />
<meta name="msapplication-TileImage" content="https://alan-allman.com/wp-content/uploads/2024/07/cropped-AAA-270x270.png" />
<style type="text/css" id="wp-custom-css">
@media (max-width: 750px) {
.wp-container-core-group-is-layout-6059c0ab{
grid-template-columns: repeat(3, minmax(01, 1fr)) !important;
}
}
</style>
</head>
<body class="home wp-singular page-template-default page page-id-10938 wp-theme-aaa" onload="initMap()" >
<header id="header" role="banner">
<nav class="navbar navbar-expand-lg">
<div class="container">
<a href="https://alan-allman.com/en/" class="d-flex navbar-brand align-items-center col-md-1 mb-2 mb-md-0 text-dark text-decoration-none">
<img src="https://alan-allman.com/wp-content/themes/aaa/assets/img/logo/aaa_white.svg" alt="Logo Alan Allman Associates" class="logo-header" />
</a>
<button class="hamburger hamburger--collapse navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="hamburger-box text-white">
<span class="hamburger-inner"></span>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto me-auto col-12 col-md-auto mb-2 mb-md-0">
<li class="toplevel-menu dropdown">
<a href="https://alan-allman.com/en/ecosystem/" class="nav-link px-2 link-menu"
id="dropdownMenuButton-14802" aria-expanded="false">
Ecosystem </a>
<div class="dropdown-menu mega-menu animate slideIn shadow" aria-labelledby="dropdownMenuButton-14802">
<div class="mega-content px-4">
<div class="container">
<div class="row">
<div class="col-12 col-sm-4 col-md-3 py-4">
<h5 class="text-gold mb-3">
<a href="https://alan-allman.com/en/ecosystem/">
Ecosystem </a>
</h5>
<ul class="submenu">
<li>
<a href="https://alan-allman.com/en/ecosystem/" class="link-submenu">
The Alan Allman Ecosystem </a>
</li>
<li>
<a href="https://alan-allman.com/en/our-commitments/" class="link-submenu">
Our commitments </a>
</li>
<li>
<a href="https://alan-allman.com/en/rise-2025/" class="link-submenu">
RISE 2025 </a>
</li>
<li>
<a href="https://alan-allman.com/en/governance-2/" class="link-submenu">
Governance </a>
</li>
<li>
<a href="https://alan-allman.com/en/center-of-excellence/" class="link-submenu">
Center of excellence </a>
</li>
</ul>
</div>
<div class="col-12 col-sm-4 col-md-3 py-4">
<h5 class="text-gold mb-3">
<a href="https://alan-allman.com/en/expertise-sectors/">
Expertises </a>
</h5>
<ul class="submenu">
<li>
<a href="https://alan-allman.com/en/management-strategy/" class="link-submenu">
Strategy & Management Enhanced by Artificial Intelligence </a>
</li>
<li>
<a href="https://alan-allman.com/en/smart-tech/" class="link-submenu">
Smart Techs </a>
</li>
</ul>
</div>
<div class="col-12 col-sm-4 col-md-3 py-4">
<h5 class="text-gold mb-3">
<a href="https://alan-allman.com/en/partner-functions/">
Partner Functions </a>
</h5>
<ul class="submenu">
<li>
<a href="https://alan-allman.com/en/development-strategy/" class="link-submenu">
Development strategy </a>
</li>
<li>
<a href="https://alan-allman.com/en/finance-partners/" class="link-submenu">
Finance </a>
</li>
<li>
<a href="https://alan-allman.com/en/marketing/" class="link-submenu">
Marketing & Communication </a>
</li>
<li>
<a href="https://alan-allman.com/en/recruitment-and-human-resources/" class="link-submenu">
Recruitment and HR </a>
</li>
<li>
<a href="https://alan-allman.com/en/isd/" class="link-submenu">
ISD </a>
</li>
<li>
<a href="https://alan-allman.com/en/career-management/" class="link-submenu">
Career management </a>
</li>
<li>
<a href="https://alan-allman.com/en/legal/" class="link-submenu">
Legal </a>
</li>
<li>
<a href="https://alan-allman.com/en/organization-quality/" class="link-submenu">
Organization & Quality </a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</li>
<li class="toplevel-menu">
<a href="https://alan-allman.com/en/offices/" class="nav-link px-2 link-menu"
>
Our Companies </a>
</li>
<li class="toplevel-menu dropdown">
<a href="/en/news/" class="nav-link px-2 link-menu"
id="dropdownMenuButton-13516" aria-expanded="false">
News </a>
<div class="dropdown-menu mega-menu animate slideIn shadow" aria-labelledby="dropdownMenuButton-13516">
<div class="mega-content px-4">
<div class="container">
<div class="row">
<div class="col-12 col-sm-4 col-md-3 py-4">
<h5 class="text-gold mb-3">
<a href="/en/news/">
News </a>
</h5>
<ul class="submenu">
<li>
<a href="https://alan-allman.com/en/our-news/" class="link-submenu">
Releases </a>
</li>
<li>
<a href="/en/financial-information/#anchor-documents" class="link-submenu">
Press Releases </a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</li>
<li class="toplevel-menu dropdown">
<a href="https://alan-allman.com/en/talents/" class="nav-link px-2 link-menu"
id="dropdownMenuButton-13499" aria-expanded="false">
Careers </a>
<div class="dropdown-menu mega-menu animate slideIn shadow" aria-labelledby="dropdownMenuButton-13499">
<div class="mega-content px-4">
<div class="container">
<div class="row">
<div class="col-12 col-sm-4 col-md-3 py-4">
<h5 class="text-gold mb-3">
<a href="https://alan-allman.com/en/talents/">
Careers </a>
</h5>
<ul class="submenu">
<li>
<a href="https://alan-allman.com/en/your-career-at-alan-allman-associates/" class="link-submenu">
Your career at Alan Allman Associates </a>
</li>
<li>
<a href="https://aaa-job.com" class="link-submenu">
Join us </a>
</li>
<li>
<a href="https://alan-allman.com/en/co-option/" class="link-submenu">
Co-optation </a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</li>
<li class="toplevel-menu dropdown">
<a href="https://alan-allman.com/en/investors/" class="nav-link px-2 link-menu"
id="dropdownMenuButton-13504" aria-expanded="false">
Investors </a>
<div class="dropdown-menu mega-menu animate slideIn shadow" aria-labelledby="dropdownMenuButton-13504">
<div class="mega-content px-4">
<div class="container">
<div class="row">
<div class="col-12 col-sm-4 col-md-3 py-4">
<h5 class="text-gold mb-3">
<a href="https://alan-allman.com/en/investors/">
Investors </a>
</h5>
<ul class="submenu">
<li>
<a href="https://alan-allman.com/en/annual-general-meeting/" class="link-submenu">
Annual General Meeting </a>
</li>
<li>
<a href="https://alan-allman.com/en/financial-information/" class="link-submenu">
Financial information </a>
</li>
<li>
<a href="https://alan-allman.com/en/governance-2/" class="link-submenu">
Governance </a>
</li>
<li>
<a href="https://alan-allman.com/en/financial-calendar/" class="link-submenu">
Financial calendar </a>
</li>
<li>
<a href="https://alan-allman.com/en/esg/" class="link-submenu">
Environmental, Social and Governance </a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</li>
</ul>
<div class="d-flex justify-content-center">
<a class="btn btn-flag opacity-50" href="https://alan-allman.com/"><img src="https://alan-allman.com/wp-content/themes/aaa/assets/img/flags/FRA.svg" /></a>
<span class="flag-menu"> | </span>
<a class="btn btn-flag" href="https://alan-allman.com/en/"><img src="https://alan-allman.com/wp-content/themes/aaa/assets/img/flags/ENG.svg" /></a>
</div>
</div>
</div>
</div>
</nav>
</header>
<header id="header-mobile" role="banner">
<nav class="navbar">
<div class="container">
<a href="https://alan-allman.com/en/" class="d-flex navbar-brand align-items-center col-md-1 mb-2 mb-md-0 text-dark text-decoration-none">
<img src="https://alan-allman.com/wp-content/themes/aaa/assets/img/logo/aaa_white.svg" alt="Logo Alan Allman Associates" class="logo-header" />
</a>
<button class="hamburger hamburger--collapse navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="hamburger-box text-white">
<span class="hamburger-inner"></span>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<nav class="header-menu-class"><ul id="menu-header-mobile-en" class="menu"><li id="menu-item-11931" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11931"><a href="https://alan-allman.com/en/ecosystem/">Ecosystem</a>
<ul class="sub-menu">
<li id="menu-item-11930" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11930"><a href="https://alan-allman.com/en/ecosystem/">The Alan Allman Ecosystem</a></li>
<li id="menu-item-11752" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11752"><a href="https://alan-allman.com/en/our-commitments/">Our commitments</a></li>
<li id="menu-item-12670" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12670"><a href="https://alan-allman.com/en/rise-2025/">RISE 2025</a></li>
<li id="menu-item-11944" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11944"><a href="https://alan-allman.com/en/governance-2/">Governance</a></li>
<li id="menu-item-13608" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13608"><a href="https://alan-allman.com/en/center-of-excellence/">Center of excellence</a></li>
</ul>
</li>
<li id="menu-item-11731" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11731"><a href="https://alan-allman.com/en/expertise-sectors/">Centers of expertise</a>
<ul class="sub-menu">
<li id="menu-item-11748" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11748"><a href="https://alan-allman.com/en/management-strategy/">Strategy & Management Enhanced by Artificial Intelligence</a></li>
<li id="menu-item-12672" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12672"><a href="https://alan-allman.com/en/smart-tech/">Smart Techs</a></li>
<li id="menu-item-12118" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12118"><a href="https://alan-allman.com/en/expertise-sectors/">Discover our expertise</a></li>
</ul>
</li>
<li id="menu-item-11755" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11755"><a href="https://alan-allman.com/en/partner-functions/">Partner Functions</a>
<ul class="sub-menu">
<li id="menu-item-11735" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11735"><a href="https://alan-allman.com/en/development-strategy/">Development strategy</a></li>
<li id="menu-item-11739" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11739"><a href="https://alan-allman.com/en/finance-partners/">Finance</a></li>
<li id="menu-item-11749" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11749"><a href="https://alan-allman.com/en/marketing/">Marketing & Communication</a></li>
<li id="menu-item-11757" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11757"><a href="https://alan-allman.com/en/recruitment-and-human-resources/">Recruitment and HR</a></li>
<li id="menu-item-11933" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11933"><a href="https://alan-allman.com/en/isd/">ISD</a></li>
<li id="menu-item-11932" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11932"><a href="https://alan-allman.com/en/career-management/">Career management</a></li>
<li id="menu-item-11747" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11747"><a href="https://alan-allman.com/en/legal/">Legal</a></li>
<li id="menu-item-12119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12119"><a href="https://alan-allman.com/en/partner-functions/">Discover our model</a></li>
<li id="menu-item-13660" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13660"><a href="https://alan-allman.com/en/organization-quality/">Organization & Quality</a></li>
</ul>
</li>
<li id="menu-item-11751" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11751"><a href="https://alan-allman.com/en/offices/">Our companies</a></li>
<li id="menu-item-11750" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11750"><a href="https://alan-allman.com/en/news/">News</a>
<ul class="sub-menu">
<li id="menu-item-11754" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11754"><a href="https://alan-allman.com/en/our-news/">Releases</a></li>
<li id="menu-item-13171" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13171"><a href="/en/financial-information/#anchor-documents">Press Releases</a></li>
</ul>
</li>
<li id="menu-item-11759" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11759"><a href="https://alan-allman.com/en/talents/">Careers</a>
<ul class="sub-menu">
<li id="menu-item-12669" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12669"><a href="https://alan-allman.com/en/talents/">Careers</a></li>
<li id="menu-item-11760" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11760"><a href="https://alan-allman.com/en/your-career-at-alan-allman-associates/">Your career at Alan Allman Associates</a></li>
<li id="menu-item-11934" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11934"><a href="https://aaa-job.com">Join us</a></li>
<li id="menu-item-11732" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11732"><a href="https://alan-allman.com/en/co-option/">Co-optation</a></li>
</ul>
</li>
<li id="menu-item-11745" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11745"><a href="https://alan-allman.com/en/investors/">Investors</a>
<ul class="sub-menu">
<li id="menu-item-12109" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12109"><a href="https://alan-allman.com/en/investors/">Investors area</a></li>
<li id="menu-item-11729" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11729"><a href="https://alan-allman.com/en/annual-general-meeting/">Annual General Meeting</a></li>
<li id="menu-item-11945" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11945"><a href="https://alan-allman.com/en/governance-2/">Governance</a></li>
<li id="menu-item-11741" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11741"><a href="https://alan-allman.com/en/financial-information/">Financial information</a></li>
<li id="menu-item-11740" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11740"><a href="https://alan-allman.com/en/financial-calendar/">Financial calendar</a></li>
</ul>
</li>
<li id="menu-item-12673" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12673"><a href="https://alan-allman.com/en/contact/">Contact</a></li>
</ul></nav>
<div class="d-flex justify-content-center">
<a class="btn btn-flag opacity-50" href="https://alan-allman.com/"><img src="https://alan-allman.com/wp-content/themes/aaa/assets/img/flags/FRA.svg" /></a>
<span class="flag-menu"> | </span>
<a class="btn btn-flag" href="https://alan-allman.com/en/"><img src="https://alan-allman.com/wp-content/themes/aaa/assets/img/flags/ENG.svg" /></a>
</div>
</div>
</div>
</div>
</nav>
</header>
<div class="header-spacer-mobile"> </div>
<div class="container-fluid hero-country">
<div class="hero-title">
<span class="text-transparent-stroke">Alan Allman</span> <span class="text-full">Associates</span>
</div>
<div class="hero-text">
<p>Since 2009, Alan Allman Associates has brought together an ecosystem of consulting firms united by a shared conviction: transformation cannot be declared — it must be built.</p>
<p>At the crossroads of strategy, technology, and artificial intelligence, we help our clients turn data into a driver of decision-making, efficiency, and sustainable impact.</p>
<p>Established across three continents, we combine the expertise of a global ecosystem with the agility of human-sized teams to design tailor-made solutions that shape the organizations of tomorrow.</p>
<p><div class="mt-4">
<a href="/en/offices/" class="d-inline btn-cta mt-4">Our companies</a>
<a href="/en/talents/" class="d-inline btn-cta mt-4">Careers</a>
</div>
<div class="mt-4">
— <a href="https://www.linkedin.com/company/alanallmanassociates/" target="_blank" class="d-inline social-header-link mt-4" rel="noopener">LinkedIn</a>
— <a href="https://www.youtube.com/@AlanallmanAssociates" target="_blank" class="d-inline social-header-link mt-4" rel="noopener">YouTube
</a>
</div></p>
<!-- Alan Allman Associates est un écosystème de cabinets de conseil, spécialisé dans la stratégie ,la transformation digitale, l’intelligence artificielle et la data créé en 2009. Implanté en Europe, en Asie et en Amérique du Nord, l'écosystème propose à ses clients des solutions créatrices de valeur autour de 4 pôles : le conseil high-tech, le conseil en stratégie et management, le conseil en marketing digital, et le conseil en transformation industrielle.
<div class="mt-4">
<a href="/cabinets/" class="d-inline btn-cta mt-4">Nos cabinets</a>
<a href="/talents/" class="d-inline btn-cta mt-4">Talents</a>
</div>
<div class="mt-4">
— <a href="https://www.linkedin.com/company/alanallmanassociates/" target="_blank" class="d-inline social-header-link mt-4">LinkedIn</a>
— <a href="https://www.youtube.com/@AlanallmanAssociates" target="_blank" class="d-inline social-header-link mt-4">YouTube
</a>
</div> -->
</div>
<div class="hero-inside-wrapper" data-aos="fade-up" data-aos-duration="1500">
<img src="https://alan-allman.com/wp-content/themes/aaa/assets/img/backgrounds/france.png" class="hero-img hero-france">
</div>
</div>
<div class="container d-lg-none mt-3 p-4">
<p>Since 2009, Alan Allman Associates has brought together an ecosystem of consulting firms united by a shared conviction: transformation cannot be declared — it must be built.</p>
<p>At the crossroads of strategy, technology, and artificial intelligence, we help our clients turn data into a driver of decision-making, efficiency, and sustainable impact.</p>
<p>Established across three continents, we combine the expertise of a global ecosystem with the agility of human-sized teams to design tailor-made solutions that shape the organizations of tomorrow.</p>
<p><div class="mt-4">
<a href="/en/offices/" class="d-inline btn-cta mt-4">Our companies</a>
<a href="/en/talents/" class="d-inline btn-cta mt-4">Careers</a>
</div>
<div class="mt-4">
— <a href="https://www.linkedin.com/company/alanallmanassociates/" target="_blank" class="d-inline social-header-link mt-4" rel="noopener">LinkedIn</a>
— <a href="https://www.youtube.com/@AlanallmanAssociates" target="_blank" class="d-inline social-header-link mt-4" rel="noopener">YouTube
</a>
</div></p>
<!-- Alan Allman Associates est un écosystème de cabinets de conseil, spécialisé dans la stratégie ,la transformation digitale, l’intelligence artificielle et la data créé en 2009. Implanté en Europe, en Asie et en Amérique du Nord, l'écosystème propose à ses clients des solutions créatrices de valeur autour de 4 pôles : le conseil high-tech, le conseil en stratégie et management, le conseil en marketing digital, et le conseil en transformation industrielle. <div class="row mt-4 justify-content-center">
<div class="col-5">
<a href="/cabinets/" class="btn-cta mt-4">Nos cabinets</a>
</div>
<div class="col-5">
<a href="/talents/" class="btn-cta mt-4">Talents</a>
</div>
</div> -->
</div>
<div class="spacer-100"> </div>
<div class="container news-selector g-lg-0">
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-4 mb-5" data-aos="fade-up">
<a href="https://alan-allman.com/en/communique-de-presse/ai-cybersecurity-securing-intelligent-enterprises/" >
<div class="news-wrapper">
<div class="news-image" style="background-image: url('https://alan-allman.com/wp-content/uploads/2026/03/joshua-woroniecki-lzh3hPtJz9c-unsplash-scaled.jpg'); background-position: center; background-size: cover; min-height: 300px;">
<div class="news-overlay">
<h3>AI and Cybersecurity: Securing Intelligent Enterprises</h3>
</div>
</div>
</div>
</a>
<div class="news-category">
</div>
<div class="news-extract">
How organizations can protect AI-driven environments and build secure, resilient intelligent enterprises. </div>
<div class="news-date">
13/03/2026 </div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 mb-5" data-aos="fade-up">
<a href="https://alan-allman.com/en/communique-de-presse/modernizing-legacy-systems-without-disrupting-business/" >
<div class="news-wrapper">
<div class="news-image" style="background-image: url('https://alan-allman.com/wp-content/uploads/2026/03/daryan-shamkhali-lZzlQUblE_U-unsplash-scaled.jpg'); background-position: center; background-size: cover; min-height: 300px;">
<div class="news-overlay">
<h3>Modernizing Legacy Systems Without Disrupting the Business</h3>
</div>
</div>
</div>
</a>
<div class="news-category">
</div>
<div class="news-extract">
How to modernize legacy systems while maintaining operational continuity and accelerating innovation. </div>
<div class="news-date">
06/03/2026 </div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 mb-5" data-aos="fade-up">
<a href="https://alan-allman.com/en/communique-de-presse/ai-industrialization-scalable-impact/" >
<div class="news-wrapper">
<div class="news-image" style="background-image: url('https://alan-allman.com/wp-content/uploads/2025/11/robynne-o-HOrhCnQsxnQ-unsplash-scaled.jpg'); background-position: center; background-size: cover; min-height: 300px;">
<div class="news-overlay">
<h3>From AI Pilots to Scalable Impact: How to Industrialize Artificial Intelligence</h3>
</div>
</div>
</div>
</a>
<div class="news-category">
</div>
<div class="news-extract">
A practical framework to transform AI pilots into scalable, value-driven solutions across the organization. </div>
<div class="news-date">
13/02/2026 </div>
</div>
</div>
<div class="row">
<div class="col p-1 text-center">
<a href="/en/news" class="btn-cta">
Find more articles
</a>
</div>
</div>
</div>
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<div class="wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover cover-responsive" style="min-height:100%;aspect-ratio:unset;"><img fetchpriority="high" decoding="async" width="950" height="528" class="wp-block-cover__image-background wp-image-10414" alt="" src="https://alan-allman.com/wp-content/uploads/2024/07/ecosystem-international-e1720788052550.jpg" data-object-fit="cover" srcset="https://alan-allman.com/wp-content/uploads/2024/07/ecosystem-international-e1720788052550.jpg 950w, https://alan-allman.com/wp-content/uploads/2024/07/ecosystem-international-e1720788052550-300x167.jpg 300w, https://alan-allman.com/wp-content/uploads/2024/07/ecosystem-international-e1720788052550-768x427.jpg 768w" sizes="(max-width: 950px) 100vw, 950px" /><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div class="wp-block-cover__inner-container has-global-padding is-layout-constrained wp-block-cover-is-layout-constrained">
<p class="has-text-align-center has-large-font-size"></p>
</div></div>
</div>
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-group alignwide block-margin has-global-padding is-layout-constrained wp-block-group-is-layout-constrained" style="min-height:401px;padding-top:0;padding-bottom:0">
<div class="wp-block-group has-medium-font-size is-nowrap is-layout-flex wp-container-core-group-is-layout-87588397 wp-block-group-is-layout-flex" style="margin-top:var(--wp--preset--spacing--60);margin-bottom:var(--wp--preset--spacing--60)">
<h2 class="wp-block-heading" style="margin-right:var(--wp--preset--spacing--20);font-size:clamp(1.453rem, 1.453rem + ((1vw - 0.2rem) * 1.184), 2.4rem);"><span class="inverted">A pioneer in</span> digital strategy, artificial intelligence, datas and transformation</h2>
</div>
<p>With revenue growing tenfold over the past decade, reaching €374,3 million in 2024, Alan Allman Associates is positioned in high-growth sectors including energy, the public sector, high tech, healthcare, and luxury goods.</p>
<p>Leveraging its deep expertise in artificial intelligence, cybersecurity, data management, cloud computing, and smart automation, Alan Allman Associates is a trusted partner in driving its clients’ transformation initiatives.</p>
</div>
</div>
</div>
</div>
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
<div class="wp-block-uagb-advanced-heading uagb-block-8cce61f5"><h2 class="uagb-heading-text"><span class="inverted">Discover</span> the ecosystem</h2></div>
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
<div class="container" data-aos="fade-up">
<h3 class="text-center" v-html="title"></h3>
<p class="text-center m-3" v-html="text"></p>
<div class="row video-block-overflow">
<div class="col video-over">
<video id="my-video" class="video-js vjs-default-skin vjs-16-9" controls preload="metadata" poster="/wp-content/uploads/2024/11/SCR-20241128-pjqq-scaled.jpeg" data-setup="{}">
<!-- <source src="/wp-content/uploads/2024/11/AAAVideoEcosystem.mp4" type="video/mp4" /> -->
<source src="/wp-content/uploads/2025/06/Alan-Allman-Associates-2025.mp4" type="video/mp4" />
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a
web browser that
<a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
</p>
</video>
</div>
<div class="video-under">VIDEO</div>
</div>
</div>
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<div class="wp-block-uagb-container uag-hide-tab uag-hide-mob uagb-block-13208122 alignfull uagb-is-root-container"></div>
<div class="wp-block-uagb-container uag-hide-desktop uagb-block-166b5c75 alignfull uagb-is-root-container">
<div class="wp-block-uagb-container bloc-rapport-annuel uagb-block-46e89dd4 default uagb-is-root-container">
<div class="wp-block-uagb-container uagb-block-526b7714 default uagb-is-root-container">
<h2 class="wp-block-heading m-0 p-0 has-aaa-full-white-color has-text-color has-link-color wp-elements-a71a8132ff257984b6982d51ed376082" style="margin-top:0;margin-right:0px;margin-bottom:0;margin-left:0px">Annual Report <span class="inverted-white">2024</span></h2>
<p class="m-0 p-0 has-aaa-full-white-color has-text-color has-link-color wp-elements-cf44738949d338f24396d66f322ac088" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">Our annual report 2024 is available. </p>
<div class="wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-33c8b733"><div class="uagb-buttons__wrap uagb-buttons-layout-wrap">
<div class="wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-37666518 wp-block-button"><div class="uagb-button__wrapper"><a class="uagb-buttons-repeater wp-block-button__link" aria-label="" href="https://alan-allman.com/wp-content/uploads/2024/07/Rapport-Financier-Annuel-2023_lite-1.pdf" rel="follow noopener" target="_self" role="button"><div class="uagb-button__link">Download the document</div></a></div></div>
</div></div>
</div>
</div>
<div class="wp-block-uagb-container uagb-block-fb20165a alignfull uagb-is-root-container">
<div class="wp-block-uagb-container uagb-block-bd4d990e alignfull uagb-is-root-container">
<h2 class="wp-block-heading m-0 p-0 has-aaa-full-white-color has-text-color has-link-color wp-elements-36d15d4aa9715ecfa493b31eed2a8efd" style="margin-top:0;margin-right:0px;margin-bottom:0;margin-left:0px">Investors</h2>
<p class="m-0 p-0 has-aaa-full-white-color has-text-color has-link-color wp-elements-f11e59046b060e12401dd8c63423a45b" style="padding-top:0;padding-bottom:0">Find your investor’s space designed to keep you up to date of our latest financial news.</p>
<div class="wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-e72405da"><div class="uagb-buttons__wrap uagb-buttons-layout-wrap">
<div class="wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-e63c42c0 wp-block-button"><div class="uagb-button__wrapper"><a class="uagb-buttons-repeater wp-block-button__link" aria-label="" href="/en/investors/" rel="follow noopener" target="_self" role="button"><div class="uagb-button__link">Explore</div></a></div></div>
</div></div>
</div>
</div>
<div class="wp-block-uagb-container uagb-block-77c5ff48 alignfull uagb-is-root-container">
<div class="wp-block-uagb-container uagb-block-93b4cdbc alignfull uagb-is-root-container">
<h2 class="wp-block-heading m-0 p-0 has-aaa-full-white-color has-text-color has-link-color wp-elements-95d5cf2daa4cdaf196fb57e6d66ed54f" style="margin-top:0;margin-right:0px;margin-bottom:0;margin-left:0px">Press <span class="inverted-white">releases</span></h2>
<p class="m-0 p-0 has-aaa-full-white-color has-text-color has-link-color wp-elements-9c0bd7955021c475272cc2daf237b5a8" style="padding-top:0;padding-bottom:0">Discover our latest press releases.</p>
<div class="wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-71b7b9d3"><div class="uagb-buttons__wrap uagb-buttons-layout-wrap">
<div class="wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-a00c486f wp-block-button"><div class="uagb-button__wrapper"><a class="uagb-buttons-repeater wp-block-button__link" aria-label="" href="/en/financial-information/#anchor-documents" rel="follow noopener" target="_self" role="button"><div class="uagb-button__link">Explore</div></a></div></div>
</div></div>
</div>
</div>
</div>
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<div class="wp-block-uagb-container uagb-block-972424c9 alignfull uagb-is-root-container"><div class="uagb-container-inner-blocks-wrap">
<div data-aos= "fade-down" data-aos-duration="400" data-aos-delay="0" data-aos-easing="ease" data-aos-once="true" class="wp-block-uagb-advanced-heading uagb-block-359458b4"><h2 class="uagb-heading-text">Discover Alan Allman Associates</h2></div>
<div class="wp-block-uagb-container uagb-block-bcc951a8 default uagb-is-root-container">
<div class="wp-block-uagb-post-carousel uagb-post-grid uagb-post__image-position-top uagb-post__image-enabled uagb-block-f7d0f624 uagb-post__arrow-outside uagb-slick-carousel uagb-post__items uagb-post__columns-3 is-carousel uagb-post__columns-tablet-2 uagb-post__columns-mobile-1" data-total="1" style="">
<article class="uagb-post__inner-wrap"> <div class='uagb-post__image'>
<a href="https://alan-allman.com/en/cabinet/alpha2f/" target="_self" rel="bookmark noopener noreferrer"><img decoding="async" width="233" height="165" src="https://alan-allman.com/wp-content/uploads/2024/04/a2f.svg" class="attachment-full size-full" alt="" /> </a>
</div>
<div class='uagb-post__text uagb-post-grid-byline'>
</div>
</article>
<article class="uagb-post__inner-wrap"> <div class='uagb-post__image'>
<a href="https://alan-allman.com/en/cabinet/althea/" target="_self" rel="bookmark noopener noreferrer"><img decoding="async" width="1" height="1" src="https://alan-allman.com/wp-content/uploads/2024/09/althea.svg" class="attachment-full size-full" alt="" /> </a>
</div>
<div class='uagb-post__text uagb-post-grid-byline'>
</div>
</article>
<article class="uagb-post__inner-wrap"> <div class='uagb-post__image'>
<a href="https://alan-allman.com/en/cabinet/argain/" target="_self" rel="bookmark noopener noreferrer"><img decoding="async" width="272" height="86" src="https://alan-allman.com/wp-content/uploads/2024/04/ARGAIN-2.svg" class="attachment-full size-full" alt="" /> </a>
</div>
<div class='uagb-post__text uagb-post-grid-byline'>
</div>
</article>
<article class="uagb-post__inner-wrap"> <div class='uagb-post__image'>
<a href="https://alan-allman.com/en/cabinet/data-excellence/" target="_self" rel="bookmark noopener noreferrer"><img decoding="async" width="116" height="62" src="https://alan-allman.com/wp-content/uploads/2024/04/DX-2.svg" class="attachment-full size-full" alt="" /> </a>
</div>
<div class='uagb-post__text uagb-post-grid-byline'>
</div>
</article>
<article class="uagb-post__inner-wrap"> <div class='uagb-post__image'>
<a href="https://alan-allman.com/en/cabinet/dynafin/" target="_self" rel="bookmark noopener noreferrer"><img decoding="async" width="266" height="179" src="https://alan-allman.com/wp-content/uploads/2024/04/DYNAFIN.svg" class="attachment-full size-full" alt="" /> </a>
</div>
<div class='uagb-post__text uagb-post-grid-byline'>
</div>
</article>
<article class="uagb-post__inner-wrap"> <div class='uagb-post__image'>
<a href="https://alan-allman.com/en/cabinet/ec-solutions-2/" target="_self" rel="bookmark noopener noreferrer"><img decoding="async" width="298" height="53" src="https://alan-allman.com/wp-content/uploads/2024/04/ECS.svg" class="attachment-full size-full" alt="" /> </a>
</div>
<div class='uagb-post__text uagb-post-grid-byline'>
</div>
</article>
<article class="uagb-post__inner-wrap"> <div class='uagb-post__image'>
<a href="https://alan-allman.com/en/cabinet/gurus/" target="_self" rel="bookmark noopener noreferrer"><img decoding="async" width="238" height="72" src="https://alan-allman.com/wp-content/uploads/2024/04/GURUS.svg" class="attachment-full size-full" alt="" /> </a>
</div>
<div class='uagb-post__text uagb-post-grid-byline'>
</div>
</article>
<article class="uagb-post__inner-wrap"> <div class='uagb-post__image'>
<a href="https://alan-allman.com/en/cabinet/humans4help/" target="_self" rel="bookmark noopener noreferrer"><img decoding="async" width="224" height="150" src="https://alan-allman.com/wp-content/uploads/2024/04/H4H.svg" class="attachment-full size-full" alt="" /> </a>
</div>
<div class='uagb-post__text uagb-post-grid-byline'>
</div>
</article>
<article class="uagb-post__inner-wrap"> <div class='uagb-post__image'>
<a href="https://alan-allman.com/en/cabinet/ited/" target="_self" rel="bookmark noopener noreferrer"><img decoding="async" width="265" height="82" src="https://alan-allman.com/wp-content/uploads/2024/04/ITED.svg" class="attachment-full size-full" alt="" /> </a>
</div>
<div class='uagb-post__text uagb-post-grid-byline'>
</div>
</article>
<article class="uagb-post__inner-wrap"> <div class='uagb-post__image'>
<a href="https://alan-allman.com/en/cabinet/lux-modernis/" target="_self" rel="bookmark noopener noreferrer"><img decoding="async" width="1" height="1" src="https://alan-allman.com/wp-content/uploads/2024/10/LUX-1.svg" class="attachment-full size-full" alt="" /> </a>
</div>
<div class='uagb-post__text uagb-post-grid-byline'>
</div>
</article>
<article class="uagb-post__inner-wrap"> <div class='uagb-post__image'>
<a href="https://alan-allman.com/en/cabinet/phoenixdx/" target="_self" rel="bookmark noopener noreferrer"><img decoding="async" width="1" height="1" src="https://alan-allman.com/wp-content/uploads/2025/01/PhoenixDX-1.svg" class="attachment-full size-full" alt="" /> </a>
</div>
<div class='uagb-post__text uagb-post-grid-byline'>
</div>
</article>
<article class="uagb-post__inner-wrap"> <div class='uagb-post__image'>
<a href="https://alan-allman.com/en/cabinet/privatum/" target="_self" rel="bookmark noopener noreferrer"><img decoding="async" width="258" height="72" src="https://alan-allman.com/wp-content/uploads/2024/04/PRIVATUM.svg" class="attachment-full size-full" alt="" /> </a>
</div>
<div class='uagb-post__text uagb-post-grid-byline'>
</div>
</article>
<article class="uagb-post__inner-wrap"> <div class='uagb-post__image'>
<a href="https://alan-allman.com/en/cabinet/satisco/" target="_self" rel="bookmark noopener noreferrer"><img decoding="async" width="235" height="55" src="https://alan-allman.com/wp-content/uploads/2024/04/SATISCO.svg" class="attachment-full size-full" alt="" /> </a>
</div>
<div class='uagb-post__text uagb-post-grid-byline'>
</div>
</article>
<article class="uagb-post__inner-wrap"> <div class='uagb-post__image'>
<a href="https://alan-allman.com/en/cabinet/teccweb-2/" target="_self" rel="bookmark noopener noreferrer"><img decoding="async" width="271" height="59" src="https://alan-allman.com/wp-content/uploads/2024/04/TECCWEB.svg" class="attachment-full size-full" alt="" /> </a>
</div>
<div class='uagb-post__text uagb-post-grid-byline'>
</div>
</article>
<article class="uagb-post__inner-wrap"> <div class='uagb-post__image'>
<a href="https://alan-allman.com/en/cabinet/victrix/" target="_self" rel="bookmark noopener noreferrer"><img decoding="async" width="239" height="43" src="https://alan-allman.com/wp-content/uploads/2024/04/VICTRIX.svg" class="attachment-full size-full" alt="" /> </a>
</div>
<div class='uagb-post__text uagb-post-grid-byline'>
</div>
</article>
<article class="uagb-post__inner-wrap"> <div class='uagb-post__image'>
<a href="https://alan-allman.com/en/cabinet/we/" target="_self" rel="bookmark noopener noreferrer"><img decoding="async" width="278" height="82" src="https://alan-allman.com/wp-content/uploads/2024/04/WE.svg" class="attachment-full size-full" alt="" /> </a>
</div>
<div class='uagb-post__text uagb-post-grid-byline'>
</div>
</article>
<article class="uagb-post__inner-wrap"> <div class='uagb-post__image'>
<a href="https://alan-allman.com/en/cabinet/we-consultants/" target="_self" rel="bookmark noopener noreferrer"><img decoding="async" width="1" height="1" src="https://alan-allman.com/wp-content/uploads/2025/06/we-consultants.svg" class="attachment-full size-full" alt="" /> </a>
</div>
<div class='uagb-post__text uagb-post-grid-byline'>
</div>
</article>
<article class="uagb-post__inner-wrap"> <div class='uagb-post__image'>
<a href="https://alan-allman.com/en/cabinet/winning/" target="_self" rel="bookmark noopener noreferrer"><img decoding="async" width="233" height="165" src="https://alan-allman.com/wp-content/uploads/2024/04/winning.svg" class="attachment-full size-full" alt="" /> </a>
</div>
<div class='uagb-post__text uagb-post-grid-byline'>
</div>
</article>
</div>
</div>
</div></div>
<div class="wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-columns has-aaa-full-white-background-color has-background is-layout-flex wp-container-core-columns-is-layout-abbe5815 wp-block-columns-is-layout-flex" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-group alignwide block-margin has-aaa-full-white-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-c6b4b7cd wp-block-group-is-layout-constrained" style="min-height:401px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
<div class="wp-block-group has-medium-font-size is-nowrap is-layout-flex wp-container-core-group-is-layout-87588397 wp-block-group-is-layout-flex" style="margin-top:var(--wp--preset--spacing--60);margin-bottom:var(--wp--preset--spacing--60)">
<h2 class="wp-block-heading" style="margin-right:var(--wp--preset--spacing--20);font-size:clamp(1.453rem, 1.453rem + ((1vw - 0.2rem) * 1.184), 2.4rem);"><span class="inverted">A</span> Happy At Work <span class="inverted">environment</span></h2>
</div>
<p>The <strong>Alan Allman Associates</strong> ecosystem is powered by over 3,800 talented professionals whose expertise and dedication drive our ability to meet clients’ needs every day.</p>
<p>Since its inception, Alan Allman Associates has placed people at the core of its business model. The development and well-being of its talent are central to its philosophy, supported by initiatives such as an in-house training academy, an online university, and personalized career paths.</p>
<p>These efforts have earned widespread recognition, reflected in the company’s top ranking for the past eight years in the <strong><em>Happy at Work</em> Choose My Company</strong> survey, where it secured 3rd place globally in 2024 with a 76.5% employee recommendation rate.</p>
</div>
</div>
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-cover is-light cover-responsive" style="min-height:100%;aspect-ratio:unset;"><img decoding="async" width="2560" height="1379" class="wp-block-cover__image-background wp-image-13339" alt="" src="https://alan-allman.com/wp-content/uploads/2024/11/Frame-1000001870-1-scaled.jpg" data-object-fit="cover" srcset="https://alan-allman.com/wp-content/uploads/2024/11/Frame-1000001870-1-scaled.jpg 2560w, https://alan-allman.com/wp-content/uploads/2024/11/Frame-1000001870-1-300x162.jpg 300w, https://alan-allman.com/wp-content/uploads/2024/11/Frame-1000001870-1-1024x551.jpg 1024w, https://alan-allman.com/wp-content/uploads/2024/11/Frame-1000001870-1-768x414.jpg 768w, https://alan-allman.com/wp-content/uploads/2024/11/Frame-1000001870-1-1536x827.jpg 1536w, https://alan-allman.com/wp-content/uploads/2024/11/Frame-1000001870-1-2048x1103.jpg 2048w" sizes="(max-width: 2560px) 100vw, 2560px" /><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div class="wp-block-cover__inner-container has-global-padding is-layout-constrained wp-block-cover-is-layout-constrained">
<p class="has-text-align-center has-large-font-size"></p>
</div></div>
</div>
</div>
</div>
<div class="wp-block-uagb-container uagb-block-7fe871f4 alignfull uagb-is-root-container">
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<div class="kb-row-layout-wrap kb-row-layout-id10938_a7b033-cc alignnone wp-block-kadence-rowlayout"><div class="kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top">
<div class="wp-block-kadence-column kadence-column10938_515deb-5a"><div class="kt-inside-inner-col"><div class="kb-row-layout-wrap kb-row-layout-id10938_56f5b5-8f alignnone has-base-background-color kt-row-has-bg wp-block-kadence-rowlayout"><div class="kt-row-column-wrap kt-has-3-columns kt-row-layout-center-wide kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kt-inner-column-height-full">
<div class="wp-block-kadence-column kadence-column10938_813946-12 kvs-sm-false kb-section-dir-vertical"><div class="kt-inside-inner-col">
<figure class="wp-block-kadence-image kb-image10938_026b8b-e9 size-full bloc-offres-photo"><img decoding="async" width="351" height="335" src="https://alan-allman.com/wp-content/uploads/2024/07/cooptation-1.png" alt="" class="kb-img wp-image-10715" srcset="https://alan-allman.com/wp-content/uploads/2024/07/cooptation-1.png 351w, https://alan-allman.com/wp-content/uploads/2024/07/cooptation-1-300x286.png 300w" sizes="(max-width: 351px) 100vw, 351px" /></figure>
</div></div>
<div class="wp-block-kadence-column kadence-column10938_22b5d2-a2"><div class="kt-inside-inner-col">
<h2 class="wp-block-heading has-text-align-center has-aaa-full-white-color has-text-color has-link-color wp-elements-6052d4ce926945b0dcb024ef513ca35e" style="font-size:clamp(1.403rem, 1.403rem + ((1vw - 0.2rem) * 1.121), 2.3rem);"><span class="inverted-white">Discover</span> our job offers!</h2>
</div></div>
<div class="wp-block-kadence-column kadence-column10938_b9a70b-c9"><div class="kt-inside-inner-col">
<a class="gb-button gb-button-3822cad9 gb-button-text" href="https://aaa-job.com/" target="_blank" rel="noopener noreferrer">Apply </a>
</div></div>
</div></div></div></div>
</div></div>
<div style="height:34px" aria-hidden="true" class="wp-block-spacer"></div>
</div>
<style>
#implantations_map {
height: 100%;
width: 100%;
}
.swiper-implantations {
width: 100%;
height: 150px;
}
.swiper-button-next,
.swiper-button-prev {
color: #091b5a;
background-position: center;
background-repeat: no-repeat;
}
.swiper-button-next::after,
.swiper-button-prev::after {
content: "";
}
.swiper-button-prev {
background-image: url("/wp-content/themes/aaa/assets/img/arrow-left.svg");
}
.swiper-button-next {
background-image: url("/wp-content/themes/aaa/assets/img/arrow-right.svg");
}
</style>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-12 p-5 text-center section-bg-light" style="height: 300px;">
<div class="d-flex h-100 align-items-center">
<!-- Slider main container -->
<div class="swiper">
<h2 class="inverted text-center mb-4">
Our locations
</h2>
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide address-item" id="address-0"><strong>Paris</strong><br />15 rue Rouget de Lisle<br />92130 - Ile-de-France<br /></div><div class="swiper-slide address-item" id="address-1"><strong>Brussels</strong><br />Eolis Building, Square Sainctelette 15<br />1000<br /></div><div class="swiper-slide address-item" id="address-2"><strong>Lisbon</strong><br />Alameda das Linhas de Torres 152 – Office 14<br />1750-149<br /></div><div class="swiper-slide address-item" id="address-3"><strong>Montréal</strong><br />1100 Boul. René-Lévesque O<br />QC H3B 4N4<br /></div><div class="swiper-slide address-item" id="address-4"><strong>Singapore</strong><br />16 Raffles Quay, Hong Leong Building, #32-06<br />048581<br /></div> </div>
<!-- If we need navigation buttons -->
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<div id="implantations_map" style="height: 300px;"></div>
</div>
</div>
</div>
<footer id="footer" class="container-fluid" role="contentinfo">
<div class="container">
<div class="row footer-columns">
<div class="col-8 col-lg-3 text-center logo-footer p-4">
<img src="https://alan-allman.com/wp-content/themes/aaa/assets/img/logo/aaa_white.svg" alt="Logo Alan Allman Associates" />
</div>
<div class="col-8 p-4">
<div class="row">
<div class="col-12 col-lg-3">
<ul class="footer-link">
<li>
<a href="https://alan-allman.com/en/sitemap/">Sitemap</a>
</li>
</ul>
</div>
<div class="col-12 col-lg-4">
<ul class="footer-link">
<li>
<a href="https://alan-allman.com/en/contact/">Contact</a>
</li>
<li>
<a href="https://alan-allman.com/en/locations/">Our locations</a>
</li>
</ul>
</div>
<div class="col-12 col-lg-4">
<ul class="footer-link">
<li>
<a href="https://alan-allman.com/en/cookie-policy/">Cookies Policy</a>
</li>
<li>
<a href="https://alan-allman.com/en/privacy-policy/">Legal notice</a>
</li>
<li>
<a href="https://alan-allman.com/en/terms-and-conditions-of-use/">End User Agreement</a>
</li>
</ul>
</div>
<div class="col-12 col-lg-1">
<ul class="footer-link footer-social">
<li>
<a href="https://www.linkedin.com/company/alanallmanassociates/" class="social_icon_footer" target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/alan_allman_associates" class="social_icon_footer" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
<li>
<a href="https://www.youtube.com/@AlanallmanAssociates" class="social_icon_footer" target="_blank">
<i class="fa-brands fa-youtube"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row text-center footer-copyright mt-5 p-3">
<span>©2026 Alan Allman Associates. All rights reserved.</span>
</div>
</div>
<div class="footer-aaa">
<img src="https://alan-allman.com/wp-content/themes/aaa/assets/img/logo/aaa_vertical_footer.png" />
</div>
</footer>
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/aaa\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script type="text/javascript">
(function() {
let targetObjectName = 'EM';
if ( typeof window[targetObjectName] === 'object' && window[targetObjectName] !== null ) {
Object.assign( window[targetObjectName], []);
} else {
console.warn( 'Could not merge extra data: window.' + targetObjectName + ' not found or not an object.' );
}
})();
</script>
<style id='wp-block-spacer-inline-css' type='text/css'>
.wp-block-spacer{clear:both}
</style>
<style id='wp-block-group-inline-css' type='text/css'>
.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}
</style>
<style id='wp-block-columns-inline-css' type='text/css'>
.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--base: #091b5a;--wp--preset--color--aaa-gold: #cb9e43;--wp--preset--color--aaa-white: #f9f9f9;--wp--preset--color--aaa-full-white: #ffffff;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--gradient--gradient-1: linear-gradient(to bottom, transparent 0%, #091b5a 100%);--wp--preset--font-size--small: 0.9rem;--wp--preset--font-size--medium: 1.05rem;--wp--preset--font-size--large: clamp(1.39rem, 1.39rem + ((1vw - 0.2rem) * 0.575), 1.85rem);--wp--preset--font-size--x-large: clamp(1.85rem, 1.85rem + ((1vw - 0.2rem) * 0.813), 2.5rem);--wp--preset--font-size--xx-large: clamp(2.5rem, 2.5rem + ((1vw - 0.2rem) * 0.963), 3.27rem);--wp--preset--font-family--body: Open Sans;--wp--preset--font-family--montserrat: Montserrat;--wp--preset--font-family--larken: Larken Black;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:root { --wp--style--global--content-size: 100%;--wp--style--global--wide-size: 100%; }:where(body) { margin: 0; }.wp-site-blocks { padding-top: var(--wp--style--root--padding-top); padding-bottom: var(--wp--style--root--padding-bottom); }.has-global-padding { padding-right: var(--wp--style--root--padding-right); padding-left: var(--wp--style--root--padding-left); }.has-global-padding > .alignfull { margin-right: calc(var(--wp--style--root--padding-right) * -1); margin-left: calc(var(--wp--style--root--padding-left) * -1); }.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) { padding-right: 0; padding-left: 0; }.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) > .alignfull { margin-left: 0; margin-right: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{background-color: var(--wp--preset--color--aaa-white);color: var(--wp--preset--color--base);font-family: var(--wp--preset--font-family--body);font-style: normal;font-weight: 400;--wp--style--root--padding-top: 0px;--wp--style--root--padding-right: 0px;--wp--style--root--padding-bottom: 0px;--wp--style--root--padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}h1, h2, h3, h4, h5, h6{color: var(--wp--preset--color--contrast);font-family: var(--wp--preset--font-family--larken);font-weight: 400;line-height: 1.2;}h1{font-family: var(--wp--preset--font-family--larken);font-size: var(--wp--preset--font-size--xx-large);line-height: 1.15;}h2{font-family: var(--wp--preset--font-family--larken);font-size: var(--wp--preset--font-size--x-large);}h3{font-family: var(--wp--preset--font-family--larken);font-size: var(--wp--preset--font-size--large);}h4{font-family: var(--wp--preset--font-family--larken);font-size: clamp(1.1rem, 1.1rem + ((1vw - 0.2rem) * 0.767), 1.5rem);}h5{font-family: var(--wp--preset--font-family--larken);font-size: var(--wp--preset--font-size--medium);}h6{font-family: var(--wp--preset--font-family--larken);font-size: var(--wp--preset--font-size--small);}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-base-color{color: var(--wp--preset--color--base) !important;}.has-aaa-gold-color{color: var(--wp--preset--color--aaa-gold) !important;}.has-aaa-white-color{color: var(--wp--preset--color--aaa-white) !important;}.has-aaa-full-white-color{color: var(--wp--preset--color--aaa-full-white) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-base-background-color{background-color: var(--wp--preset--color--base) !important;}.has-aaa-gold-background-color{background-color: var(--wp--preset--color--aaa-gold) !important;}.has-aaa-white-background-color{background-color: var(--wp--preset--color--aaa-white) !important;}.has-aaa-full-white-background-color{background-color: var(--wp--preset--color--aaa-full-white) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-base-border-color{border-color: var(--wp--preset--color--base) !important;}.has-aaa-gold-border-color{border-color: var(--wp--preset--color--aaa-gold) !important;}.has-aaa-white-border-color{border-color: var(--wp--preset--color--aaa-white) !important;}.has-aaa-full-white-border-color{border-color: var(--wp--preset--color--aaa-full-white) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-gradient-1-gradient-background{background: var(--wp--preset--gradient--gradient-1) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-xx-large-font-size{font-size: var(--wp--preset--font-size--xx-large) !important;}.has-body-font-family{font-family: var(--wp--preset--font-family--body) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-larken-font-family{font-family: var(--wp--preset--font-family--larken) !important;}
:root :where(.wp-block-columns){margin-bottom: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-group){margin-top: 0;margin-bottom: 0;}
:root :where(.wp-block-cover){margin-top: 0;margin-bottom: 0;}
</style>
<style id='core-block-supports-inline-css' type='text/css'>
.wp-elements-6052d4ce926945b0dcb024ef513ca35e a:where(:not(.wp-element-button)){color:var(--wp--preset--color--aaa-full-white);}.wp-container-core-group-is-layout-87588397{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-9d6595d7{flex-wrap:nowrap;}.wp-elements-a71a8132ff257984b6982d51ed376082 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--aaa-full-white);}.wp-elements-cf44738949d338f24396d66f322ac088 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--aaa-full-white);}.wp-elements-36d15d4aa9715ecfa493b31eed2a8efd a:where(:not(.wp-element-button)){color:var(--wp--preset--color--aaa-full-white);}.wp-elements-f11e59046b060e12401dd8c63423a45b a:where(:not(.wp-element-button)){color:var(--wp--preset--color--aaa-full-white);}.wp-elements-95d5cf2daa4cdaf196fb57e6d66ed54f a:where(:not(.wp-element-button)){color:var(--wp--preset--color--aaa-full-white);}.wp-elements-9c0bd7955021c475272cc2daf237b5a8 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--aaa-full-white);}.wp-container-core-group-is-layout-c6b4b7cd > .alignfull{margin-right:calc(0px * -1);margin-left:calc(0px * -1);}.wp-container-core-columns-is-layout-abbe5815{flex-wrap:nowrap;}
</style>
<link rel='stylesheet' id='wpo_min-footer-0-css' href='https://alan-allman.com/wp-content/cache/wpo-minify/1773779736/assets/wpo-minify-footer-fde01017.min.css' type='text/css' media='all' />
<script type="text/javascript" id="wpo_min-footer-0-js-extra">
/* <![CDATA[ */
var uagb_data = {"ajax_url":"https:\/\/alan-allman.com\/wp-admin\/admin-ajax.php","uagb_masonry_ajax_nonce":"f228348fc3"};
var uagb_data = {"ajax_url":"https:\/\/alan-allman.com\/wp-admin\/admin-ajax.php","uagb_masonry_ajax_nonce":"f228348fc3","uagb_grid_ajax_nonce":"ec558e1bed"};
var ajax_params = {"ajax_url":"https:\/\/alan-allman.com\/wp-admin\/admin-ajax.php"};
var Axeptio_SDK = {"clientId":"65f2fb1275734285886b266c","platform":"plugin-wordpress","sendDatas":"","enableGoogleConsentMode":"1","triggerGTMEvents":"true","googleConsentMode":{"default":{"analytics_storage":"granted","ad_storage":"granted","ad_user_data":"granted","ad_personalization":"granted","functionality_storage":"denied","personalization_storage":"denied","security_storage":"denied"}}};
var axeptioWordpressVendors = [];
var axeptioWordpressSteps = [{"title":"Alan Allman Associates - Wordpress Cookies","subTitle":"Here you will find all WordPress extensions using cookies.","topTitle":false,"message":"Below is the list of extensions used on this site that utilize cookies. Please activate or deactivate the ones for which you consent to sharing your data.","image":false,"imageWidth":0,"imageHeight":0,"disablePaint":false,"name":"wordpress","layout":"category","allowOptOut":true,"insert_position":"after_welcome_step","position":99}];
var consent_api = {"consent_type":"","waitfor_consent_hook":"","cookie_expiration":"30","cookie_prefix":"wp_consent","services":[]};
/* ]]> */
</script>
<script type="text/javascript" src="https://alan-allman.com/wp-content/cache/wpo-minify/1773779736/assets/wpo-minify-footer-2f3c59e1.min.js" id="wpo_min-footer-0-js"></script>
<script type="text/javascript">
(function() {
var expirationDate = new Date();
expirationDate.setTime( expirationDate.getTime() + 31536000 * 1000 );
document.cookie = "pll_language=en; expires=" + expirationDate.toUTCString() + "; path=/; secure; SameSite=Lax";
}());
</script>
<script type="text/javascript" id="f7d0f624">
document.addEventListener("DOMContentLoaded", function(){
( function( $ ) {
var cols = parseInt( '3' );
var $scope = $( '.uagb-block-f7d0f624' );
let imagePosition = 'top';
if( 'top' !== imagePosition ){
// This CSS is for Post BG Image Spacing
let articles = document.querySelectorAll( '.uagb-post__image-position-background .uagb-post__inner-wrap' );
if( articles.length ) {
for( let article of articles ) {
let image = article.getElementsByClassName('uagb-post__image');
if ( image[0] ) {
let articleWidth = article.offsetWidth;
let rowGap = 50;
let imageWidth = 100 - ( rowGap / articleWidth ) * 100;
image[0].style.width = imageWidth + '%';
image[0].style.marginLeft = rowGap / 2 + 'px';
}
}
}
}
// If this is not a Post Carousel, return.
// Else if it is a carousel but has less posts than the number of columns, return after setting visibility.
if ( ! $scope.hasClass('is-carousel') ) {
return;
} else if ( cols >= $scope.children('article.uagb-post__inner-wrap').length ) {
$scope.css( 'visibility', 'visible' );
return;
}
var slider_options = {
'slidesToShow' : cols,
'slidesToScroll' : 1,
'autoplaySpeed' : 2000,
'autoplay' : Boolean( '1' ),
'infinite' : Boolean( '1' ),
'pauseOnHover' : Boolean( '1' ),
'speed' : 500,
'arrows' : Boolean( '1' ),
'dots' : Boolean( '1' ),
'rtl' : Boolean( '' ),
'prevArrow' : '<button type=\"button\" data-role=\"none\" class=\"slick-prev\" aria-label=\"Previous\" tabindex=\"0\" role=\"button\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 256 512\"><path d=\"M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\"></path></svg><\/button>',
'nextArrow' : '<button type=\"button\" data-role=\"none\" class=\"slick-next\" aria-label=\"Next\" tabindex=\"0\" role=\"button\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 256 512\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg><\/button>',
'responsive' : [
{
'breakpoint' : 1024,
'settings' : {
'slidesToShow' : 2,
'slidesToScroll' : 1,
}
},
{
'breakpoint' : 767,
'settings' : {
'slidesToShow' : 1,
'slidesToScroll' : 1,
}
}
]
};
$scope.imagesLoaded( function() {
$scope.slick( slider_options );
}).always( function() {
$scope.css( 'visibility', 'visible' );
} );
var enableEqualHeight = ( '' );
if( enableEqualHeight ){
$scope.imagesLoaded( function() {
UAGBPostCarousel?._setHeight( $scope );
});
$scope.on( 'afterChange', function() {
UAGBPostCarousel?._setHeight( $scope );
} );
}
} )( jQuery );
});
</script>
<script>
// Look for .hamburger
var hamburger = document.querySelector(".hamburger");
// On click
hamburger.addEventListener("click", function() {
// Toggle class "is-active"
hamburger.classList.toggle("is-active");
// Do something else, like open/close menu
});
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-21CGE81VBZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-21CGE81VBZ');
</script>
<script src="https://alan-allman.com/wp-content/themes/aaa/assets/js/bootstrap/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
<script>
document.addEventListener("DOMContentLoaded", function() {
// Sélectionner tous les éléments de menu ayant des sous-menus
const menuItems = document.querySelectorAll('#header-mobile .menu-item-has-children > a');
// Pour chaque élément de menu avec sous-menu, ajouter un event listener
menuItems.forEach(item => {
item.addEventListener('click', function(e) {
// Empêcher la redirection par défaut
e.preventDefault();
// Sélectionner le sous-menu associé
const submenu = this.nextElementSibling;
// Si le sous-menu est déjà actif, on le referme
if (submenu.classList.contains('mobile-menu-active')) {
slideUp(submenu);
submenu.classList.remove('mobile-menu-active');
this.classList.remove('active-link'); // Retirer la classe active pour la flèche
} else {
// Fermer les autres sous-menus ouverts au même niveau
const parentMenu = this.closest('ul');
const openSubmenus = parentMenu.querySelectorAll('.sub-menu.mobile-menu-active');
openSubmenus.forEach(menu => {
if (menu !== submenu) {
slideUp(menu);
menu.classList.remove('mobile-menu-active');
const menuLink = menu.previousElementSibling; // Sélectionner le lien associé au sous-menu
if (menuLink) menuLink.classList.remove('active-link'); // Retirer la classe active sur les autres liens
}
});
// Ouvrir le sous-menu cliqué
slideDown(submenu);
submenu.classList.add('mobile-menu-active');
this.classList.add('active-link'); // Ajouter la classe active pour tourner la flèche
}
});
});
// Fonction pour "slide up" (fermer un sous-menu)
function slideUp(element) {
element.style.maxHeight = element.scrollHeight + 'px'; // Fixer la hauteur actuelle avant l'animation
requestAnimationFrame(() => {
element.style.maxHeight = '0'; // Réduire la hauteur pour cacher le sous-menu
});
}
// Fonction pour "slide down" (ouvrir un sous-menu)
function slideDown(element) {
element.style.maxHeight = element.scrollHeight + 'px'; // Calculer la hauteur requise pour l'expansion
requestAnimationFrame(() => {
element.style.maxHeight = '1000px'; // Ajuster à une hauteur max élevée pour gérer le contenu dynamique
});
}
});
</script>
<script>
let lastScrollTop = 0;
const header = document.getElementById("header-mobile");
window.addEventListener("scroll", function() {
let scrollTop = window.pageYOffset || document.documentElement.scrollTop;
if (scrollTop > lastScrollTop) {
// On fait défiler vers le bas, cacher le header
header.style.top = "-75px"; // Adapter la valeur à la hauteur du header
} else {
// On fait défiler vers le haut, afficher le header
header.style.top = "0";
}
lastScrollTop = scrollTop <= 0 ? 0 : scrollTop; // Empêcher des valeurs négatives de scroll
});
</script>
<script>
function handleDropdownHover() {
const dropdowns = document.querySelectorAll('.dropdown');
dropdowns.forEach(function(dropdown) {
const dropdownToggle = dropdown.querySelector('.menuDropdown');
const dropdownInstance = new bootstrap.Dropdown(dropdownToggle);
dropdown.addEventListener('mouseover', function() {
dropdownInstance.show();
});
dropdown.addEventListener('mouseleave', function() {
dropdownInstance.hide();
});
});
// Fermer les autres dropdowns lors du clic sur ce dropdown-toggle
dropdownToggle.addEventListener('mouseover', function() {
closeAllDropdowns(dropdownToggle);
});
// Gestionnaire pour fermer les dropdowns lors du scroll
window.addEventListener('scroll', function() {
dropdowns.forEach(function(dropdown) {
const dropdownToggle = dropdown.querySelector('.menuDropdown');
if (dropdownToggle.classList.contains('show')) {
const dropdownInstance = new bootstrap.Dropdown(dropdownToggle);
dropdownInstance.hide();
}
});
});
function closeAllDropdowns(exceptToggle) {
dropdowns.forEach(function(dropdown) {
const dropdownToggle = dropdown.querySelector('.menuDropdown');
if (dropdownToggle !== exceptToggle && dropdownToggle.classList.contains('show')) {
const dropdownInstance = new bootstrap.Dropdown(dropdownToggle);
dropdownInstance.hide();
}
});
}
}
document.addEventListener('DOMContentLoaded', handleDropdownHover);
</script>
</body>
</html>
<!-- WP Optimize page cache - https://teamupdraft.com/wp-optimize/ - Page not served from cache -->