body {
	margin: 0px;
	font-family: "Arial", sans-serif;
}

a:link, a:visited, a:hover, a:active { outline:none } 


@font-face {
    font-family: "CenturyGothic";
    src: url("../fonts/centurygothic.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "CenturyGothic";
    src: url("../fonts/centurygothic_bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

h1 {
	font-family: "CenturyGothic";
	font-size: 48px;
    font-weight: 700; 
    color: #FFFFFF;
    z-index: 3;
    margin-top: 0;
}

h2 {
	font-family: "Arial", sans-serif;
	font-size: 40px;
    font-weight: 400; 
    color: #102039;
	line-height: 46px;
	margin-top: 0px;
}
h2.bold {
    font-weight: 700;
}

h3 {
	font-family: "Arial", sans-serif;
	font-size: 32px;
    font-weight: 400; 
    color: #102039;
	line-height: 40px;
}
h3.bold {
    font-weight: 700;
}

a{
  text-decoration: none;
}

.body1 {
	font-family: "Arial", sans-serif;
	font-size: 24px;
    font-weight: 600; 
    color: #102039;
}

.body2 {
	font-family: "Arial", sans-serif;
	font-size: 18px;
    font-weight: 400; 
    color: #102039;
}

.info {
	font-family: "Arial", sans-serif;
	font-size: 14px;
    font-weight: 400; 
    color: #102039;
}

.eyebrow {
    display: inline-block;
    position: relative;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: 400; 
    letter-spacing: 0.45em;
    color: #46AFE8 !important;
    padding-left: 25px;
    text-transform: uppercase;
}
.eyebrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border: 1.5px solid #46AFE8;
    border-radius: 50%;
    background-color: #46AFE8;
}

button {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	cursor: pointer;
	border: none;
}

.button-large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;    
    position: relative;
    min-width: 235px;
    height: 60px;
    border-radius: 20px;
	padding: 0 20px;
    background-color: #46AFE8;
	border: 1px solid #46AFE8;
    font-family: "Arial", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 30px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.button-large::after {
    content: "➝";
    font-size: 28px;
    transition: transform 0.2s ease;
}
.button-large:hover {
	background-color: #F2FAFF;
	border: 1px solid #102039;
	color: #102039;
}
.button-large:not(:disabled):hover::after {
    transform: translateX(5px);
}
.button-large:disabled {
	background-color: #DADADA;
	border: 1px solid #DADADA;
	color: #7A7A7A;
	cursor: default;
}

.cta-button {
  display: inline-block;
  background-color: #00AEEF;
  color: white;
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.2s ease;
  max-width: 300px;
  text-align: center;
  height: 50px;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  z-index: 4;
}
.cta-button-co {
  display: flex;
  background-color: #00AEEF;
  color: white;
  font-weight: bold;
 align-items: center;
  border-radius: 20px;
  text-decoration: none;
 justify-content: center;
  max-width: 250px;
  height: 50px;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  cursor:pointer;
}

.cta-button::after {
    content: " ➝";
}
.cta-button:hover {
	background-color: #F2FAFF;
	border: 1px solid #102039;
	color: #102039;
}

.cta-button:disabled {
	background-color: #DADADA;
	border: 1px solid #DADADA;
	color: #7A7A7A;
	cursor: default;
}

.line {
	position: relative;
	display: block;
	width: 60%;
	margin: auto;
	height: 5px;
	background-image: url('../images/line.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #46AFE8;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
  padding-right: 15px;
  cursor: pointer;
}
.link-arrow::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("../images/link-arrow-off.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease, background-image 0.3s ease;
}
.link-arrow:hover {
  color: #000000;
}
.link-arrow:hover::after {
  transform: translateX(5px) translateY(-5px);
  background-image: url("../images/link-arrow-on.svg");
}
.link-arrow-adms {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #15263f;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
  padding-right: 15px;
  cursor: pointer;
}
.link-arrow-adms::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("../images/link-arrow-on.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease, background-image 0.3s ease;
}
.link-arrow-adms:hover {
  color: #46AFE8;
}
.link-arrow-adms:hover::after {
  transform: translateX(5px) translateY(-5px);
  background-image: url("../images/link-arrow-off.svg");
}


#menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background-color: #FFFFFF;
	z-index: 100;
}

#menu-topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 60px;
	font-family: "Arial", sans-serif;
	font-size: 14px;
    font-weight: 400; 
	color: #46AFE8;
	line-height: 62px;
	padding-left:430px;
	padding-right:20px;
}

#menu-logo {
	position: fixed;
	top: 24px;
	left: 7px;
	width: 304px;
	height: 89px;
	background-image: url('../images/menu-logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	z-index:1000;
}

#menu-linkedin {
	position: absolute;
	right: 220px;
	top: 18px;
	width: 25px;
	height: 25px;
	background-image: url('../images/menu-linkedin.svg');
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

#menu-facebook {
	position: absolute;
	right: 160px;
	top: 18px;
	width: 25px;
	height: 25px;
	background-image: url('../images/menu-facebook.svg');
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

#menu-youtube {
	position: absolute;
	right: 100px;
	top: 18px;
	width: 25px;
	height: 25px;
	background-image: url('../images/menu-youtube.svg');
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

#menu-connexion {
	position: absolute;
	top: 70px;
	right: 20px;
	height: 50px;
	width: 170px;
}

#menu-main {
	position: absolute;
	left:320px;
	right:0px;
	top:60px;
	height: 72px;
	font-family: "Arial", sans-serif;
	font-size: 18px;
    font-weight: 400;
	background-image: url('../images/menu-background.svg');
	background-repeat: no-repeat;
	cursor: pointer;
	padding-left:20px;
}

.menu-menu {
	position: relative;
	left: -15px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.menu-menu > li {
	position: relative;
	margin: 0 1rem;
}

.menu-menu > li > a {
	color: #FFF;
	text-decoration: none;
	padding: 0.5rem;
	display: block;
	transition: color 0.3s;
	position: relative;
}

.menu-menu li:hover > a {
	color: #46AFE8;
}

.menu-menu a.active {
	color: #46AFE8;
}

.menu-menu a.active1 {
	color: #46AFE8;
}

.menu-submenu, .menu-subsubmenu {
	display: none;
	position: absolute;
	background-color: #15263F;
	border: 1px solid #46AFE8;
	border-radius: 5px;
	top: 100%;
	left: 0;
	min-width: 220px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	list-style: none;
	padding: 0.5rem 0;
	z-index: 1000;
}

.menu-submenu li, .menu-subsubmenu li {
	position: relative;
}

.menu-submenu a, .menu-subsubmenu a {
	color: #FFF;
	text-decoration: none;
	padding: 0.75rem 1rem;
	display: block;
	white-space: nowrap;
	transition: color 0.3s;
}

.menu-submenu li:hover > a, .menu-subsubmenu li:hover > a {
	color: #46AFE8;
	background: none;
}

.menu-menu li:hover > .menu-submenu {
	display: block;
}

.menu-submenu li:hover > .menu-subsubmenu {
	display: block;
	left: 100%;
	top: 0;
}

.menu-menu a span.icon-down {
	position: relative;
	font-size: 35px;
	line-height: 0px;
	top: 18px;
}

.menu-menu a span.icon-right {
	position: relative;
	font-size: 35px;
	line-height: 0px;
	top: 4px;
	left: 8px;
}

#menu-margin {
	position: relative;
	width: 100%;
	height: 150px;
}
.card-title a {
    font-weight: bold;
}
.w-520{
  width: 520px;
}
#hero-section {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/home_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-service {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/SE_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-qa {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/qa.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-pe {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 770px;
    background-image: url('../images/PE_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-mto {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/MTO_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-dad {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/dad_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-sante {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/SP_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-qai {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/QAI_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-olf {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/NO_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-rejet {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/RI_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-pollution {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/PU_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-transport {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/IT_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-realisation {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/REA_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-blog {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/blog_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-ra {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/RA_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-pa {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/PA_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-lh {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/LH_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-adms {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/ADMS_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-about {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/home_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-contact {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/contact_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-xpMTO {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/XPMTO_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-amdec {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/header-amdec.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-risk {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/header_risk.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-urban {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/UA_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-hazop {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/fortil7.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-atex {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/fortil14.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-poi {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/header-poi.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
}
#hero-section-logiciel {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/log.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
    object-fit: contain;
}
#hero-section-acv {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/ACV_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
    object-fit: contain;
}
#hero-section-eco {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/ECC_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
    object-fit: contain;
}
#hero-section-bc {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/BC_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
    object-fit: contain;
}
#hero-section-formation {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-image: url('../images/FF_1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
    object-fit: contain;
}
#hero-section::before,
#hero-section-bc::before,
#hero-section-formation::before,
#hero-section-acv::before,
#hero-section-eco::before,
#hero-section-logiciel::before,
#hero-section-mto::before,
#hero-section-dad::before,
#hero-section-sante::before,
#hero-section-qai::before,
#hero-section-olf::before,
#hero-section-rejet::before,
#hero-section-poullution::before,
#hero-section-transport::before,
#hero-section-realisation::before,
#hero-section-blog::before,
#hero-section-ra::before,
#hero-section-pa::before,
#hero-section-lh::before,
#hero-section-xpMTO::before,
#hero-section-amdec::before,
#hero-section-risk::before,
#hero-section-urban::before,
#hero-section-poi::before,
#hero-section-qa::before,
#hero-section-adms::before,
#hero-section-about::before,
#hero-section-contact::before,
#hero-section-pe::before,
#hero-section-hazop::before,
#hero-section-atex::before,
#hero-section-service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(to right, #0D213DEE, #FFFFFF00);
    background-position: center;    
    pointer-events: none;
}

#hero-section::after,
#hero-section-formation::after,
#hero-section-bc::after,
#hero-section-acv::after,
#hero-section-eco::after,
#hero-section-logiciel::after,
#hero-section-qa::after,
#hero-section-adms::after,
#hero-section-about::after,
#hero-section-contact::after,
#hero-section-pe::after,
#hero-section-mto::after,
#hero-section-dad::after,
#hero-section-sante::after,
#hero-section-qai::after,
#hero-section-olf::after,
#hero-section-rejet::after,
#hero-section-pollution::after,
#hero-section-transport::after,
#hero-section-realisation::after,
#hero-section-blog::after,
#hero-section-ra::after,
#hero-section-pa::after,
#hero-section-lh::after,
#hero-section-xpMTO::after,
#hero-section-amdec::after,
#hero-section-risk::after,
#hero-section-urban::after,
#hero-section-poi::after,
#hero-section-hazop::after,
#hero-section-atex::after,
#hero-section-service::after {
    position: absolute;
	overflow: hidden;
	content: "";    
    width: 100%;
	height: 125px;
    bottom: -1px;
    background-image: url('../images/hero-mask.svg');
	background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-y: bottom; 
	z-index: 2;	
}
.z-index-3{
  z-index: 3;
}

.hero-overlay {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-image: url('../images/hero-overlay.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: bottom;
}

.hero-text {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: start;
  padding-left: 10%;
  width: 770px;
  height: 80%;	
  z-index: 3000;
}

.hero-text-detail {
	font-family: "Arial", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 29px;
  z-index: 3;
}

.hero-eyebrow {
	font-family: "Arial", sans-serif;
	font-size: 24px;
    font-weight: 500;
	letter-spacing:0.35em;
    color: #46AFE8;
	position: relative;
    padding-left: 30px;
    text-transform: uppercase;
}
.hero-eyebrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%);
    width: 10px;
    height: 10px;
    border: 2px solid #46AFE8;
    border-radius: 50%;
    background-color: #46AFE8;
}

.ul-checked {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
	margin-top: 25px;
	font-family: "Arial", sans-serif;
	font-size: 16px;
    font-weight: 700;
	line-height: 29px;
	color: #202220
}
.ul-checked li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}
.ul-checked li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px; 
    width: 20px;
    height: 20px;
    background-image: url('../images/ul-checked.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.acv-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.acv-list li {
  position: relative;
  padding-left: 24px;      
  margin-bottom: 10px;
  font-size: 14px;
  color: #0A1A30;
  line-height: 1.4;
}

.acv-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;            
  height: 18px;
  background-image: url('../images/check.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.acv-list img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.none-mobile img {
	border-radius:6px;
}

.home-expertise {
	position: relative;
	display: flex;
	margin: auto;
	width: 80%;
	border: 1px solid #DEDEDE;
	margin-top: 50px;
	margin-bottom: 50px;
	flex-direction: row;
}
.home-expertise-left {
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 50%;
	align-items: center;
	justify-content: center;
	padding: 50px;
	border-right: 1px solid #DEDEDE;
}
.home-expertise-right {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	padding: 50px;
	font-family: "Arial", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	background-image: url('../images/home-expertise-right-bg.png');
    background-repeat: no-repeat;
    background-position: right center;
	background-size: contain;
}

.home-ellipse {
	position: relative;
	display: flex;
	margin: auto;
	width: 80%;	
	margin-top: 200px;
	flex-direction: row;
	background-image: url('../images/ellipse-bg.svg');
    background-repeat: no-repeat;
    background-position: center center;
	background-size: contain;
}
.home-ellipse-left {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	padding: 50px;
	font-family: "Arial", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;	
}
.home-ellipse-right {
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 50%;
	align-items: center;
	justify-content: center;
	padding: 50px;
}

.partners {
  width: 100%;
  background-color: #46AFE8;
  padding: 30px 50px;
  box-sizing: border-box;
  overflow: hidden;
}

.partners-header {
  text-align: center;
  margin-bottom: 20px;
}

.partners-title {
  font-family: "Arial", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #FFF;
  margin: 0;
}

.partners-list {
  overflow: hidden;
  position: relative;
  height: 100px;
  width: 100%;
}

.partners-list::before,
.partners-list::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.partners-list::before {
  left: 0;
  background: linear-gradient(to right, #46AFE8, transparent);
}

.partners-list::after {
  right: 0;
  background: linear-gradient(to left, #46AFE8, transparent);
}

.partners-track {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 40px;
  will-change: transform;
}

.partner-logo {
  max-width: 200px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
}

@keyframes scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}


.home-strengths-strength h3 {
  height: 80px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.home-strengths {
	position: relative;
	width: 100%;
	background-color: #15263F;
	text-align: center;
	background-image: url('../images/home-strengths-bg.png');
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 80px 0 150px 0;
}
.home-strengths-header {
	width: 80%;
	margin: auto;
}
.home-strengths-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 80%;
	margin: 50px auto 0 auto;
	gap: 30px;
}
.home-strengths-strength {
	flex: 1 1 200px;
	max-width: 300px;
	font-family: "Arial", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	color: #FFF;
	text-align: center;
}
.home-strengths-strength img {
	width: 50%;
	margin-bottom: 10px;
}



.home-softwares {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding: 80px 0;
}

.home-softwares-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 80%;
	margin: auto;
}

.home-softwares-text {
	text-align: left;
}

.home-softwares-button {
	text-align: right;
}

.home-softwares-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin-top: 60px;
}

.home-softwares-logos img {
	width: 300px;
	max-width: 100%;
	cursor: pointer;
	transition: transform 0.2s ease;
}

.home-softwares-logos img:hover {
	transform: scale(1.03);
}



 .home-studies {
    max-width: 1300px;
    margin: 80px auto 0 auto; 
    padding: 0 40px;           
    box-sizing: border-box;

}
.home-studies-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	width: 100%;
      margin-bottom: 2%;
}

.home-studies-study {
	background-color: white;
	border: 1px solid #EFE2E2;
	border-radius: 10px;
	flex: 1 1 calc(33.333% - 40px); 
	max-width: calc(33.333% - 40px);
	height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 25px;
	box-sizing: border-box;
}

.home-studies-study-img {
  height: 250px;
  border-radius: 10px;
  overflow: hidden;      
  margin-bottom: 20px;
}

.home-studies-study-img img {
  width: 100%;          
  height: 100%;         
  object-fit: cover;     
  display: block;
}

.home-studies-study-text {
	flex-grow: 1;
	font-family: "Arial", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #74787C;
	text-align: justify;
}
.home-about {
  background-color: #15263F;
  padding: 50px 20px;
  text-align: center;
}

.home-about-flex {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.home-about-block {
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.home-about-block img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}


@media (max-width: 1554px) {
  #menu-topbar {
    padding-left: 300px;
    font-size: 12px;
  }

  #menu-logo {
    width: 220px;
    top: 14px;
  }

  #menu-main {
	padding-top:8px;
    left: 220px;
  }

  #menu-connexion {
    top: 70px;
    right: 10px;
    width: 140px;
  }

  .menu-menu > li {
    margin: 0 0.5rem;
  }

  .menu-menu {
    font-size: 14px;
    flex-wrap: wrap;
  }

  .menu-submenu, .menu-subsubmenu {
    min-width: 180px;
  }
}

#menu-burger {
  display: none;
}

#mobile-menu {
  display: none;
}
.accompagnement-left,
.accompagnement-right {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
	#menu{
	  height: 10%;
	}
	#menu-margin{
	  height: 10%;
	}
	#menu-logo {
		width: 200px;
		height: 60px;
		top: 10px;
	}
	html, body {
	  width: 100%;
	  overflow-x: hidden;
	}
	.home-studies-study {
		flex: 1 1 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
  .home-studies {
		padding: 0 20px;
		margin-top: 50px;
  }

  .home-studies-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .home-studies-study {
    width: 100% !important;
    max-width: 100%;
    min-height: auto;
    padding: 20px;
  }

  .home-studies-study-img {
    height: 180px;
    margin-bottom: 15px;
  }

  .home-studies-study-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .home-studies-study-text {
    font-size: 15px;
    line-height: 22px;
    text-align: left;
  }

  .home-studies-study-link {
    text-align: left;
    margin-top: 10px;
  }

  .link-arrow {
    font-size: 15px;
  }
	#menu-main {
		display: none;
	}
	.menu-open #mobile-menu {
		display: flex;
		overflow:auto;
	}
	.menu-open #menu-logo {
		 background-image: url('../images/menu-logo-blc.png');
		 z-index:10000;
	}
	
	#menu-burger {
		display: block;
		position: absolute;
		top: 2%;

		right: 20px;
		z-index: 1001;
		cursor: pointer;
    	position: fixed;
		top: 20px;
		right: 20px;
		z-index: 9999;
		cursor: pointer;
	}

	#menu-burger div {
		width: 30px;
		height: 4px;
		background-color: #46AFE8;
		margin: 6px 0;
		transition: 0.4s;
	}

	#mobile-menu {
		display: none;
		position: fixed;
		top: -60px;          
		left: 0;
		width: 100%;
		height: 100vh;   
		background-color: #15263F;
		z-index: 9999;
		flex-direction: column;
		padding-top: 150px; 
	}
	#mobile-menu {
		transition: transform 0.3s ease;
		transform: translateY(-100%);
	}
	.menu-open #mobile-menu {
		transform: translateY(0);
	}
	#mobile-menu a {
	  display: flex;
	  align-items: center;
	  gap: 12px;
	  color: white;
	  padding: 1rem 20px;
	  text-decoration: none;
	  font-size: 20px;
	  font-family: "Arial", sans-serif;
	  font-weight: 500;
	}

	#mobile-menu a:hover {
		background-color: #46AFE8;
		color: #15263F;
	}

	.menu-open #mobile-menu {
		display: flex;
	}
	body.menu-open .hide-when-mobile {
	display: none !important;
	} 
	body.menu-open #menu-main {
	display: none !important;
	}
	.menu-open #menu-burger div:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
	}
	.menu-open #menu-burger div:nth-child(2) {
	opacity: 0;
	}
	.menu-open #menu-burger div:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
	}
	#menu-topbar,
	#menu-connexion,
	#menu-french,
	#menu-linkedin,
	#menu-facebook,
	#menu-youtube {
	display: none !important;
	}


	body.menu-open #mobile-menu-close {
		display: block;
		line-height:40px;
	}
	.mobile-menu-item .submenu {
	  display: none;
	  padding-left: 20px;
	  flex-direction: column;
	}

	.mobile-menu-item.open .submenu {
	  display: flex;
	}
	.has-submenu > a {
	  position: relative;
	}


	.has-submenu > a {
	  display: flex;
	  align-items: center;
	  gap: 12px;
	  font-size: 20px;
	  padding: 1rem 20px;
	  text-decoration: none;
	  color: white;
	  font-family: "Arial", sans-serif;
	  font-weight: 500;
	}


	.has-submenu > a .chevron {
	  font-size: 18px;
	  transition: transform 0.3s ease;
	  margin-left: 8px;
	}
	.mobile-menu-item.open > a .chevron {
	  transform: rotate(180deg);
	}


#mobile-menu-logo {
  width: 180px;
  height: 60px;
  background-image: url('../images/menu-logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  cursor: pointer;
}


.mobile-menu-socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 10px 0 20px 0;
}


.social-icon {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.social-icon.linkedin {
  background-image: url('../images/menu-linkedin.svg');
}

.social-icon.facebook {
  background-image: url('../images/menu-facebook.svg');
}

.social-icon.youtube {
  background-image: url('../images/menu-youtube.svg');
}

.menu-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: inline-block;
}
.mobile-menu-top-deco {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: white;
  clip-path: polygon(0 0, 80% 0, 75% 100%, 0% 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  z-index: 10001;
}

.mobile-menu-logo-area {
  padding-left: 10px;
  height: 100%;
  display: flex;
  align-items: center;
}

#mobile-menu-logo {
  width: 160px;
  height: 60px;
  background-image: url('../images/menu-logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  cursor: pointer;
}
#mobile-menu-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  color: #102039;
  font-size: 24px;
  text-align: center;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 10001;
  cursor: pointer;
}

.text-gradient {
  background: linear-gradient(90deg, #46AFE8 0%, #15263F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
  #hero-text {
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    padding: 0 10px;
    z-index: 3;
  }
 #hero-section-formation::after,
 #hero-section-hazop::after,
 #hero-section-atex::after,
 #hero-section::after,
 #hero-section-acv::after,
 #hero-section-eco::after,
 #hero-section-bc::after,
  #hero-section-logiciel::after,
  #hero-section-qa::after,
  #hero-section-adms::after,
  #hero-section-about::after,
  #hero-section-contact::after,
  #hero-section-pe::after,
  #hero-section-mto::after,
  #hero-section-dad::after,
  #hero-section-sante::after,
  #hero-section-qai::after,
  #hero-section-olf::after,
  #hero-section-rejet::after,
  #hero-section-pollution::after,
  #hero-section-transport::after,
  #hero-section-realisation::after,
  #hero-section-blog::after,
  #hero-section-ra::after,
  #hero-section-pa::after,
  #hero-section-lh::after,
  #hero-section-xpMTO::after,
  #hero-section-amdec::after,
  #hero-section-risk::after,
  #hero-section-urban::after,
  #hero-section-poi::after,
  #hero-section-service::after {
    display: none;
  }
  .hero-eyebrow {
    font-size: 14px;
    padding-left: 20px;
  }

 .hero-text-detail {
    font-size: 18px;
    line-height: 26px;
  }
    .button-small {
    margin-top: 30px;
    font-size: 16px;
    height: 50px;
    padding: 0 25px;
  }

 #hero-section-qa {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/qa.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-pe {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/PE_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-mto {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/MTO_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-dad {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/hero-dad.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-adms {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/ADMS_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-about {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/home_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-adms {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/ADMS_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-about {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/contact_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-sante {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/SP_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-qai {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/QAI_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-olf {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/NO_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-rejet {
    position: relative;
    padding:100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/hero_rejet.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-pollution {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/PU_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-transport {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/hero-transport.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-realisation {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/REA_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-blog {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/blog_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-ra {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/RA_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-pa {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/PA_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-lh {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/LH_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-xpMTO {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/XPMTO_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-amdec {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/header-amdec.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-hazop {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/fortil7.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-atex {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/fortil4.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-risk {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/header_risk.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-urban {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/UA_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-poi {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/header-poi.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-logiciel {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/log.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-acv {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/ACV_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-eco {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/ECC_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-bc {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/BC_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 #hero-section-formation {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/FF_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }


  #hero-section-formation .hero-text,
  #hero-section-hazop .hero-text,
  #hero-section-atex .hero-text,
  #hero-section-logiciel .hero-text,
  #hero-section-bc .hero-text,
  #hero-section-acv .hero-text,
  #hero-section-qa .hero-text,
  #hero-section-adms .hero-text,
  #hero-section-about .hero-text,
  #hero-section-contact .hero-text,
  #hero-section-pe .hero-text,
  #hero-section-mto .hero-text,
  #hero-section-dad .hero-text,
  #hero-section-realisation .hero-text,
  #hero-section-blog .hero-text,
  #hero-section-ra .hero-text,
  #hero-section-pa .hero-text,
  #hero-section-lh .hero-text,
  #hero-section-sante .hero-text,
  #hero-section-qai .hero-text,
  #hero-section-olf .hero-text,
  #hero-section-rejet .hero-text,
  #hero-section-pollution .hero-text,
  #hero-section-transport .hero-text,
  #hero-section-xpMTO .hero-text,
  #hero-section-amdec .hero-text,
  #hero-section-risk .hero-text,
  #hero-section-urban .hero-text,
  #hero-section-poi .hero-text,
  #hero-section-eco .hero-text,
  #hero-section .hero-text,
  #hero-section-service .hero-text {
    position: relative;
    z-index: 2;
    padding: 40px;
    width: 100%;
    max-width: 770px;
    box-sizing: border-box;
    top: 5%;
    left: 0;
  }

  #hero-section-formation .hero-eyebrow,
  #hero-section-hazop .hero-eyebrow,
  #hero-section-atex .hero-eyebrow,
  #hero-section-logiciel .hero-eyebrow,
  #hero-section-bc .hero-eyebrow,
  #hero-section-acv .hero-eyebrow,
  #hero-section-eco .hero-eyebrow,
  #hero-section-qa .hero-eyebrow,
  #hero-section-adms .hero-eyebrow,
  #hero-section-about .hero-eyebrow,
  #hero-section-contact .hero-eyebrow,
  #hero-section-pe .hero-eyebrow,
  #hero-section-mto .hero-eyebrow,
  #hero-section-dad .hero-eyebrow,
  #hero-section-sante .hero-eyebrow,
  #hero-section-qai .hero-eyebrow,
  #hero-section-olf .hero-eyebrow,
  #hero-section-rejet .hero-eyebrow,
  #hero-section-pollution .hero-eyebrow,
  #hero-section-transport .hero-eyebrow,
  #hero-section-realisation .hero-eyebrow,
  #hero-section-blog .hero-eyebrow,
  #hero-section-ra .hero-eyebrow,
  #hero-section-pa .hero-eyebrow,
  #hero-section-lh .hero-eyebrow,
  #hero-section-xpMTO .hero-eyebrow,
  #hero-section-amdec .hero-eyebrow,
  #hero-section-risk .hero-eyebrow,
  #hero-section-urban .hero-eyebrow,
  #hero-section-poi .hero-eyebrow,
  #hero-section-service .hero-eyebrow,
  #hero-section .hero-eyebrow {
    display: none;
  }


  #hero-section-qa h1,
  #hero-section-adms h1,
  #hero-section-about h1,
  #hero-section-contact h1,
  #hero-section-formation h1,
  #hero-section-hazop h1,
  #hero-section-atex h1,
  #hero-section-bc h1,
  #hero-section-acv h1,
  #hero-section-eco h1,
  #hero-section-logiciel h1,
  #hero-section-pe h1,
  #hero-section-mto h1,
  #hero-section-dad h1,
  #hero-section-sante h1,
  #hero-section-qai h1,
  #hero-section-olf h1,
  #hero-section-rejet h1,
  #hero-section-transport h1,
  #hero-section-pollution h1,
  #hero-section-realisation h1,
  #hero-section-blog h1,
  #hero-section-ra h1,
  #hero-section-pa h1,
  #hero-section-lh h1,
  #hero-section-xpMTO h1,
  #hero-section-amdec h1,
  #hero-section-risk h1,
  #hero-section-urban h1,
  #hero-section-poi h1,
  #hero-section h1,
  #hero-section-qa h1 {
    font-size: 24px;
    line-height: 32px;
    color: #46AFE8;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    margin-bottom: 15px;
    margin-top: 0;
  }

  #hero-section-hazop .hero-text-detail,
  #hero-section-qa .hero-text-detail,
  #hero-section-adms .hero-text-detail,
  #hero-section-about .hero-text-detail,
  #hero-section-contact .hero-text-detail,
  #hero-section-atex .hero-text-detail,
  #hero-section-formation .hero-text-detail,
  #hero-section-bc .hero-text-detail,
  #hero-section-acv .hero-text-detail,
  #hero-section-eco .hero-text-detail,
  #hero-section-pe .hero-text-detail,
  #hero-section-logiciel .hero-text-detail,
  #hero-section-service .hero-text-detail,
  #hero-section-mto .hero-text-detail,
  #hero-section-dad .hero-text-detail,
  #hero-section-sante .hero-text-detail,
  #hero-section-qai .hero-text-detail,
  #hero-section-olf .hero-text-detail,
  #hero-section-rejet .hero-text-detail,
  #hero-section-pollution .hero-text-detail,
  #hero-section-transport .hero-text-detail,
  #hero-section-realisation .hero-text-detail,
  #hero-section-blog .hero-text-detail,
  #hero-section-ra .hero-text-detail,
  #hero-section-pa .hero-text-detail,
  #hero-section-lh .hero-text-detail,
  #hero-section-xpMTO .hero-text-detail,
  #hero-section-amdec .hero-text-detail,
  #hero-section-risk .hero-text-detail,
  #hero-section-urban .hero-text-detail,
  #hero-section-poi .hero-text-detail,
  #hero-section .hero-text-detail {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 30px;
    max-width: 770px;
  }

  #hero-section-formation .button-small,
  #hero-section-hazop .button-small,
  #hero-section-atex .button-small,
  #hero-section-acv .button-small,
  #hero-section-eco .button-small,
  #hero-section-bc .button-small,
  #hero-section-logiciel .button-small,
  #hero-section-service .button-small,
  #hero-section-mto .button-small,
  #hero-section-dad .button-small,
  #hero-section-sante .button-small,
  #hero-section-qai .button-small,
  #hero-section-olf .button-small,
  #hero-section-rejet .button-small,
  #hero-section-pollution .button-small,
  #hero-section-transport .button-small,
  #hero-section-realisation .button-small,
  #hero-section-blog .button-small,
  #hero-section-ra .button-small,
  #hero-section-pa .button-small,
  #hero-section-lh .button-small,
  #hero-section-xpMTO .button-small,
  #hero-section-amdec .button-small,
  #hero-section-risk .button-small,
  #hero-section-urban .button-small,
  #hero-section-poi .button-small,
  #hero-section-pe .button-small,
  #hero-section-adms .button-small,
  #hero-section-about .button-small,
  #hero-section-contact .button-small,
  #hero-section .button-small,
  #hero-section-qa .button-small {
    font-size: 16px;
    height: 48px;
    padding: 0 25px;
    border-radius: 24px;
    margin-top: 10px;
  }
  .hero-overlay{
	display: none;
  }
  .home-expertise-left{
	display: none;
  }
  .home-expertise{
	align-items: center;
	justify-content: center;
  }
  .home-expertise-right{
	width: 100%;
  }
  .home-ellipse{
	flex-direction: column-reverse;
	margin-top: 0;
  }
  .home-ellipse-left{
	width: 100%;
  }
  .home-ellipse-right{
	width: 100%;
  }
  .home-ellipse{
	width: 100%;
  }
  .partners{
	margin-top: 1em;
  }
  .accompagnement-left, .accompagnement-right{
     flex: 0 0 100% !important;  
    max-width: 100% !important;
    width: 100%;                
  }
@media (max-width: 992px) {
  .home-strengths-strength {
    flex: 1 1 48%;
    max-width: 48%;
  }
  
}

@media (max-width: 768px) {
  .home-strengths-strength {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

  .home-expertise {
  flex-direction: column;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.home-expertise-right {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  font-size: 16px;
  line-height: 26px;
}

.home-expertise-right h2 {
  font-size: 24px;
  line-height: 32px;
}

.ul-checked {
  font-size: 16px;
  line-height: 24px;
}

.ul-checked li {
  padding-left: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .home-softwares-table {
    width: 100%;
    padding: 20px;
    display: block;
  }

  .home-softwares-table tr {
    display: block;
    width: 100%;
  }

  .home-softwares-table td {
    display: block;
    width: 100%;
    text-align: center;
  }

  .home-softwares-table td[align="left"] {
    text-align: center;
    padding-bottom: 10px;
  }

  .home-softwares-table td[align="right"] {
    text-align: center;
    padding-bottom: 20px;
  }

  .home-softwares-table img {
    width: 80%;
    max-width: 300px;
    margin: 20px auto;
    display: block;
  }
}

  
}

 #mobile-menu-close {
	display: none;
	}
@media screen and (max-width: 768px) {

  #hero-section {
    position: relative;
    padding: 60px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
  #hero-section-service,
	#hero-section-hazop,
	#hero-section-atex,
	#hero-section-formation,
	#hero-section-bc,
	#hero-section-acv,
	#hero-section-eco,
	#hero-section-logiciel,
	#hero-section-qa,
	#hero-section-adms,
	#hero-section-about,
	#hero-section-contact,
	#hero-section-mto,
	#hero-section-dad,
	#hero-section-sante,
	#hero-section-qai,
	#hero-section-olf,
	#hero-section-rejet,
	#hero-section-pollution,
	#hero-section-transport,
	#hero-section-blog,
	#hero-section-ra,
	#hero-section-pa,
	#hero-section-lh,
	#hero-section-realisation,
	#hero-section-blog,
	#hero-section-ra,
	#hero-section-pa,
	#hero-section-lh,
	#hero-section-xpMTO,
	#hero-section-amdec,
	#hero-section-risk,
	#hero-section-urban,
	#hero-section-poi,
	#hero-section-pe {
    position: relative;
    padding: 100px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
  
  #hero-section-acv {
    position: relative;
    padding: 60px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/ACV_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
  #hero-section-eco {
    position: relative;
    padding: 60px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/ECC_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
  #hero-section-bc {
    position: relative;
    padding: 60px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/BC_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
  #hero-section-formation {
    position: relative;
    padding: 60px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/FF_1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
  #hero-section-hazop {
    position: relative;
    padding: 60px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/fortil7.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
  #hero-section-atex {
    position: relative;
    padding: 60px 0px 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../images/fortil7.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }


#hero-section-service::before,
#hero-section-hazop::before,
#hero-section-atex::before,
#hero-section-formation::before,
#hero-section-bc::before,
#hero-section-acv::before,
#hero-section-eco::before,
#hero-section-logiciel::before,
#hero-section-qa::before,
#hero-section-adms::before,
#hero-section-about::before,
#hero-section-contact::before,
#hero-section-mto::before,
#hero-section-dad::before,
#hero-section-sante::before,
#hero-section-qai::before,
#hero-section-olf::before,
#hero-section-rejet::before,
#hero-section-pollution::before,
#hero-section-transport::before,
#hero-section-blog::before,
#hero-section-ra::before,
#hero-section-pa::before,
#hero-section-lh::before,
#hero-section-realisation::before,
#hero-section-blog::before,
#hero-section-ra::before,
#hero-section-pa::before,
#hero-section-lh::before,
#hero-section-xpMTO::before,
#hero-section-amdec::before,
#hero-section-risk::before,
#hero-section-urban::before,
#hero-section-poi::before,
#hero-section-pe::before,
#hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 33, 61, 0.85);
  z-index: 1;
}


  .hero-overlay {
    display: none;
  }
.hero-text {
top: 0;
left: 0;
}

  .hero-eyebrow {
    font-size: 13px;
    letter-spacing: 0.25em;
    padding-left: 20px;
    color: #46AFE8;
    margin-bottom: 10px;
    position: relative;
  }

  .hero-eyebrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #46AFE8;
    border-radius: 50%;
  }

  h1.text-gradient {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #46AFE8;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    margin: 10px 0 20px;
  }

  .hero-text-detail {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 30px;
  }

  .button-small {
    display: inline-flex;
    font-size: 16px;
    height: 48px;
    padding: 0 25px;
    border-radius: 24px;
    margin-top: 10px;
  }

  #hero-section-service::after,
  #hero-section-formation::after,
  #hero-section-bc::after,
  #hero-section-acv::after,
  #hero-section-eco::after,
  #hero-section-logiciel::after,
  #hero-section-qa::after,
  #hero-section-adms::after,
  #hero-section-about::after,
  #hero-section-contact::after,
  #hero-section-mto::after,
  #hero-section-dad::after,
  #hero-section-sante::after,
  #hero-section-qai::after,
  #hero-section-olf::after,
  #hero-section-rejet::after,
  #hero-section-pollution::after,
  #hero-section-transport:after,
  #hero-section-realisation::after,
  #hero-section-blog::after,
  #hero-section-ra::after,
  #hero-section-lh::after,
  #hero-section-xpMTO::after,
  #hero-section-hazop::after,
  #hero-section-atex::after,
  #hero-section-amdec::after,
  #hero-section-risk::after,
  #hero-section-urban::after,
  #hero-section-poi::after,
  #hero-section-pe::after,
  #hero-section::after {
    display: none;
  }


}

.breadcrumb-wrapper {
  width: 100%;
  background-color: white;
  padding: 20px 0;
}

.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  color: #46AFE8;
  flex-wrap: wrap;
  gap: 8px;
}

.breadcrumb a {
  color: #46AFE8;
  text-decoration: none;
}

.breadcrumb a.active {
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}

.breadcrumb a.active::before {
  content: "  ";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background-color: #46AFE8;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.breadcrumb-separator {
  color: #46AFE8;
}


.home-expertises {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}

.home-expertises-title,
.home-expertises-description,
.home-expertises .eyebrow {
  text-align: left;
}

.home-expertises-title {
  color: #102039;
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 20px;
}

.home-expertises-description {
  color: #74787C;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  max-width: 800px;
  margin: 0 0 30px 0;
}

.home-expertises-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.expertise-card {
  background-color: #FAFAFA;
  border-radius: 16px;
  border-bottom: 4px solid #00B2F3;
  box-shadow: 0 0 0 1px #E5E5E5;
  padding: 40px 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 300px; 
  box-sizing: border-box;
}

.expertise-card:hover {
  transform: translateY(-4px);
}

.expertise-card img {
  width: 80px;
  margin-bottom: 20px;
}

.expertise-card h3 {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #102039;
  margin-bottom: 25px;
  text-align: center;
}

.button-outline {
  display: flex;
  width: 240px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #102039;
  background-color: white;
  color: #102039;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.button-outline::after {
  content: "→";
  font-size: 16px;
  transition: transform 0.2s ease;
}

.button-outline:hover {
  background-color: #102039;
  color: white;
}

.button-outline:hover::after {
  transform: translateX(4px);
}
@media screen and (max-width: 992px) {
  .home-expertises-grid {
    grid-template-columns: 1fr;
  }
}

.section-title {
  color: var(--dark-blue, #102039);
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.home-accompagnement {
  padding: 80px 20px;
  max-width: 1200px;
  margin: auto;
}
.accompagnement-card {
  display: flex;
  background-color: white;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 40px;
  gap: 40px;
  align-items: center;
  justify-content: center;
}



.accompagnement-left img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

.accompagnement-right .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  max-width: 90%;
}

.accompagnement-right p {
  color: #74787C;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.accompagnement-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accompagnement-list li {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  color: #102039;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.accompagnement-list img {
  width: 16px;
  margin-right: 10px;
}




.button-primary {
  display: inline-block;
  padding: 10px 24px;
  background-color: #00B2F3;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s ease;
  border-radius: 20px;
  width: 120px;
  text-align: center;
}

.button-primary:hover {
  background-color: #0099d1;
}


@media screen and (max-width: 768px) {
  .accompagnement-card {
    flex-direction: column;
    padding: 20px;
  }
}


.bg-testimonial {
	background-image: url('../images/bg-testimonial.svg');
	background-repeat: no-repeat;
	background-size: cover;
  color: white;
  padding: 80px 20px;
}
.bg-testimonial-vo {
	background-image: url('../images/bg-testimonial-vo.png');
	background-repeat: no-repeat;
	background-size: cover;
  color: white;
  padding: 80px 20px;
}

.testimonial-container {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  max-width: 1300px;
  margin: auto;
  gap: 60px;
  flex-wrap: wrap;
}
.testimonial-container-atex {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  max-width: 1300px;
  margin: auto;
  gap: 60px;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.title-atex{
  text-align: center;
}

.testimonial-left {
  flex: 1 1 50%;
   max-width: 600px;
}

.testimonial-eyebrow {
  color: #46AFE8;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.testimonial-left h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: Arial, sans-serif;
  color: white;
}

.testimonial-quote {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 30px;
}

.testimonial-quote p {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #D9D9D9;
}

.quote-icon {
  width: 32px;
  margin-top: 5px;
}

.testimonial-profile {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-info strong {
  display: block;
  color: white;
  font-size: 16px;
}

.testimonial-info span {
  font-size: 14px;
  color: #B0B0B0;
}

.testimonial-right {
  flex: 1 1 30%;
  display: flex;
  justify-content: flex-end;
}

.testimonial-right img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 990px) {
  .testimonial-right {
    display: none;
  }

  .testimonial-container {
    flex-direction: column;
    text-align: center;
  }

  .testimonial-left {
    width: 100%;
  }

  .testimonial-quote {
    justify-content: center;
  }
}

.blog-section {
  max-width: 1300px;
  margin: auto;
  padding: 80px 20px;
}

.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.blog-header .eyebrow {
  color: #46AFE8;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
}

.blog-header h2 {
  font-size: 28px;
  color: #0a1a30;
  font-weight: bold;
  margin-top: 10px;
  flex: 1;
}

.blog-header .btn-blue {
  background-color: #009FE3;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
}

.blog-cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-card {
  flex: 1 1 calc(33.333% - 20px);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.blog-card img {
  width: 100%;
  height: auto;
  display: block;
}

.card-gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #0A1A30 100%);
  color: white;
  padding-bottom: 30px; 
  padding-right: 30px; 
  display: flex;
  flex-direction: column;
}

.blog-category {
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 10%;
}

.blog-card h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}

.blog-date {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: white;
  color: #0A1A30;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 13px;
  margin-bottom: 10px;
}

.blog-date img {
  width: 16px;
  height: 16px;
}

.blog-link {
  align-self: flex-end;
  margin-top: auto;
  color: #46AFE8;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  padding-right: 8%;
}
@media screen and (max-width: 990px) {
  .blog-cards {
    flex-direction: column;
    gap: 20px;
  }

  .blog-card {
    flex: 1 1 100%;
  }

  .blog-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-header h2 {
    margin-bottom: 10px;
  }

  .blog-header .btn-blue {
    margin-top: 0;
  }
}
.air-services {
  padding: 80px 20px;
  background-color: #fff;
  max-width: 1200px;
  margin: auto;
}

.air-services .eyebrow,
.air-services-title {
  text-align: left;
}
.air-services .eyebrow {
  color: #46AFE8;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.air-services-title {
  font-size: 32px;
  color: #0a1a30;
  font-weight: bold;
  margin-bottom: 40px;
}

.air-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  justify-content: center;
}

.air-service-card {

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
    border-bottom: 4px solid #00B2F3;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.air-service-card:hover {
  transform: translateY(-5px);
}

.air-service-card img {
  height: 60px;
  margin-bottom: 20px;
}

.air-service-card h3 {
  font-size: 18px;
  color: #0a1a30;
  margin-bottom: 15px;
  font-weight: bold;
}
.light-grey{
    font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  min-height: 100px;
}
.air-service-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  min-height: 100px;
}

.air-service-card .button-outline {
  background: white;
  border: 1px solid #009FE3;
  color: #0a1a30;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.air-service-card .button-outline:hover {
  background: #009FE3;
  color: white;
}
.why-numtech {
  background-image: url('../images/bgair.png');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}
.why-poi {
  color: #15263F;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.why-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.why-container-poi {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: baseline;
}

.why-left {
  flex: 1 1 30%;
  text-align: center;
}
.why-left-poi {
  flex: 1 1 50%;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.why-left img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.why-right {
  flex: 1 1 500px;
}

.odor-left {
  flex: 1 1 500px;
  text-align: left;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #46AFE8;
  margin-bottom: 10px;
}

.why-right h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: white;
}

.desc {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #cfd7e1;
}
.desc-poi {

  color: #74787C!important;
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.why-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 15px;
}

.why-list .dot {
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #46AFE8;
  border-radius: 50%;
}

.button-primary {
  display: inline-block;
  padding: 12px 28px;
  background-color: #00B2F3;
  color: white;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.button-primary:hover {
  background-color: #0092cc;
}
.call-banner-wrapper {
  position: relative;
  z-index: 2;
  margin-top: -60px; 
  display: flex;
  justify-content: center;
}

.call-banner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #46AFE8;
  border-radius: 20px;
  padding: 20px 30px;
  max-width: 1000px;
  width: 90%;
  color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
}

.call-banner-left img {
  height: 180px;
}

.call-banner-right {
  text-align: right;
}

.banner-subtitle {
  font-size: 16px;
  margin: 0;
}

.banner-phone {
  font-size: 28px;
  font-weight: bold;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 900px) {
  .call-banner-wrapper{
    display: none;
  }
}
.software-section {
  text-align: center;
  padding: 40px 20px;
}

.software-header {
  position: relative;
  margin-bottom: 30px;
}


.software-header .bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #46AFE8;
  border-radius: 50%;
  margin-right: 8px;
}

.software-header h2 {
  font-size: 24px;
  margin: 10px 0;
  color: #102039;
}

.discover-btn {
  background: #00ADEE;
  color: white;
  padding: 10px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}

.software-carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.software-carousel-log {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cards-container {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  max-width: 90vw;
  padding: 20px 0;
  justify-content: center;
}

.card {
  flex: 0 0 250px;
  position: relative;
  border-radius: 20px;
  transition: all 0.3s ease;
  text-align: center;
  padding: 10px;
}

.card img {
  width: 100%;
  border-radius: 15px;
}

.card h3 {
  margin: 10px 0;
  font-size: 16px;
  color: #102039;
}

.btn-hover {
  display: none;
  background-color: #ffffff;
  border: 2px solid #15263F;
  color: #15263F;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 10px;
  margin-top: 10px;
  text-decoration: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.card:hover {
  background-color: #46AFE8;
  box-shadow: 0 0 0 5px #46AFE8;
}

.card:hover .btn-hover {
  display: inline-block;
}

.arrow {
  font-size: 30px;
  cursor: pointer;
  padding: 10px;
  user-select: none;
  background-color: #00ADEE;
  color: white;
  border-radius: 50%;
  margin: 0 10px;
}
.software-mobile-only {
  display: none;
}

@media screen and (max-width: 825px) {
  .software-carousel {
    display: none;
  }

  .software-mobile-only {
    display: block;
    text-align: center;
    margin-top: 30px;
  }

  .software-mobile-only p {
    font-size: 16px;
    color: #102039;
    margin-bottom: 15px;
    padding: 0 20px;
  }

.discover-btn {
    background-color: #00ADEE;
    color: white;
    padding: 10px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
  }

  .d-none{
    display: none; 
  }
}

.perf-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 60px auto;
  max-width: 1200px;
  padding: 0 20px;
}

.perf-text {
  display: flex;
  max-width: 400px;
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #102039;
  line-height: 1.6;
  flex-direction: column;
  justify-content: center;
}

.perf-services-grid {
  flex: 2 1 600px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.perf-service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F9F9F9;
  padding: 30px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  border-bottom: 5px solid #00AEEF;
  transition: transform 0.2s;
}

.perf-service-card:hover {
  transform: translateY(-4px);
}

.perf-service-card img {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}

.perf-service-card h3 {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #102039;
}

.perf-service-card .button-outline {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #102039;
  color: #102039;
  border-radius: 4px;
  font-size: 0.95rem;
  transition: background 0.2s, color 0.2s;
  margin-top: auto; 
}

.perf-service-card:hover .button-outline {
  background-color: #102039;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .perf-section {
    flex-direction: column;
    align-items: center;
  }

  .perf-text {
    max-width: 100%;
  }

  .perf-services-grid {
    width: 100%;
  }
}

.articles-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}



.articles-section h2 {
  font-size: 32px;
  color: #102039;
  margin-bottom: 40px;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 30px;
}


.article-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 12px;
  height: 340px;
  color: white;
  text-decoration: none;
 background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, var(--bg-bleu-fonc, rgba(21, 38, 63, 0.80)) 90%);
backdrop-filter: blur(11.199999809265137px);
}

.card-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  object-fit: cover;
  pointer-events: none;
}

.card-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
}

.card-tag {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #44b1e9;
  font-weight: bold;
}

.card-content h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0 auto;
  color: white;
  line-height: 30px;
}

.card-button {
  position: relative;
  display: flex;
  background-color: rgba(16, 32, 57, 0.6);
  border-radius: 6px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 12px;
  height: 36px;
  width: 180px;
  overflow: visible;
  align-items: center;
}

.card-button span {
  line-height: 20px;
}

.arrow-circle {
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-circle::before {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #102039;
  border-bottom: 2px solid #102039;
  transform: rotate(15deg);
  display: block;
}



.article-card:hover .card-button {
  background-color:#44b1e9
}

@media screen and (max-width: 768px) {
  .articles-grid {
    grid-template-columns: 1fr;
  }
}

.lighthouse-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}


.lighthouse-section h2 {
  font-size: 28px;
  font-weight: bold;
  color: #102039;
  margin-bottom: 40px;
}

.lighthouse-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  background-color: #fff;
  border: 1px solid #EEE;
  border-radius: 12px;
  padding: 40px;
  align-items: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.03);
}

.lighthouse-image {
  flex: 1 1 400px;
  text-align: center;
}

.lighthouse-image img {
  max-width: 100%;
  height: auto;
}

.lighthouse-text {
  flex: 1 1 400px;
  color: #102039;
  font-family: Arial, sans-serif;
}

.lighthouse-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.lighthouse-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.lighthouse-list li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 12px;
  font-size: 16px;
  color: #102039;
}

.lighthouse-list li::before {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url('../images/check.svg'); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-text-pollution {
  color: #fff;                   
  padding: 10px 15px;             
  border-radius: 6px;             
}

.PU img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto 15px;
}
.light-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}


.risques-services {
  padding: 80px 20px;
  background-color: #fff;
  max-width: 1200px;
  margin: auto;
}

.risques-services .eyebrow,
.risques-services-title {
  text-align: left;
}
.risques-services .eyebrow {
  color: #46AFE8;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.risques-services-title {
  font-size: 32px;
  color: #0a1a30;
  font-weight: bold;
  margin-bottom: 40px;
}

.risques-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .risques-services-grid {
    grid-template-columns: 1fr; 
  }
}
.risques-service-card {

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; 
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
    border-bottom: 4px solid #00B2F3;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.risques-service-card:hover {
  transform: translateY(-5px);
}

.risques-service-card img {
  height: 60px;
  margin-bottom: 20px;
}

.risques-service-card h3 {
  font-size: 18px;
  color: #0a1a30;
  margin-bottom: 15px;
  font-weight: bold;
}

.risques-service-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  min-height: 100px;
}

.risques-service-card .button-outline {
  background: white;
  border: 1px solid #009FE3;
  color: #0a1a30;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.risques-service-card .button-outline:hover {
  background: #009FE3;
  color: white;
}
.mobile-only{
  display: none;
}
@media (max-width: 992px) {
  .mobile-only{
    display: flex;
  }
  .software-carousel-log{
    display: none;
  }
}

  .logiciels-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  color: #102039;
  font-family: Arial, sans-serif;
}

.logiciels-section h2 {
  font-size: 28px;
  font-weight: bold;
  color: #102039;
  margin-bottom: 10px;
}

.logiciels-section p {
  font-size: 15px;
  color: #6A6A6A;
  margin-bottom: 20px;
}

.logiciels-list {
  list-style: none;
  padding-left: 0;
}

.logiciels-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.logiciels-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background-image: url('../images/check.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.logiciel-services {
  padding: 80px 20px;
  max-width: 1200px;
  margin: auto;
  text-align: left;
}

.logiciel-services .eyebrow {
  color: #46AFE8;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.logiciel-services-title {
  font-size: 28px;
  font-weight: bold;
  color: #0a1a30;
  margin-bottom: 40px;
}

.logiciel-services-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.logiciel-service-card {
  background-color: #e0e0e0; 
  border-radius: 8px;
  width: 280px;
  height: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}

.card-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  display: block;
}


.logiciel-button {
  background-color: #3CB6F2;
  color: white;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  transition: background-color 0.2s ease;
  border: 1px solid #009FE3;
  border-bottom: 0px;
}

.logiciel-button:hover {
  background-color: #009FE3;
}
.acv-section {
  font-family: Arial, Helvetica, sans-serif;
  padding: 60px 20px;
  background: #fff;
  border: 1px solid #eee;
  max-width: 900px;
  margin: 3% auto;
  border-radius: 20px;
}

.acv-container {
  max-width: 800px;
  margin: auto;
}



.acv-section h2 {
  font-size: 22px;
  color: #0A1A30;
  margin-bottom: 20px;
  font-weight: bold;
}

.acv-section .intro,
.acv-section .conclusion {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}

.acv-bloc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 60px auto;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
}
.acv-bloc-30 {
  display: flex;
  flex-wrap: wrap;
align-items: canter;
  justify-content: center;
  max-width: 1300px;
  margin: 60px auto;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
}
.border-none {
border: none!important;
}
.acv-bloc .acv-image,
.acv-bloc .acv-image2,
.acv-bloc .acv-text {
  flex: 1 1 50%;
  padding: 40px;
  box-sizing: border-box;
}
.acv-image-30{
  flex: 1 1 20%;
  padding: 20px;
  box-sizing: border-box;
}
.acv-text-30{
  flex: 1 1 20%;
  padding: 15px;
  box-sizing: border-box;
}
.acv-text li{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1%;
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.6;
}
.acv-bloc .acv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
  border-radius: 6px;
}
.acv-bloc-30 .acv-image-30 img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
  border-radius: 6px;
}
.acv-bloc .acv-image2 img {
  width: 100%;
  height: 100%;

  display: block;
  border-radius: 6px;
}

.acv-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.acv-bloc .acv-text h3 {
  font-size: 22px;
  color: #0A1A30;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: bold;
}

.acv-bloc .acv-text p {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.6;
}

.acv-bloc .acv-text .acv-note {
  color: #666;
  font-size: 13px;
}

.acv-bloc .acv-text .button-blue {
  background-color: #46AFE8;
  border: none;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}

.acv-reverse {
  flex-direction: row-reverse;
}

@media (max-width: 992px) {
  .acv-bloc {
    flex-direction: column;
  }
  .acv-bloc .acv-text,
  .acv-bloc .acv-image {
    padding: 20px;
  }
}
.acv-deliverables {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

.acv-deliverables h3 {
  font-size: 20px;
  color: #0A1A30;
  font-weight: bold;
  margin-bottom: 10px;
}

.acv-deliverables-subtitle {
  font-size: 13px;
  color: #4A4A4A;
  margin-bottom: 40px;
}

.acv-deliverables-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}


.deliverable-item {
  flex: 1 1 28%;
  min-width: 250px;
  text-align: center;
  color: #4A4A4A;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}
.deliverable-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.deliverable-item img {
  width: 40px;
  height: auto;
  margin-bottom: 15px;
}

.deliverable-item p {
  font-size: 14px;
  line-height: 1.5;
}

.deliverable-item strong {
  color: #0A1A30;
}

@media (max-width: 768px) {
  .acv-deliverables-grid {
    flex-direction: column;
    align-items: center;
  }

  .deliverable-item {
    width: 100%;
  }
}
.acv-industrie {
  background-color: #0A1A30;
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.acv-industrie .eyebrow {
  color: #46AFE8;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.acv-industrie h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}

.acv-industrie-desc {
  font-size: 14px;
  color: #D2D6DD;
  margin-bottom: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.acv-industrie-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.industrie-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 960px;
  margin: 40px auto 0 auto;
  padding: 0 20px;
  gap: 20px;
}

.industrie-item {
  text-align: center;
  flex: 1;
  min-width: 0;
}

.industrie-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px;
}


.industrie-item .nom {
  font-weight: bold;
  font-size: 16px;
  margin: 5px 0;
}

.industrie-item .secteur {
  font-size: 13px;
  color: #AAB4C3;
}

@media (max-width: 768px) {
  .acv-industrie-logos {
    flex-direction: column;
    align-items: center;
  }
}

.deliverable-item p {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
.deliverable-item {
  text-align: left; 
}

.bc-deliverables {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

.bc-deliverables h3 {
  font-size: 22px;
  color: #0A1A30;
  font-weight: bold;
  margin-bottom: 40px;
}

.bc-deliverables-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  text-align: left;
}

.deliverable-item {
  background-color: #F9FAFB;
  padding: 25px;
  border-radius: 8px;
  flex: 1 1 30%;
  min-width: 280px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.deliverable-item h4 {
  font-size: 16px;
  font-weight: bold;
  color: #0A1A30;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px; 
}

.deliverable-item h4 img {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

.deliverable-item ul {
  padding-left: 18px;
  font-size: 14px;
  color: #4A4A4A;
  line-height: 1.6;
  list-style-position: inside;
  text-align: left; 
}


.deliverable-item ul li {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .bc-deliverables-grid {
    flex-direction: column;
    align-items: center;
  }

  .deliverable-item {
    width: 100%;
  }
}
.centered-card {

  margin: 0 auto; 
  flex: 0 1 calc(55% - 20px); 
}
@media (max-width: 768px) {
  .bc-deliverables {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bc-deliverables-grid {
    padding: 0; 
  }

  .deliverable-item,
  .centered-card {
    flex: unset !important;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
}

.bc-frise {
  max-width: 1200px;
  margin: 100px auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
    overflow: hidden;
}
.ellipse-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;
  max-width: 150%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
.bc-frise .eyebrow {
  font-size: 13px;
  color: #46AFE8;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.bc-frise h3 {
  font-size: 24px;
  font-weight: bold;
  color: #0A1A30;
  margin-bottom: 80px;
}

.frise-wrapper {
  position: relative;
}

.frise-line {
  display: flex;
  justify-content: space-around;
  gap: 60px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.frise-line.bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
   align-items: flex-start;
}

.frise-item {
  width: 300px;
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}

.frise-item.reverse {
  flex-direction: row-reverse;
  text-align: right;
}

.frise-item .icon {
  background-color: #46AFE8;
  border-radius: 20px;
  width: 80px;
  height: 80px;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.frise-item .icon img {
  max-width: 60px;
  height: auto;
}

.frise-item .text {
  max-width: 250px;
}

.frise-item .text strong {
  font-size: 14px;
  font-weight: bold;
  color: #0A1A30;
  margin-bottom: 5px;
  display: block;
}

.frise-item .text p {
  font-size: 13px;
  color: #4A4A4A;
  line-height: 1.5;
  margin: 0;
}

.frise-timeline {
  position: relative;
  height: 0;
  border-top: 2px dashed #C4CDD5; 
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.frise-timeline .dot {
  width: 16px;
  height: 16px;
  background-color: #C4CDD5;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.frise-item .text p {
  font-size: 13px;
  color: #737373;
  line-height: 1.5;
  margin: 0;
}

.frise-item .text strong {
  font-size: 16px;
  font-weight: bold;
  color: #0A1A30;
  margin-bottom: 5px;
  display: block;
  font-family: "CenturyGothic", sans-serif;
}
.frise-line.top {
  display: flex;
  justify-content: space-between;
  gap: 0;
}

.frise-line.top .frise-item {
  flex: 0 0 48%;
  max-width: 48%;
  justify-content: flex-start;
}
.timeline-vertical{
  display: none;
}
@media screen and (max-width: 1060px) {
  .timeline-vertical{
  display: block;
}
  .bc-frise h3 {
    text-align: center;
    margin-bottom: 40px;
  }

  .frise-line,
  .frise-timeline {
    display: none;
  }

  .frise-wrapper {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline-vertical {
    position: relative;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 2px dotted #C4CDD5;
    max-width: 600px;
  }

  .timeline-step {
    position: relative;
    margin: 50px 0;
    padding-left: 30px;
  }

  .timeline-step .dot {
    position: absolute;
    left: -9px;
    top: 0;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 4px solid #C4CDD5;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  }

  .timeline-step .content {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .timeline-step .icon {
    width: 80px;
    height: 80px;
    background-color: #46AFE8;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    flex-shrink: 0;
  }

  .timeline-step .icon img {
    max-width: 60px;
    height: auto;
  }

  .timeline-step strong {
    font-size: 16px;
    font-weight: bold;
    color: #0A1A30;
    display: block;
    font-family: "CenturyGothic", sans-serif;
    margin-bottom: 5px;
  }

  .timeline-step p {
    font-size: 13px;
    color: #737373;
    line-height: 1.5;
    margin: 0;
  }
  .frise-line.top,
  .frise-line.bottom{
    display: none;
  }
}
.testimonialBC {
  background-color: #F4FAFC; 
  padding: 60px 20px;
  text-align: center;
}

.testimonialBC-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.testimonialBC-eyebrow {
  font-family: "CenturyGothic";
  color: #00A5E5;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

.testimonialBC-quote {
  font-family: "Arial", sans-serif;
  font-size: 28px;
  line-height: 1.6;
  color: #111;
  font-weight: 400;
  margin-bottom: 30px;
}

.testimonialBC-source {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #555;
}
.formation-details {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.detail-box {
  border: 1px solid #46AFE8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(70, 175, 232, 0.1);
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.detail-box img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-top: 4px;
}

.detail-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.detail-box ul {
  margin: 0;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.5;
}
.fresques-section {
  padding: 60px 20px;
  background-color: #fff;
}

.fresques-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.fresques-image {
  flex: 1 1 40%;
}
.fresques-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.fresques-content {
  flex: 1 1 55%;
  font-family: Arial, sans-serif;
}

.fresques-content .eyebrow {
  margin-bottom: 10px;
}

.fresques-content h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #102039;
}

.fresques-content .intro {
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}

.fresques-block {
  margin-bottom: 25px;
}

.fresques-block h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #102039;
}

.fresques-list {
  list-style: none;
  padding-left: 0;
}

.fresques-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.fresques-list .icon {
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background: url(' ../images/check.svg') no-repeat center center;
  background-size: contain;
}
.accompagnement-section {
  background-color: #fff;
  text-align: center;
  padding: 80px 20px 60px;

}

.accompagnement-content {
  max-width: 800px;
  margin: 0 auto;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  color: #1a75bc;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.accompagnement-content h2 {
  font-size: 24px;
  color: #102039;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1.4;
}

.accompagnement-content h2 strong {
  font-weight: 700;
}

.accompagnement-text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.faq-section {
  padding: 80px 20px;
  background-color: #fff;
}

.faq-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}
.faq-title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;

}

.faq-image {
  flex: 1 1 45%;
}

.faq-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
    min-height: 500px;
  display: flex;
  align-items: center;
  object-fit: cover;
}

.faq-content {
  flex: 1 1 50%;
}

.faq-content .eyebrow {
  color: #1a75bc;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.faq-content h2 {
  font-size: 28px;
  color: #102039;
  margin-top: 10px;
  margin-bottom: 16px;
}

.faq-intro {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 30px;
}

.faq-list {
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 0;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.faq-toggle {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  gap: 12px;
  position: relative;
}

.faq-index {
  color: #46AFE8;
  font-weight: bold;
  width: 32px;
  flex-shrink: 0;
}

.faq-question {
  flex-grow: 1;
  font-weight: 500;
  color: #000;
}

.faq-icon {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  font-size: 14px;
  color: #999;
}

.faq-item.active .faq-icon {
  transform: rotate(90deg);
}

.faq-answer {
  display: none;
  padding: 0 20px 16px 64px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  display: block;
}

.poi-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 40px;
}
.poi-column {
  flex: 1 1 30%;
  min-width: 280px;
  padding-left: 30px;
  box-sizing: border-box;
}

.poi-column:not(:first-child) {
  border-left: 1px solid #46AFE8; 
}
.poi-column .dropcap {
  font-size: 34px;
  font-weight: bold;
  float: left;
  line-height: 1;
  margin-right: 6px;
  font-family: 'Georgia', serif;
  color: #102039;
}
.poi-container{
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
.mt-10{
  margin-top: 10%;
}
@media (max-width: 768px) {
  .poi-columns {
    flex-direction: column;
    gap: 40px;
  }

  .poi-column {
    min-width: 100%;
    padding-left: 0;
    border-left: none !important;
  }

  .poi-column:not(:first-child) {
    border-left: none;
  }

  .poi-container {
    padding: 0 20px;
  }

  .cta-button {
    display: block;
    margin: 40px auto 0 auto;
  }
}

.amdec-wrapper {
  border: 1px solid #D9D9D9;
  padding: 40px;
  border-radius: 6px;
  background-color: #fff;
  max-width: 1200px;
  margin: 60px auto;
}

.amdec-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 40px;
}

.amdec-image {
  flex: 1 1 45%;
}

.amdec-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.amdec-content {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.amdec-content h2 {
  margin-top: 0;
}


.schema-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 2%;
}
.amdec-mobile-steps {
  display: none;
}

.schema-container {
  display: block;
}

.step-list {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}

.step-list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.step-number {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #46AFE8;
  color: white;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  flex-shrink: 0;
}

@media (max-width: 1300px) {
.amdec-mobile-steps {
    display: block;
    padding: 20px;
    text-align: center;
  }

  .amdec-mobile-steps .step-list li {
    flex-direction: column;
    align-items: center;
  }

  .amdec-mobile-steps .step-number {
    margin-bottom: 10px;
  }

  .amdec-mobile-steps .step-list li div {
    text-align: center;
  } 
    .schema-container {
    display: none;
  }
}


@media (max-width: 992px) {
  .schema-container {
    display: none;
  }

  .amdec-mobile-steps {
    display: block;
    padding: 20px;
  }
}


.hazop-section {
  background-color: #fff;
  padding: 60px 0;
}

.hazop-bg {
  background-image: url('../images/bg-dotted-worldmap.png'); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1140px) {
  .hazop-bg {
    background-image: none !important;
    background-color: #ffffff;
  }
}

.hazop-flow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 60px;
}

.flow-step {
  position: relative;
  background-color: #fff;
  padding: 14px 28px;
  font-weight: bold;
  font-size: 14px;
  color: #102039;
  border: 1px solid #ccc;
  text-align: center;
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0% 50%);
  margin-right: -20px;
  z-index: 1;
}

.flow-step.active {
  background-color: #102039;
  color: white;
  z-index: 2;
}

.hazop-content {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.hazop-objectives {
  flex: 1 1 500px;
  background-color: white;
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.hazop-table-image {
  flex: 1 1 500px;
  text-align: center;
}

.hazop-table-image h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.hazop-table-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.dad-table-image {
  flex: 1 1 500px;
  text-align: left;
  padding: 30px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



@media (max-width: 690px) {
.hazop-flow {
    display: none;
    
  }
}
.atex-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.atex-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  background-color: #f8f9fb;
  padding: 14px 18px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
  transition: transform 0.2s ease;
}

.atex-list li:hover {
  transform: translateY(-2px);
}

.atex-list li img {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  flex-shrink: 0;
}
.atex-steps {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}

.atex-steps li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
  background-color: #f8f9fb;
  padding: 16px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.atex-steps li:hover {
  transform: translateY(-2px);
}

.step-number {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background-color: #46AFE8;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
}
.atex-bullets {
  list-style: none;
  padding-left: 0;
  margin: 16px 0;
}

.atex-bullets li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  line-height: 1.6;
}

.atex-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #B0B0B0;
  border-radius: 50%;
}
.lang-switch {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}

.flag {
  width: 24px;
  height: auto;
  vertical-align: middle;
}

.lang-dropdown {
  display: none;
  position: absolute;
  top: 34px;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 999;
  padding: 10px 0;
  border-radius: 4px;
  min-width: 100px;
}

.lang-dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  text-decoration: none;
  color: #102039;
  font-size: 14px;
  white-space: nowrap;
}

.lang-dropdown a:hover {
  background-color: #f0f0f0;
}
#language-selector {
	position: absolute;
	right: 20px;
	cursor: pointer;
}
#language-selector img.flag {
	width: 35px;
	height: auto;
	vertical-align: middle;
}

#lang-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: white;
	border: 1px solid #ccc;
	z-index: 1000;
}

#language-selector:hover #lang-menu {
	display: block;
}
.mobile-lang-selector {
  margin-top: 20px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.mobile-lang-selector a {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  color: #102039;
  font-weight: 500;
}

.mobile-lang-selector img.flag {
  width: 24px;
  margin-right: 8px;
}
.section-dad-strengths {
  background-image: url('../images/bgair.png');
  background-size: cover;
  background-position: center;
    color: #fff;
    padding: 60px 20px;
}
.section-xpMTO-strengths {
  background-image: url('../images/bgair.png');
  background-size: cover;
  background-position: center;

    color: #fff;
    padding: 60px 20px;
   
}
.bloc-usage{
  max-width: 1300px;
  margin: auto;
   display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap; 
}

@media (max-width: 800px) {
  .bloc-usage {
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
    text-align: left;
  }
  .bloc-usage img {
    max-width: 320px;
    margin-bottom: 20px;
  }
  .section-xpMTO-strengths {
    padding: 40px 8px;
  }
}
.xpMTO-usecases {
  list-style: none;
  padding: 0;
  margin: 0;
}
.xpMTO-usecases li {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 24px;
  color: white;
}

.xpMTO-line {
  display: flex;

  align-items: flex-start!important; 
  gap: 8px;

}

.xpMTO-usecases img {
  width: 24px;
  flex-shrink: 0;

}

.xpMTO-title {
  font-weight: bold;
  font-size: 1.1em;
}

.xpMTO-desc {
  display: block;
  font-size: 1em;
  margin-left: 32px;
  color: #e3ecf8;
}

@media (min-width: 521px) {
  .xpMTO-usecases li {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .xpMTO-line {
    margin-bottom: 0;
    display: flex;
        align-items: center;
  }
  .xpMTO-desc {
    margin-left: 0;
  }
  .xpMTO-usecases img {
margin-top: 0px;

}
}



.dad-strengths-wrapper {
    max-width: 1300px;
    margin: auto;
    text-align: center;
    position: relative;
        padding-bottom: 120px;
}

.dad-title {
    font-size: 2em;
    margin-bottom: 40px;
    color: #fff;
}

.dad-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    justify-content: center;
    margin-bottom: 60px;
}
.xpMTO-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.xpMTO-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}

.xpMTO-row.center {
  justify-content: center;
}
@media (max-width: 1050px) {
  .xpMTO-row {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .xpMTO-row .dad-card {
    flex: 1 1 45%; 
    min-width: 280px;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 650px) {
  .xpMTO-row {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .dad-card {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;           
    padding: 25px 18px;       
    box-sizing: border-box;
    border-radius: 10px;
  }
  .xpMTO-grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.dad-card {
  flex: 1 1 0;
  min-width: 260px;
  max-width: 300px;
}


.dad-card {
    background: #fff;
    color: #000;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 240px;
}

.dad-card h3 {
    font-size: 1.1em;
    margin-bottom: 10px;
}

.dad-card p {
    font-size: 0.95em;
    margin-bottom: 20px;
}

.dad-card img {
    width: 40px;
    height: auto;
    align-self: end;
}


.dad-cta {
background: #00bfff url('../images/volute.png') no-repeat left center;
    background-size: cover;
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    width: 90%;
    max-width: 1100px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -120px;
    z-index: 10;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
.dad-cta2 {
	background: #00bfff url('../images/volute.png') no-repeat left center;
    background-size: cover;
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    width: 90%;
    max-width: 1100px;
    margin: auto;
	margin-bottom: 50px;
    z-index: 10;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
.dad-flex{
  display: flex ;
  justify-content: space-around;
  align-items: center;
}
.left{
  text-align: left;
  color: #0e1f39 ;
  font-weight: bold;
}
.dad-cta2 .cta-text
.dad-cta .cta-text {
    flex: 1;
    min-width: 280px;
}


.dad-cta2 .cta-button-dad ,
.dad-cta .cta-button-dad {
    padding: 14px 28px;
    background: #0e1f39;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    transition: background 0.3s ease;
    width: 100%;
}

.dad-cta2 .cta-button-dad:hover,
.dad-cta .cta-button-dad:hover {
    background: #1d3259;
}
.section-testimonials {
  position: relative;
  background: #fff;
  padding: 80px 30px;
  overflow: hidden;
}

.testimonials-wrapper {
  max-width: 1300px;
  margin: auto;
}



.testimonials-title {
  font-size: 2em;
  margin-bottom: 60px;
  color: #0c2039;
  font-weight: 700;
}

.testimonial {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.testimonial-text {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  position: relative;
}

.quote-icon {
  width: 40px;
  margin-bottom: 20px;
}

.testimonial-content {
  font-size: 1em;
  line-height: 1.6;
  color: #0c2039;
}

.testimonial-client {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.testimonial-client img {
  width: 60px;
  margin-right: 15px;
}

.testimonial-client span {
  font-weight: bold;
  color: #0c2039;
}

.testimonial-pagination {
  margin-top: 20px;
}

.testimonial-pagination .line {
  display: inline-block;
  width: 30px;
  height: 4px;
  background: #ccc;
  margin-right: 10px;
  border-radius: 2px;
  transition: background 0.3s;
}

.testimonial-pagination .line.active {
  background: #009fe3;
}

.testimonial-logo {
  flex: 1;
  display: flex;
  justify-content: center;
}

.testimonial-logo img {
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
}

.background-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;

  pointer-events: none;
}
.section-how-it-works {
  padding: 80px 20px;
  background-color: #fff;
}



.how-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.how-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.how-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  padding: 30px;
  flex: 1 1 500px;
  max-width: 500px;
  box-sizing: border-box;
}

.how-card h3 {
  color: #10213e;
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: 700;
}

.how-card ul {
  padding-left: 20px;
}

.how-card li {
  margin-bottom: 10px;
  font-size: 0.95em;
}

@media (max-width: 1024px) {
  .how-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.section-production {
  padding: 80px 20px;
  background-color: #fff;
}

.production-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.production-image {
  flex: 1 1 500px;
  text-align: center;
}

.production-image img {
  max-width: 100%;
  height: auto;
  border-radius:6px;
}

.production-text {
  flex: 1 1 400px;
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.production-text h2 {
  color: #10213e;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.production-text hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #ccc;
  width: 100%;
}

.production-text ul {
  padding-left: 20px;
}

.production-text li {
  margin-bottom: 12px;
  font-size: 0.95em;
  line-height: 1.6;
}
@media (max-width: 700px) {
  .production-wrapper {
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }

  .production-text {
    padding: 18px 8px;
    font-size: 1em;
    min-width: 0;
  }
  .production-image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .production-image img {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
}

.btn-container {
  text-align: center;
}

.btn-blue {
  display: inline-block;
  padding: 14px 28px;
  background-color: #37aaf0;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
}
.btn-blue:hover {
  background-color: #2399db;
}

.btn-white {
  display: inline-block;
  padding: 14px 28px;
  background-color: #fff;
  color: #37aaf0;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
}
.btn-white:hover {
  background-color: #000;
}


@media (max-width: 768px) {
  .production-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .production-text {
    text-align: left;
    width: 100%;
  }
}
.section-expertise {
  padding: 80px 20px;
  background-color: #fff;
}

.expertise-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.expertise-text {
  flex: 1 1 500px;
}

.expertise-text .eyebrow {
  color: #2da0e0;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
}

.expertise-text h2 {
  font-size: 1.8em;
  color: #10213e;
  margin-bottom: 20px;
}

.expertise-text ul {
  padding-left: 20px;
  margin-bottom: 25px;
}

.expertise-text li {
  margin-bottom: 12px;
  font-size: 0.95em;
  line-height: 1.6;
}

.expertise-image {
  flex: 1 1 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expertise-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  background-color: #ddd;
}

.btn-blue {
  display: inline-block;
  padding: 12px 24px;
  background-color: #37aaf0;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
}

.btn-blue:hover {
  background-color: #2399db;
}

.focus {
  max-width: 1100px;
  margin: 40px auto 0;
  font-size: 0.95em;
  line-height: 1.5;
  color: #10213e;
}

.focus strong {
  font-weight: bold;
}

@media (max-width: 768px) {
  .expertise-wrapper {
    flex-direction: column;
    text-align: left;
  }

  .expertise-image,
  .expertise-text {
    width: 100%;
  }

  .expertise-text {
    order: 1;
  }

  .expertise-image {
    order: 2;
  }
}
.focus-block {
  background-color: #f6faff; 
  border-left: 4px solid #009fe3;
  padding: 20px;
  margin-top: 3%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  font-size: 16px;
  line-height: 1.6;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.focus-block strong {
  color: #001d3d; 
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 5px;
  display: inline-block;
}
.section-environnements {
  padding: 80px 20px;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
  color: #0e2239;
}

.container-environnements {
  max-width: 1200px;
  margin: 0 auto;
}

.section-environnements h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: left;
}

.environnements-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.environnements-texte {
  flex: 1 1 300px;
}

.environnements-texte p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.btn-contact {
  display: inline-block;
  background-color: #339fe5;
  color: white;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.3s;
}

.btn-contact:hover {
  background-color: #247ab6;
}

.environnements-grid {
  flex: 2 1 600px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.env-card {
  background-color: white;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.env-card:hover {
  transform: translateY(-3px);
}

.env-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.env-card p {
  padding: 10px 12px;
  font-size: 0.95rem;
}

.note-bas {
  margin-top: 50px;
  font-size: 0.9rem;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .environnements-content {
    flex-direction: column;
  }

  .environnements-texte {
    text-align: center;
  }

  .btn-contact {
    margin: 0 auto;
  }
}
.section-double-encadree {
  padding: 60px 20px;
  background-color: #fff;
  font-family: 'Segoe UI', sans-serif;
    position: relative;
}

.encadrement-gris {
  border: 1px solid #e4e4e4;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}

.contenu-double {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
 align-items: stretch;
}

.bloc-colonne {
  flex: 1 1 500px;
 display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bloc-droite {
  overflow: hidden;
}

.hex-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background-image: url('../images/shape.png'); 
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.header-colonne {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.icon-colonne {
  width: 40px;
  height: 40px;
}

h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  color: #0e2239;
}

.bloc-colonne p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.bloc-colonne ul {
  padding-left: 1.2em;
  margin: 0;
}

.bloc-colonne li {
  margin-bottom: 12px;
  font-size: 1rem;
}

.bloc-colonne li::marker {
  color: #339fe5;
}

.cta-double {
  text-align: center;
  margin-top: 40px;
}

.btn-contact {
  display: inline-block;
  background-color: #339fe5;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
}

.btn-contact:hover {
  background-color: #247ab6;
}

@media screen and (max-width: 768px) {
  .contenu-double {
    flex-direction: column;
  }

  .hex-background {
    display: none;
  }
}
.section-pse {
  padding: 60px 20px;
  background-color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.container-pse {
  max-width: 1200px;
  margin: 0 auto;
}

.intro-pse .sur-titre {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #339fe5;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.intro-pse h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0e2239;
  margin-bottom: 40px;
  line-height: 1.4;
}

.contenu-pse {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.bloc-texte-pse {
  flex: 1 1 280px;
}

.bloc-texte-pse p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.col-pse {
  flex: 2 1 600px;
  display: flex;
  gap: 40px;
  position: relative;
}

.carte-pse {
  flex: 1;
}

.carte-pse h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0e2239;
  margin-bottom: 12px;
}

.carte-pse p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 12px;
}

.separator-pse {
  width: 1px;
  background-color: #d8d8d8;
}

.btn-contact {
  display: inline-block;
  background-color: #339fe5;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
}

.btn-contact:hover {
  background-color: #247ab6;
}

@media screen and (max-width: 992px) {
  .col-pse {
    flex-direction: column;
  }

  .separator-pse {
    display: none;
  }
}
.services-air-sante {
  background: url('../images/bg-dotted-worldmap.png') no-repeat center top;
  background-size: cover;
  padding: 80px 20px;
}

.services-air-sante .container {
  max-width: 1200px;
  margin: 0 auto;
}

.services-air-sante h2 {
  font-size: 28px;
  color: #0d2b4b;
  font-weight: 700;
  margin-bottom: 40px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  max-width: 100%;
  gap: 30px;
  justify-content: center;
}

@media (min-width: 800px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.service-card, .service-card1 {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);


}

.service-card1 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.service-card1.visible2 {
  opacity: 1;
  transform: translateY(0);
}

.service-card h3 {
  font-size: 18px;
  color: #0d2b4b;
  margin-bottom: 16px;
}


.service-card ul {
  list-style: none;
  padding-left: 0;
}


.service-card2 ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 15px;
}


.service-card ul li::before {
  content: "";
  background: url('../images/check.svg') no-repeat center center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
}
.impact-odeurs {
  background-color: #fff;
  padding: 80px 20px;
  position: relative;
}

.impact-odeurs .container {
  max-width: 1300px;
  margin: 0 auto;
}
.content-block {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}

.content-block:nth-child(even) {
  flex-direction: row-reverse;
}
.illustration img {
  max-width: 100%;
  height: auto;
  border-radius:6px;
}
.illustration {
  flex: 1 1 30%;
  min-width: 300px;
}
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.separator {
  width: 100%;
  text-align: center;
  margin: 40px 0;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}

.separator.visible {
  animation: zoom-slow 15s ease-in-out infinite;
  opacity: 1;
  transform: none;
}

@keyframes zoom-slow {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.015);
  }
}


.separator img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.3;
}




.text {
  max-width: 700px;
}

.text.right {
  text-align: right;
  margin-left: auto;    
  margin-right: 0;
}

.text h2 {
  font-size: 24px;
  font-weight: 600;
  color: #0d2b4b;
  margin-bottom: 16px;
  line-height: 34px;
}

.text p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 10px;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  background-color: #41b3f9;
  color: #fff;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #2299e1;
}


.surveillance-impact {
  background-color: #fff;
  padding: 80px 20px;
}

.surveillance-impact .container {
  max-width: 1300px;
  margin: 0 auto;
}

.surveillance-impact h2 {
  font-size: 22px;
  font-weight: 600;
  color: #0d2b4b;
  margin-bottom: 16px;
}

.surveillance-impact p {
  font-size: 15px;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.6;
}

.surveillance-impact ul {
  margin-bottom: 40px;
  padding-left: 20px;
}

.surveillance-impact ul li {
  font-size: 14.5px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 10px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.card-O {
  background-color: #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  max-width: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-O img {
  width: 100%;
  display: block;
}

.card-O .btn {
  margin: 20px;
  background-color: #41b3f9;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.card-O .btn:hover {
  background-color: #2299e1;
}

.etapes-dispersion {
  background: #0e2239;
  padding: 60px 20px;
  color: white;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
}

.container-etapes {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}



.etapes-dispersion h2 {
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.timeline-etapes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.etape {
  background-color: #112e48;
  border-radius: 10px;
  flex: 1 1 230px;
  padding: 20px;
  position: relative;
  min-width: 220px;
}

.icone {
  background: white;
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icone img {
  width: 30px;
  height: 30px;
}

.titre-etape {
  font-weight: bold;
  color: #7ec3f4;
  margin-bottom: 12px;
  font-size: 1rem;
}

.etape ul {
  padding-left: 0;
  list-style: none;
  font-size: 0.95rem;
}

.etape ul li {
  margin-bottom: 8px;
}

@media (max-width: 980px) {
  .timeline-etapes {
    flex-direction: column;
    align-items: center;
  }

  .etape {
    width: 100%;
    max-width: 500px;
  }
}

.etape {
  opacity: 0;
  transform: translateX(60px);
  transition: all 0.8s ease;
}

.etape.visible {
  opacity: 1;
  transform: translateX(0);
}

.etape.gauche {
  transform: translateX(-100px);
}
.etape.gauche.visible {
  opacity: 1;
  transform: translateX(0);
}
.fade-in-list.animate li {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.6s ease forwards;
}


.fade-in-list.animate li:nth-child(1) { animation-delay: 0.4s; }
.fade-in-list.animate li:nth-child(2) { animation-delay: 0.8s; }
.fade-in-list.animate li:nth-child(3) { animation-delay: 1.2s; }
.fade-in-list.animate li:nth-child(4) { animation-delay: 1.6s; }
.fade-in-list.animate li:nth-child(5) { animation-delay: 2s; }
.fade-in-list.animate li:nth-child(6) { animation-delay: 2.4s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-pse {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in-pse.visible1 {
  opacity: 1;
  transform: translateY(0);
}
.fade-in-environnement,
.fade-in-env-card {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-environnement.visible,
.fade-in-env-card.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.cta-button-fortil {
  display: inline-block;
  background-color: #00AEEF;
  color: white;
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.4s ease-in-out;
  max-width: 250px;
  text-align: center;
  height: 50px;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  border: none;
  cursor: pointer;
  z-index: 4;
}

.cta-button-fortil:hover {
  background: linear-gradient(90deg, #FF6A00 0%, #00AEEF 100%);
}

.acv-bloc .acv-image,
.acv-bloc .acv-text,
.acv-bloc .detail-box {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.acv-bloc.visible .acv-image {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}

.acv-bloc.visible .acv-text {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}

.acv-bloc.visible .detail-box {
  opacity: 1;
  transform: translateY(0);
}

.acv-bloc.visible .detail-box:nth-child(1) { transition-delay: 0.6s; }
.acv-bloc.visible .detail-box:nth-child(2) { transition-delay: 0.8s; }
.acv-bloc.visible .detail-box:nth-child(3) { transition-delay: 1s; }
.acv-bloc.acv-reverse .acv-image {
  transform: translateX(30px);
}
.acv-bloc.acv-reverse.visible .acv-image {
  transform: translateX(0);
}
.poi-column {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.poi-section.visible .poi-column {
  opacity: 1;
  transform: translateY(0);
}

.poi-section.visible .poi-column:nth-child(1) {
  transition-delay: 0.3s;
}
.poi-section.visible .poi-column:nth-child(2) {
  transition-delay: 0.6s;
}
.poi-section.visible .poi-column:nth-child(3) {
  transition-delay: 0.9s;
}
.bloc-use {
  max-width: 1200px;
  margin:  auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 0 20px;
}

.bloc-use-texte {
  flex: 1;
}

.bloc-use-texte h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.bloc-use-texte p {
  margin-bottom: 10px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.btn-telechargement {
  display: inline-block;
  background-color: #41b6f3;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  margin-top: 10px;
  font-size: 0.9rem;
}

.bloc-use-image {
  flex: 1;
  text-align: center;
}

.bloc-use-image img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  .bloc-use {
    flex-direction: column-reverse;
    text-align: center;
  }

  .bloc-use-texte,
  .bloc-use-image {
    width: 100%;
  }
}
.bloc-services-adms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
}
.service-item-adms h3 {
  font-size: 1rem;
  margin: 0 0 5px;
  color: white;
}
.service-item-adms {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  text-align: left !important;
}

.service-item-adms img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
}

@media (max-width: 520px) {
  .bloc-services-adms {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 6px;
  }
  .service-item-adms {
    justify-content: center;
    text-align: center !important;
    flex-direction: column;
    align-items: center;
    padding: 16px 8px;
  }
  .service-item-adms img {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .bloc-services {
    grid-template-columns: 1fr;
  }

  .service-item-adms {
    flex-direction: row;
    text-align: left;
  }
}
.bloc-cas {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
  padding: 40px 20px;
}

.cas-item {
  flex: 1 1 350px;
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  min-width: 300px;
}

.cas-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.cas-header img {
  width: 24px;
  height: 24px;
}

.cas-header h3 {
  font-size: 1.1rem;
  margin: 0;
  font-weight: bold;
}

.cas-item ul {
  padding-left: 20px;
  margin: 0;
}

.cas-item li {
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.btn-center {
  text-align: center;
  margin: 30px 0;
}

.btn-blue {
  background-color: #44B5F6;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s;
}

.btn-blue:hover {
  background-color: #259cd8;
}
@media (max-width: 1100px) {
  .impact-odeurs .separator,
  .impact-odeurs .illustration {
    display: none !important;
  }
  .impact-odeurs .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .impact-odeurs .content-block {
    padding: 0 !important;
    margin: 0 !important;
  }
  .impact-odeurs {
    padding: 20px 0 !important;
  }
}
@media (max-width: 580px) {
  .dad-cta {
    display: none !important;
  }
  .none-mobile{
    display: none;
  }
}
@media (max-width: 990px) {
  .acv-image {
    display: none !important;
  }
   .testimonial {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .testimonial-logo {
    margin-top: 16px;
    width: 100%;
    display: block;
  }
  .testimonial-logo img {
    width: auto;
    max-width: 220px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 650px) {
  .testimonial {
    flex-direction: column !important;
    align-items: center;
  }
  .testimonial-logo, .testimonial-logo2 {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }
  .testimonial-text {
    order: 1;
    width: 100%;
    text-align: center;
  }
}
.section-adms-roads {
  background: #fff;
  border-left: 3px solid #3fa9f5;
  border-right: 3px solid #3fa9f5;
  padding: 40px 0 60px 0;
  margin: 40px 0;
}

.adms-roads-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.adms-airport-section {
  width: 100%;
  background: #fff;
  padding: 0 0 30px 0;
}

.adms-airport-row {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 48px;
  padding: 30px 40px 0 40px;
}

.adms-airport-content {
  flex: 2 1 400px;
}

.eyebrow {
  color: #2196F3;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-bottom: 8px;
}

.airport-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #10213e;
  margin-bottom: 22px;
}

.airport-desc {
  color: #505050;
  font-size: 1rem;
  margin-bottom: 0;
  max-width: 500px;
}

.adms-airport-logo img {
  height: 60px;
  width: auto;
  display: block;
}

@media (max-width: 900px) {
  .adms-airport-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 16px 0 16px;
    gap: 24px;
  }
  .adms-airport-logo {
    align-self: flex-start;
  }
}

@media (max-width: 520px) {
  .adms-airport-row {
    padding: 24px 8px 0 8px;
    gap: 16px;
  }
  .airport-title {
    font-size: 1.15rem;
  }
  .adms-airport-logo img {
    height: 40px;
  }
}



.adms-roads-title {
  color: #10213e;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 38px;
}

.adms-roads-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: flex-start;
}

.adms-roads-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.adms-roads-image img {
  max-width: 340px;
  width: 100%;
  border-radius: 8px;
  background: #f2f3f7;
}

.adms-roads-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.adms-roads-logo {
  max-width: 270px;
  margin-bottom: 18px;
}

.adms-roads-content p {
  color: #2a2c2f;
  margin-bottom: 12px;
  font-size: 1em;
}

.adms-roads-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}
.adms-roads-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 7px;
  color: #2a2c2f;
  font-size: 1em;
}
.adms-roads-list .dot {
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #3fa9f5;
  border-radius: 50%;
  display: inline-block;
}

.btn-demo {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 34px;
  background: #3fa9f5;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  font-size: 1.1em;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(63, 169, 245, 0.07);
  transition: background 0.2s;
}
.btn-demo:hover {
  background: #007acb;
}

@media (max-width: 900px) {
  .adms-roads-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .adms-roads-image {
    margin-bottom: 8px;
  }
}

@media (max-width: 550px) {
  .adms-roads-title {
    font-size: 1.35rem;
    margin-bottom: 20px;
  }
  .adms-roads-content, .adms-roads-image {
    align-items: stretch;
  }
  .section-adms-roads {
    padding: 24px 0 36px 0;
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .adms-roads-wrapper {
    padding: 0 8px;
  }
}
.adms-urban-section {
  background: #fff;
  padding: 40px 0 40px 0;
  width: 100%;
}

.adms-urban-row {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  gap: 48px;
  align-items: center;
  justify-content: flex-start;
  padding: 0 40px;
}

.adms-urban-content {
  flex: 2 1 500px;
  min-width: 0;
}



.urban-title {
  color: #182537;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 28px;
}

.urban-logo-block {
  margin-bottom: 14px;
}

.urban-logo {
  height: 44px;
  width: auto;
}

.urban-desc {
  color: #1d2736;
  font-size: 1rem;
  margin-bottom: 8px;
  line-height: 1.5;
}

.urban-apps-title {
  font-weight: 600;
}

.urban-apps {
  margin: 0 0 32px 0;
  padding: 0 0 0 18px;
  color: #212a36;
  font-size: 0.97rem;
  line-height: 1.6;
}

.urban-apps li {
  margin-bottom: 7px;
}

.urban-demo-btn {
  display: inline-block;
  background: #3bb1f8;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 12px;
  padding: 13px 38px;
  text-decoration: none;
  margin-top: 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  transition: background 0.18s;
}
.urban-demo-btn:hover {
  background: #1998ed;
}

.adms-urban-illu .urban-img {
  width: 350px;
  height: 270px;
  object-fit: cover;
  border-radius: 6px;
  background: #ddd;
  display: block;
}

@media (max-width: 900px) {
  .adms-urban-row {
    flex-direction: column;
    gap: 30px;
    padding: 0 10px;
  }
.adms-urban-illu .urban-img {
    width: 90vw;
    max-width: 320px;
    height: 180px;
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  .urban-title {
    font-size: 1.08rem;
  }
 .adms-urban-illu .urban-img {
    width: 100vw;
    max-width: 98vw;
    height: 140px;
  }
  .urban-demo-btn {
    width: 100%;
    text-align: center;
    padding: 14px 0;
  }
}
.atouts-plumair-section {
  background: #fcfdff;
  padding: 60px 0 40px 0;
  position: relative;
  overflow: hidden;
}

.atouts-title {
  text-align: center;
  margin-bottom: 36px;
}

.eyebrow {
  display: inline-block;
  color: #1ca3e9;
  font-size: 0.95em;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-bottom: 12px;
}

.atouts-title h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #122346;
  margin: 0;
}

.atouts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 900px) {
  .atouts-grid { grid-template-columns: 1fr; gap: 26px;}
}

.atout-item {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(25, 55, 94, 0.08);
  padding: 32px 28px;
  transition: box-shadow 0.2s, background 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 170px;
}
.atout-item:hover {
  box-shadow: 0 8px 32px rgba(25, 55, 94, 0.13);
  background: #f6fafd;
}

.atout-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.atout-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: block;
  background: #eaf6fe;
  border-radius: 50%;
  padding: 6px;
}
.atout-item h3 {
  font-size: 1.17em;
  font-weight: 700;
  color: #16395d;
  margin: 0;
}
.atout-desc {
  color: #233753;
  font-size: 1em;
  line-height: 1.6;
  margin: 0;
}
.atout-desc-list {
  color: #233753;
  font-size: 1em;
  margin: 0 0 0 6px;
  padding-left: 18px;
  line-height: 1.5;
}
.atout-desc-list li {
  margin-bottom: 7px;
}

.shape-bg {
  position: absolute;
  top: 0; left: 0;
  width: 110px;
  opacity: 0.11;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 600px) {
  .atouts-title h2 { font-size: 1.3rem; }
  .atout-item { padding: 22px 10px; }
  .atout-header { gap: 10px; }
  .shape-bg { width: 70px; }
}
.plumair-how-section {
  background: #fff;
  padding: 40px 0 60px 0;
  position: relative;
  z-index: 1;
}

.plumair-how-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
}

.plumair-how-title {
  font-size: 1.5rem;
  color: #12203b;
  font-weight: 700;
  margin-bottom: 36px;
}

.plumair-how-grid {
  display: flex;
  gap: 36px;
  margin-bottom: 40px;
}

.plumair-how-col {
  flex: 1 1 0;
  min-width: 220px;
  border-right: 1.5px solid #e2e6ea;
  padding-right: 32px;
}
.plumair-how-col:last-child {
  border-right: none;
  padding-right: 0;
}
.plumair-how-col--mid {
  padding-left: 32px;
  padding-right: 32px;
}

.plumair-how-col h3 {
  font-size: 1.06rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #192537;
}

.plumair-how-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.plumair-how-col li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.99rem;
  margin-bottom: 10px;
  color: #222e3a;
}
.plumair-how-col li img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

.plumair-how-graph {
  width: 100%;
  margin: 36px auto 0 auto;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cbcbcb3b;
  border-radius: 10px;
}
.plumair-how-graph img {
  width: 100%;
  max-width: 1000px;
  max-height: 320px;
  object-fit: contain;
  border-radius: 10px;
  background: #ccc;
}

@media (max-width: 900px) {
  .plumair-how-grid {
    flex-direction: column;
    gap: 18px;
  }
  .plumair-how-col {
    border-right: none !important;
    border-bottom: 1px solid #e2e6ea;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .plumair-how-col:last-child {
    border-bottom: none;
  }
  .plumair-how-col--mid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 540px) {
  .plumair-how-title {
    font-size: 1.1rem;
  }
  .plumair-how-wrapper {
    padding: 0 8px;
  }
  .plumair-how-graph img {
    max-width: 98vw;
    min-height: 90px;
  }
}
.testimonial-veolia {
  position: relative;
  padding: 60px 0;
	background-image: url('../images/bg_dark.png');
	background-repeat: no-repeat;
	background-size: cover;
  min-height: 460px;
  overflow: hidden;
}
.testimonial-veolia-wrapper {
  position: relative;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 40px 30px;
}

.testimonial-veolia-left {
  flex: 1.3 1 380px;
  border-radius: 14px;

  padding: 36px 36px 30px 36px;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-width: 320px;
}

.testimonial-eyebrow {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #41aaf2;
  font-size: 0.86rem;
  margin-bottom: 12px;
  font-weight: 600;
}

.testimonial-title {
  color: #fff;
  font-size: 1.55rem;
  font-weight: 700;
  margin-bottom: 22px;
}

.testimonial-quote {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 1.08rem;
  color: #d1e6f7;
  margin-bottom: 32px;
  line-height: 1.5;
}
.testimonial-quote-icon {
  font-size: 2.6rem;
  color: #41aaf2;
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}
.testimonial-author-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(65,170,242,0.07);
}
.testimonial-author-name {
  display: block;
  font-weight: 700;
  font-size: 1.08rem;
  color: #fff;
}
.testimonial-author-role {
  display: block;
  color: #8bb8d8;
  font-size: 0.92rem;
  margin-top: 2px;
}

.testimonial-veolia-right {
  flex: 1 1 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-veolia-logo-box {
  background: #fff;
  border-radius: 12px;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 26px 0 rgba(20,40,60,0.08);
}
.testimonial-veolia-logo {
  width: 175px;
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 900px) {
  .testimonial-veolia-wrapper {
    flex-direction: column;
    gap: 36px;
    padding: 40px 10px;
  }
  .testimonial-veolia-left, .testimonial-veolia-right {
    width: 100%;
    max-width: 510px;
  }
  .testimonial-veolia-logo-box {
    width: 170px;
    height: 170px;
  }
  .testimonial-veolia-logo {
    width: 120px;
  }
}

@media (max-width: 520px) {
  .testimonial-veolia {
    padding: 24px 0 24px 0;
    min-height: 0;
  }
  .testimonial-veolia-wrapper {
    flex-direction: column;
    gap: 18px;
    padding: 0 0;
    align-items: stretch;
    justify-content: flex-start;
  }
  .testimonial-veolia-left {
    padding: 14px 10px 10px 10px;
    min-width: 0;
    border-radius: 8px;
    margin-bottom: 0;
  }
  .testimonial-title {
    font-size: 1.07rem;
    margin-bottom: 16px;
  }
  .testimonial-quote {
    font-size: 0.99rem;
    margin-bottom: 18px;
    gap: 10px;
  }
  .testimonial-author-img {
    width: 38px;
    height: 38px;
  }
  .testimonial-veolia-right {
   display: none;
  }
  .testimonial-veolia-logo-box {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    margin: 0 auto;
    box-shadow: 0 2px 10px 0 rgba(20,40,60,0.04);
  }
  .testimonial-veolia-logo {
    width: 45px;
  }
}
.expert-steps-section {
  background: #fff;
  padding: 60px 0 40px 0;
}

.expert-steps-wrapper {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.eyebrow {
  color: #41aaf2;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.expert-steps-title {
  font-size: 2rem;
  font-weight: 700;
  color: #182537;
  margin-bottom: 40px;
}

.expert-steps-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-bottom: 40px;
}

.expert-step-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 18px 0 rgba(35, 81, 121, 0.10);
  padding: 34px 24px 28px 24px;
  min-width: 220px;
  max-width: 260px;
  flex: 1 1 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.14s, box-shadow 0.14s;
}
.expert-step-card:hover {
  transform: translateY(-7px) scale(1.025);
  box-shadow: 0 8px 28px 0 rgba(35, 81, 121, 0.18);
}
.expert-step-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  object-fit: contain;
  filter: none;
}
.expert-step-content h3 {
  font-size: 1.01rem;
  color: #1a293a;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.expert-steps-btn-container {
  margin-top: 16px;
}
.expert-steps-btn {
  display: inline-block;
  background: #41aaf2;
  color: #fff;
  font-weight: 600;
  font-size: 1.08rem;
  border-radius: 12px;
  padding: 13px 38px;
  text-decoration: none;
  margin-top: 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  transition: background 0.18s;
}
.expert-steps-btn:hover {
  background: #1890cf;
}

@media (max-width: 900px) {
  .expert-steps-cards {
    gap: 20px;
  }
  .expert-step-card {
    min-width: 180px;
    max-width: 320px;
    padding: 24px 12px;
  }
}
@media (max-width: 620px) {
  .expert-steps-cards {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .expert-step-card {
    width: 100%;
    max-width: 400px;
  }
  .expert-steps-title {
    font-size: 1.2rem;
  }
}
.plumair-ia-section {
  background: linear-gradient(120deg, #38a8e6 88%, #eaf6fc 100%);
  position: relative;
  padding: 60px 0 55px 0;
  overflow: hidden;
}

.plumair-ia-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.12;
  pointer-events: none;
}

.plumair-ia-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 34px;
  z-index: 1;
}

.plumair-ia-icon {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 24px 0 rgba(0,60,110,0.11);
  padding: 24px 26px;
  margin-right: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: ia-float 2.6s ease-in-out infinite alternate;
}
.plumair-ia-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
}

@keyframes ia-float {
  from { transform: translateY(0px);}
  to   { transform: translateY(-12px);}
}

.plumair-ia-content {
  color: #fff;
  text-align: left;
  flex: 1;
}
.plumair-ia-title {
  font-size: 1.55rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.plumair-ia-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.plumair-ia-list li {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: #fff;
  line-height: 1.5;
}
.plumair-ia-list li strong {
  color: #1f3652;
  font-weight: 700;
}

@media (max-width: 750px) {
  .plumair-ia-container {
    flex-direction: column;
    text-align: center;
    gap: 14px;
    padding: 0 6vw;
  }
  .plumair-ia-content {
    text-align: center;
  }
  .plumair-ia-icon {
    margin: 0 auto 10px auto;
  }
  .plumair-ia-title {
    font-size: 1.09rem;
  }
}

:root {
  --night-blue: #162338;
  --blue-main: #43b0ee;
  --white: #fff;
  --blue-card: #2c3e59;
  --blue-accent: #43b0ee;
}

.atouts-fonctionnels-section {
  position: relative;
  background: var(--night-blue);
  padding: 54px 0 42px 0;
  overflow: hidden;
}

.hex-bg {
  position: absolute;
  width: 220px;
  z-index: 0;
  pointer-events: none;
}
.hex-bg-left {
  left: 0; top: 0;
}
.hex-bg-right {
  right: 0; bottom: 0; transform: rotate(180deg);
}

.atouts-fonctionnels-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: auto;
  padding: 0 2vw;
  text-align: center;
}

.eyebrow {
  color: var(--blue-accent);
  text-transform: uppercase;
  font-size: 0.92rem;
  letter-spacing: 0.18em;
  margin-bottom: 10px;
  font-weight: 600;
}
.atouts-title {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.atouts-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px 50px;
  margin-top: 36px;
}

.atout-card {
  background: none;
  border-radius: 16px;
  color: var(--white);
  min-width: 250px;
  max-width: 270px;
  flex: 1 1 250px;
  padding: 0 18px 0 18px;
  margin-bottom: 20px;
  transition: background 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.atout-card .atout-icon {
  width: 54px;
  height: 54px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  margin-top: 0;
  border: 4px solid var(--night-blue);
  box-shadow: 0 2px 12px 0 rgba(67,176,238,0.10);
  position: relative;
}
.atout-card.selected .atout-icon,
.atout-card:nth-child(2n) .atout-icon {
  background: var(--blue-accent);
  border-color: var(--blue-accent);
}
.atout-card .atout-icon span {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--night-blue);
}
.atout-card.selected .atout-icon span,
.atout-card:nth-child(2n) .atout-icon span {
  background: var(--white);
}

.atout-card-title {
  font-weight: 700;
  color: var(--white);
  font-size: 1.06rem;
  margin-bottom: 8px;
}
.atout-card-desc {
  font-size: 0.94rem;
  color: #e8f3fb;
}

@media (max-width: 900px) {
  .atouts-cards {
    gap: 28px 18px;
  }
  .atout-card {
    min-width: 200px;
    max-width: 300px;
    font-size: 0.98rem;
  }
}
@media (max-width: 650px) {
  .atouts-cards {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .atout-card {
    min-width: 0;
    max-width: 95vw;
    width: 100%;
  }
  .atouts-fonctionnels-section {
    padding: 26px 0 12px 0;
  }
  .atouts-title {
    font-size: 1.12rem;
  }
}
.contact-section {
  background: #f8fafc;
  padding: 40px 0;
}
.contact-container {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 6px 32px rgba(16,32,64,0.08);
  padding: 2.5rem 2rem;
}
.contact-title {
  text-align: center;
  font-size: 2.4rem;
  color: #00305a;
  margin-bottom: 10px;
}
.contact-intro {
  text-align: center;
  font-size: 1.1rem;
  color: #59748a;
  margin-bottom: 2.2rem;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.form-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.form-group {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.form-group.full {
  flex: 1 1 100%;
}
label {
  font-weight: 500;
  color: #00294d;
}
label span {
  color: #e34b3c;
  margin-left: 3px;
}
input, select, textarea {
  border: 1px solid #dbeafe;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 1rem;
  background: #f4f7fa;
  transition: border 0.2s;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border: 1.5px solid #298ce6;
  background: #fff;
}
textarea {
  min-height: 120px;
  resize: vertical;
}
.form-actions {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 700px) {
  .contact-container { padding: 1.5rem 0.5rem; }
  .form-row { flex-direction: column; gap: 0; }
}

.adms-training__downloads {
  margin-top: 2rem;
  display: flex; gap: .75rem; flex-wrap: wrap; overflow-x: auto; padding-bottom: .25rem;
  justify-content: center;
}
.doc-chip {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .6rem .9rem; border-radius: 999px; text-decoration: none;
  background: #f4f6fb; border: 1px solid #e6e8ee; color: inherit;
  transition: transform .12s ease, background .12s ease, box-shadow .12s ease;
  white-space: nowrap;
}
.doc-chip:hover { background: #eef2ff; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(0,0,0,.06); }
.chip-icon { font-size: 1.1rem; line-height: 1; }

@media (max-width: 900px) {
  .adms-training__grid { grid-template-columns: 1fr; }
}
/* ===== Vue initiale : 1 ligne centrée ===== */
.projects-split{
  display:grid;
  grid-template-columns: 1fr;          
  justify-items:center;
  gap:24px;
}

/* La liste devient un "ruban" horizontal centré */
.projects-list{
  display:flex;
  flex-wrap:nowrap;                    
  justify-content:center;              
  align-items:stretch;
  gap:18px;
  width:100%;
  max-width:1200px;                    
  overflow-x:auto;                     
  -webkit-overflow-scrolling:touch;
  padding:6px 8px;
}

/* Taille homogène des cards dans le ruban */
.projects-list .air-service-card{
  flex:0 0 320px;                      
  border:1px solid #e7e7e7;
  border-radius:16px;
  padding:18px;
  background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,.04);
  scroll-snap-align:center;
}
.projects-list .air-service-card.active{
  outline:2px solid var(--primary,#2f66f5);
}

.project-detail{ display:none; }

/* ===== Au clic : 2 colonnes ===== */
.projects-split.has-detail{
  grid-template-columns: 420px 1fr;    
  justify-items:stretch;
  align-items:center;
  max-width: 1300px;
  margin: auto;
}

/* La liste passe en colonne à gauche (sticky) */
.projects-split.has-detail .projects-list{
  flex-direction:column;
  overflow-y:auto;
  overflow-x:hidden;
  max-height:calc(100vh - 120px);
  padding-right:6px;
  max-width:none;                
}

/* Panneau de détail visible à droite */
.projects-split.has-detail .project-detail{
  display:block;
  border:1px solid #e7e7e7;
  border-radius:16px;
  background:#fff;
  padding:24px;
  box-shadow:0 6px 24px rgba(0,0,0,.06);
}

/* Mise en page interne du détail (inchangé) */
.detail-header{ display:flex; justify-content:space-between; gap:16px; align-items:flex-start; }
.detail-title h2{ margin:0; font-size:1.6rem; line-height:1.2; }
.detail-client{ color:#666; font-size:.95rem; }
.detail-close{ border:none; background:#f2f4f8; padding:8px 12px; border-radius:8px; cursor:pointer; }
.detail-grid{ display:grid; grid-template-columns: 280px 1fr; gap:24px; margin-top:16px; }
.meta{ background:#f7f9fc; border:1px solid #eef2f7; border-radius:12px; padding:16px; }
.meta h4{ margin:12px 0 8px; font-size:1rem; color:#1c2b4a; }
.meta ul{ margin:0; padding-left:18px; }
.detail-body section{ margin-bottom:18px; }
.detail-body h3{ margin:0 0 8px; font-size:1.1rem; color:#1c2b4a; }
.detail-body ul{ padding-left:18px; margin:0; }

@media (max-width: 960px){
  .projects-split, .projects-split.has-detail { grid-template-columns:1fr; }
  .projects-split.has-detail .projects-list{
    position:static; max-height:none; padding-right:0;
  }
  .detail-grid{ grid-template-columns:1fr; }
}

/* ====== Détail : look & feel amélioré ====== */

.project-detail{
  --card-bg: #fff;
  --ring: #e8eef7;
  --text: #1b2430;
  --muted: #6b7789;
  --primary: var(--primary, #2f66f5);
  background: var(--card-bg);
  border: 1px solid var(--ring);
  border-radius: 18px;
  padding: 26px;
  box-shadow:
    0 2px 6px rgba(16,24,40,.06),
    0 12px 32px rgba(16,24,40,.08);
  color: var(--text);
  animation: detailIn .28s ease-out;
}

@keyframes detailIn{
  from{opacity:0; transform:translateY(6px)}
  to{opacity:1; transform:translateY(0)}
}

.detail-header{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  margin-bottom:10px;
}
.detail-title h2{
  margin:0 0 4px 0;
  font-size: clamp(1.35rem, 1.1rem + .8vw, 1.8rem);
  line-height:1.2;
  letter-spacing:.2px;
}
.detail-client{
  margin-top:2px;
  font-size:.95rem;
  color: var(--muted);
  letter-spacing:.2px;
}
.detail-close{
  border:1px solid var(--ring);
  background:#f7f9fc;
  color:#2a3342;
  padding:8px 12px;
  border-radius:10px;
  cursor:pointer;
  transition: all .15s ease;
}
.detail-close:hover{
  background:#eef3fc;
  border-color:#dbe6ff;
}

.detail-grid{
  display:grid;
  grid-template-columns: 300px 1fr;
  gap:24px;
  margin-top:16px;
}

.meta{
  position: sticky;
  top: 12px;               
  align-self:start;
  background:#f8fbff;
  border:1px solid #e9f0fb;
  border-radius:14px;
  padding:16px;
}
.meta h4{
  margin:14px 0 8px;
  font-size:1rem;
  color:#0f1f3a;
  letter-spacing:.15px;
}
.meta hr{
  border:none;
  border-top:1px dashed #dbe6f7;
  margin:12px 0;
}
.meta ul{
  margin:0;
  padding:0 0 0 18px;
  color:#2a3342;
}
.meta li{
  margin:.25rem 0;
}

.detail-body section{
  padding:14px 0 10px;
  border-bottom:1px solid #eef2f7;
}
.detail-body section:last-child{ border-bottom:none; }
.detail-body h3{
  margin:0 0 8px;
  font-size:1.05rem;
  color:#0f1f3a;
  position:relative;
}
.detail-body h3::after{
  content:"";
  display:block;
  height:2px;
  width:48px;
  margin-top:6px;
  background: linear-gradient(90deg, var(--primary), rgba(47,102,245,.2));
  border-radius:2px;
}
.detail-body ul{
  margin:0;
  padding-left:0;
  list-style:none;
}
.detail-body li{
  position:relative;
  padding-left:20px;
  margin:6px 0;
  line-height:1.55;
}
.detail-body li::before{
  content:"";
  position:absolute; left:0; top:.6em;
  width:8px; height:8px;
  border-radius:50%;
  background: radial-gradient(circle at 30% 30%, var(--primary) 0 40%, transparent 41%);
  box-shadow:0 0 0 2px #e6edff inset;
}

.detail-title small,
.detail-client small{ font-weight:500; color:var(--muted); }

@media (max-width: 960px){
  .detail-grid{ grid-template-columns:1fr; }
  .meta{ position:static; }
}
.service-card1 {
  text-align: center; 
  padding: 20px;
}

.service-icon {
  width: 100px;          
  height: 100px;
  border-radius: 50%;   
  object-fit: cover;    
  margin-bottom: 10px;  
  border: 2px solid #46AFE8;
}
.service-card1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-card1 li {
  margin: 6px 0;
}

.blog-grid{
  max-width: 1200px;
  margin: 36px auto 60px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
  gap: 24px;
}
.blog-card{
  background: var(--nt-surface);
  border: 1px solid var(--nt-border);
  border-radius: 16px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  box-shadow: 0 6px 24px rgba(11,45,61,.06);
}
.blog-card:hover{
  transform: translateY(-4px);
  border-color: rgba(70,175,232,.35);
  box-shadow: 0 14px 40px rgba(11,45,61,.14);
}

.card-thumb{
  display:block; aspect-ratio: 16/9; overflow:hidden;
  background: #EFF6FB;
}
.card-thumb img{
  width:100%; height:100%; object-fit:cover;
  transform: scale(1.01); transition: transform .5s ease;
}
.blog-card:hover .card-thumb img{ transform: scale(1.06); }

.card-body{ padding: 16px; display:flex; flex-direction:column; gap:8px; }
.card-meta{ font-size:.9rem; color: var(--nt-muted); }
.card-title{ font-size:1.15rem; line-height:1.35; margin: 2px 0 4px; }
.card-title a{ color: var(--nt-ink); text-decoration:none; }
.card-title a:hover{ text-decoration: underline; }
.card-excerpt{ color: var(--nt-muted); line-height:1.55; }

.card-cta{
  align-self:flex-start;
  display:inline-flex; align-items:center; gap:8px;
  padding:10px 16px; border-radius:999px;
  background: var(--nt-primary); color:#15263f !important;
  border: 1px solid rgba(255,255,255,.0);
  text-decoration:none; font-weight:700;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
  box-shadow: 0 6px 18px rgba(70,175,232,.35);
}
.card-cta:hover{ transform: translateY(-1px); filter: saturate(1.05); }

.post{ max-width: 960px; margin: 42px auto 80px; padding: 0 20px; }
.post-hero{ margin-bottom: 16px; }
.post-hero img{
  width:100%; height: 360px; object-fit:cover;
  border-radius: 16px; display:block;
  box-shadow: 0 10px 30px rgba(11,45,61,.12);
}
.post-headings{ margin-top: 14px; }
.post-headings h1{
  font-size: clamp(1.7rem, 2.2vw + 1rem, 2.5rem);
  line-height:1.18; margin: 6px 0 4px;
  color: #001d3d; text-align: center;
}
.post-headings time{ color: var(--nt-muted); font-size:.95rem; }

.post-body{
  margin-top: 12px; color: var(--nt-ink); font-size:1.05rem; line-height:1.75;
}
.post-body h2{ margin: 28px 0 10px; font-size:1.35rem; }
.post-body h3{ margin: 20px 0 8px;  font-size:1.15rem; }
.post-body p{  margin: 10px 0; }
.post-body ul{ margin: 8px 0 14px 18px; }
.post-body li{ margin: 6px 0; }

.post-body blockquote{
  margin: 18px 0; padding: 14px 16px;
  background: linear-gradient(0deg, rgba(70,175,232,.08), rgba(70,175,232,.08));
  border-left: 3px solid var(--nt-primary);
  border-radius: 10px; color: #0b3750;
}

@media (max-width: 640px){
  .blog-grid{ gap:18px; }
  .post-hero img{ height:240px; }
}
.cta-center{ text-align:center; margin: 22px 0; }

.cta-block{
  display:inline-flex; align-items:center; gap:14px;
  padding: 14px 20px;
  border-radius: 14px;
  background: linear-gradient(90deg, #46AFE8 0%, #2E8EC0 100%);
  color:#fff; text-decoration:none; font-weight:700;
  line-height:1.35; text-align:left; box-shadow:0 10px 24px rgba(70,175,232,.28);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.cta-block:hover{ transform: translateY(-2px); filter:saturate(1.05); box-shadow:0 16px 36px rgba(70,175,232,.34); }
.cta-block .cta-ico{
  width:28px; height:28px; border-radius:50%;
  display:inline-grid; place-items:center; line-height:1;
  background:rgba(255,255,255,.18); border:1px solid rgba(255,255,255,.35);
  transition: transform .2s ease, background .2s ease;
}
.cta-block:hover .cta-ico{ transform: translateX(4px); background:rgba(255,255,255,.28); }
.post.justify .post-body p,
.post.justify .post-body li {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

@media (max-width: 640px){
  .post.justify .post-body p,
  .post.justify .post-body li { text-align: left; }
}

.post.justify .post-body h2,
.post.justify .post-body h3 { text-align: left; }
.post.justify .cta-center { text-align: center; }

sup.reg {
  font-size: 0.6em;     
  vertical-align: super; 
}
.icon{
  width: 100px;
  margin-bottom: 2%;
}
.alert {
  padding: 16px 20px;
  margin: 20px 0;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  animation: fadeIn 0.4s ease-in-out;
}

.alert.success {
  background-color: #ecfdf5; 
  border: 1px solid #10b981;
  color: #065f46;           
}

.alert.error {
  background-color: #fef2f2;      
  border: 1px solid #ef4444;      
  color: #991b1b;                 
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

#blur {
	display:none;
	position: fixed;
	top: 0px;
	left:0px;
	bottom:0px;
	right:0px;
	backdrop-filter: blur(5px) contrast(80%);
	z-index:5000;
	-webkit-animation: fade-in 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

#clientspace_login {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:500px;
	height:260px;
	margin:auto;
	padding:50px;
	background-color:#FFF;
	border-radius:1.5rem;
	box-shadow:0 6px 32px rgba(16,32,64,0.08);
	z-index:5100;
}

#clientspace_login_error {
	display:none;
	position:absolute;
	right:50px;
	bottom:120px;
	color:#A00;
	font-weight:bold;
}

#clientspace_resetpassword_error {
	position:relative;
	display:inline-block;
}

#clientspace_login_forgot {
	position:absolute;
	left:50px;
	bottom:65px;
	cursor:pointer;
}
#clientspace_login_forgot:hover {
	color: #46AFE8;
}

#clientspace_login_forgot_wait {
	position:absolute;
	left:50px;
	bottom:65px;
	cursor:pointer;
}

#clientspace_login_forgot_msgok {
	position:absolute;
	left:50px;
	bottom:65px;
	cursor:pointer;
}

#clientspace_login_forgot_msgerr {
	position:absolute;
	left:50px;
	bottom:65px;
	cursor:pointer;
	color:#F00;
}

#clientspace_resetpassword {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:500px;
	height:300px;
	margin:auto;
	padding:50px;
	background-color:#FFF;
	border-radius:1.5rem;
	box-shadow:0 6px 32px rgba(16,32,64,0.08);
	z-index:5100;
}
