﻿/********************************************************************/
/*   Original CSS                                                   */
/*   PlaneteAfrique - 2006                                          */
/*   This stylesheet can be modified.                               */
/*   No official support is available for this stylesheet           */
/*                                                                  */
/* CONFIGURATION DES LIENS PAR DEFAUT - DEFAULT LINKS CONFIGURATION */
/*                                                                  */
/********************************************************************/
/**********************************************************************/
/*               PAGE DE GARDE - SPLASHSCREEN                         */
/**********************************************************************/
html {
	margin: 0;
	height: 100%;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: center top;
	/*overflow-x: hidden;*/
}

@media (max-width: 800px) {
	body {
		overflow-x: hidden;
	}
  }
/* Conteneurs */
.container {  margin: 0 auto; padding: 0 20px; }

/* Grilles Responsives */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }

@media (max-width: 768px) {
    .grid-3, .grid-4 { grid-template-columns: 1fr; }
}
a {
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	font-size: 12px;
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
img {
	border: 0px;

}
#Bodycontent ul {
  list-style: none;
  padding: 0;
}

#Bodycontent ul li::before {
  content: '◉ '; 
  color: inherit; 
}

.responsiveimg {
	border: 0px;
	width: 100%;
	height: auto;
}
blockquote, cite {
	background-color: #EEEEEE;
	padding: 5px;
	margin-left:30px;
	font-size: 12px;
}
.separator {
	clear: both;
	height: 5px;
}
/**********************************************************************/
/*                              Video                        */
/**********************************************************************/

table, tr, td {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:12px;
	
}
table h2 {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:13px;
	
}

/**********************************************************************/
/*               PAGE DE GARDE - SPLASHSCREEN                         */
/**********************************************************************/
.splash{
	background: transparent;
}
.splash p a img{
	border: solid 1px #c0c0c0;
}

/**********************************************************************/
/*    OMBRES GAUCHES ET DROITE - LEFT & RIGHT SHADOW                  */
/**********************************************************************/
#leftshadow {
	background-image: url('Ombre_Gauche.gif');
	background-repeat: repeat-y;
	background-position: left;
	/*padding-left: 10px;*/
}
#rightshadow {
	background-image: url('Ombre_Droite.gif');
	background-repeat: repeat-y;
	background-position: right;
	/*padding-right: 10px;*/
}
/**********************************************************************/
/*    CONFIGURATION DE L ENTETE - HEADER CONFIGURATION                */
/**********************************************************************/
header .navbar-collapse ul.navbar-nav {
	margin-right: 20px;
}

.logo {
	margin: -20px 0 0 20px;
	border: 0px;
	position: absolute;
	z-index: 2;
        width: 200px; 
        height: 70px;
}
#header {
	margin-bottom: 20px;
}
#Bodycontent {
	width: 90%;
	margin: auto;
}

#titresite p {
	float: right;
	text-align: left;
	font-family: inherit;
	font-size: large;
	color: #fff;
	width: 400px;
}
#titresite img {
	margin: 0 0 0 -80px;
}
#adminhiddencontents {
	width: 100%;
	text-align: left;
	color: #000;
	position: absolute;
	background-color: #000;
	padding: 10px 0 10px 0;
	display: none;
	margin-top: 10px;
	margin: auto;
	z-index: 99;
}
#adminhiddencontents, #adminhiddencontents a {
	color: #fff;
}
.adminhiddencontents_titles a {
	color: #000;
	padding-left: 10px;
	font-weight: 700;
}
.adminhiddencontents_titles {
	background-position: bottom;
	background-image: url('top_panel_bg.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 287px;
}
/**********************************************************************/
/*    CONFIGURATION DU TITRE DES PAGES - PAGES TITLES CONFIGURATION    */
/**********************************************************************/
.titrepage {
	background: #000 url('titrepage.png') repeat-x center;
	font-weight: bold;
	display: block;
	width: 100%;
	border: solid 1px #DDDDDD;
	padding: 15px;
        font-size: 1.3em;
}
#titrepagebg {
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #000000;
	background: #ff0000;
}
#leftborder {
	background: #ffffff;
}
hr {
	border-top: 2px solid #8d8d8d;
	border-bottom: 1px solid #c0c0c0;
	width: 98%;
	height: 4px;
	text-align: center;
	text-indent: -10px;
}
/**********************************************************************/
/* CONFIGURATION DE LA POLICE PAR DEFAUT - DEFAULT FONT CONFIGURATION */
/**********************************************************************/
font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/********************************************************************/
/*             CONFIGURATION DU MENU - MENU CONFIGURATION            */
/********************************************************************/
#MainMenu {
	position: absolute;
	background: transparent;
	border: 0;
	top: 102px;
}
.dropmenudiv {
	position: absolute;
	top: 0;
	float: left;
	display: block;
	visibility: hidden;
	border: 0;
	background: #f5f5f5;
	color: #000000;
	z-index: 100;
	text-decoration: none;
	padding: 0;
	text-align: left;
	border: 1px solid silver
}
.dropmenudiv ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropmenudiv li {
	display: inline;
	margin: 0;
	padding: 0;
}
.dropmenudiv a:link, .dropmenudiv a:visited {
	display: block;
	border: 0;
	color: #000000;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	background: #fcbe07;
}
.dropmenudiv a span {
	display: block;
	line-height: 33px;
	background: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: none;
	padding: 0 25px;
	border: solid 1px #efefef;
}
.dropmenudiv a:hover {
	border: 0;
	background-position: left bottom;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	color: #FFF;
}
.dropmenudiv a:hover span {
	background: url("bright_110.gif") repeat-x;
	color: #000000;
	font-weight: 700;
}

/********************************************************************/
/*   CONFIGURATION DU BLOC NEWS - NEWS BLOC CONFIGURATION            */
/********************************************************************/
#news {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 5px;

	margin-top: 5px;
	z-index: 6;
	border: 2px solid #efefef;
	background: #EFFEFE;
	overflow: hidden;
}
#news h1 {
	background-color: #0B6D78;
	color: #fff;
	font-size: 15px;
	font-style: italic;
	text-align: left;
	height: 30px;
	padding: 5px 0 5px 0;
	text-indent: 10px;
}
#news img {
	padding: 0;
	border: 0px;
	clear: right;
}
#news a, #news a:hover {
	font-style: normal;
	font-weight: normal;
	color: #4448fa;
}
#news p font {
	padding: 0 5px 0 10px;
	margin: -10px 0 0 0;
}
/********************************************************************/
/*   CONFIGURATION DE LA DATE - DATE CONFIGURATION                  */
/********************************************************************/
#datetime {
	width: 90%;
	color: #0066FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: -20px;
}
/**********************************************************************/
/* CONFIGURATION DU MENU RAPIDE HAUT - QUICK MENU CONFIGURATION     */
/**********************************************************************/
#quickmenu {
	position: absolute;
	text-align: right;
	top: 100px;
}
#quickmenu a img {
	border-bottom: 4px solid;
	padding: 4px;
	margin: 4px;
	border-bottom-color: transparent;
}
#quickmenu a:hover img {
	border-bottom-color: #FCBF07;
}
#quickmenu a, #quickmenu a:link, #quickmenu a:visited, #quickmenu a:active {
	color: #dfa232;
	display: inline;
}
.addblank {
	border-bottom: 0px;
	padding-right: 10px;
}
/**********************************************************************/
/*    LANGUAGESELECTOR                  */
/**********************************************************************/
#languagelector {
	margin-top: -13px;
	padding-right: 20px;
	width: 100%;
	color:#000;
	text-align:right;
    right: 20px;
}
#languagelector a {
	font-weight: normal;
	color: #000;
}
/**********************************************************************/
/*          FOOTER CONFIG - CONFIGURATION DU PIED DE PAGE             */
/**********************************************************************/
#footer {
	width: 100%;
	color: #000;
	text-align: center;
	padding: 4px 0;
	border-top: solid 1px #d4d4d4;
	color: #bbe1f9;

}
#footer a {
	color: #fff;
}
.footercontainer {
	padding : 50px 20px 50px 20px;

}
.innertube {
	margin: 10px;
	margin-top: 0;
}
/**********************************************************************/
/* SLIDER CONFIG - CONFIGURATION DU SLIDER*/
/**********************************************************************/
#main-slider {
    border: 0px;
	width: 95%
}

.flexslider {
    margin: auto;
    border: 0px;
    margin: 0px;
}





/**********************************************************************/
/* CONTENT SWAPER - NEWS DEFILANTES*/
/**********************************************************************/
#Paajaxticker {
	background-color: transparent;
	text-align: left;
	color: #FFFFFF;
	padding: 2px 0 10px 0px;
	overflow: hidden;
}
#Paajaxtickertitle {
	visibility: hidden;
	display: none;
}
#Paajaxticker span {
	color: #FFFFFF;
	margin: 0 10px 0 0;
}
.Paajaxcontent a, .Paajaxcontent a:visited, .Paajaxcontent a:hover {
	color: #800000;
	font-weight:normal;
}
.Paajaxcontent div {
	float: left;
	color: #000000;
}
/**********************************************************************/
/* FORM */
/**********************************************************************/
.formtexttype {
	width: 150px;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	background-color: #FFEAEA;
}
.folder {
	text-indent: 10px;
	width: 100%;
}
input, textarea, select, button {
	background-color: #F8F8F8;
	margin:2px;
}

textarea:hover, textarea:focus, input:hover, input:focus, select:hover, select:focus {
	background-color: #e7f3f9;
}

input[type=submit] {
	background-color: #0A6AA5;
	color: #ffffff;
}


/**********************************************************************/
/*                              NEWS SLIDER                         */
/**********************************************************************/
#newsslider ul, #newsslider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#newsslider, #newsslider li {
	width: 200px;
	height: 90px;
	overflow: hidden;
}
span#prevBtn a {
	background: url('newsTickerRight.gif') no-repeat;
	display: inline-block;
}
span#nextBtn a {
	background: url('newsTickerLeft.gif') no-repeat;
	display: inline-block;
}
/* numeric controls */
ol#controls {
	margin: 1px;
	padding: 0;
	height: 5px;
}
ol#controls li {
	margin: 0 1px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 5px;
	line-height: 10px;
}
ol#controls li a {
	float: left;
	height: 10px;
	line-height: 10px;
	border: 1px solid #ccc;
	background: #FFECEC;
	color: #555;
	padding: 2px 4px;
	text-decoration: none;
}
ol#controls li.current a {
	background: #FFC1C1;
	color: #fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline: none;
}
/**********************************************************************/
/* CONFIGURATION DU SELECTEUR GALERIE - GALERY SELECTOR CONFIGURATION */
/**********************************************************************/
#galeryselector {
	color: #000000;
	border-left: 1px solid #2731E7;
	border-right: 1px solid #2731E7;
	border-top: 1px solid #2731E7;
	border-bottom: 1px solid #2731E7;
	background-color: #FFE1E1;
	font-size: 8pt;
	font-family: Verdana;
	border-color: #800000;
}
.thumb {
	float: left;
	padding: 10px;
	margin: 10px;
	clear: right;
	text-align: center;
}
.thumb img {
	border: 1px solid #800000;
}
.gal_menu a {
	font-weight: 700;
	font-family: verdana;
	font-size: 16px;
	color: #800000;
}
#gal_container h3 {
	font-weight: 700;
	font-family: verdana;
	font-size: 12px;
	color: #FF9900;
}
#gal_container {
	margin: 0;
	padding: 5px;
	background: #DDDDDD;
}
.titles {
	color: #000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	background: #800000 url('titles.png') repeat-x bottom;
	margin: 20px 0px 20px 0px;
	border: solid 1px #DDDDDD;
}
/**********************************************************************/
/*                               BLINK EFFECT                         */
/**********************************************************************/
.blinkbox {
	border: 1px solid black;
	background: #FFE6E6;
	padding: 10px;
	width: 50%;
	clear: both;
	margin-bottom: 20px;
}
/**********************************************************************/
/*                              INFO POPUPS                         */
/**********************************************************************/
div.infopopups {
	position: absolute;
	width: 200px;
	visibility: hidden;
	top: 0px;
	left: 0px;
	background-color: #FFEAEA;
	padding: 5px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	cursor: help;
}
a.infopointer {
	color: #800000;
	padding-right: 15px;
	background: url('../imagesCSS/aide.gif') no-repeat center right;
}
/**********************************************************************/
/*                      STYLES COMMUNS  - COMMON STYLES               */
/**********************************************************************/
h2 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
	padding-top: 0;
	color: #000;
}
h3 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	padding-top: 0;
	color: #B70049;
}
h4 {
	/*
	text-align: left;
	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	font-style: normal;
	padding-top: 0;
	color: #000;
}
.infodiv {
	background-position: 10px;
	text-align: left;
	text-indent: 30px;
	font-family: verdana;
	font-size: small;
	background-color: #FFEAEA;
	padding: 5px;
	background-image: url('../imagesCSS/warning.png');
	background-repeat: no-repeat;
	border-top: dashed 1px #FF0000;
	border-bottom: dashed 1px #FF0000;
	border-top-color: #800000;
	border-bottom-color: #FF0000;
}
/**********************************************************************/
/*                              Video                        */
/**********************************************************************/
.videothumb, .videothumb a {
	float: left;
	padding: 10px;
	background-color: #1A1A1A;
	margin: 5px;
	clear: right;
	border: 1px solid #606060;
	color: #E19918;
	height:200px
}
a.videothumb:hover {
	background-color: #3C3C3C;
}
.separator {
	clear: both;
	height: 10px;
}
.video {
	background: #1A1A1A;
	padding: 10px;
	margin: auto;
	text-align: center;
}
.videodesc {
	font-family: arial;
	font-size: 12px;
	width: 100px;
	color: #E19918;
	cursor: pointer;
}
.videodesc1 {
	font-family: verdana;
	font-size: 14px;
	font-weight: 700;
	color: #E19918;
	cursor: pointer;
}
.vignettevideo {
	width: 98%;
	cursor: pointer;
}
#videothumb{
	padding:2px;
	width:150px;
}
.thumbnailimage{
	width:150px;
}
#videothumb h1{
	font-size: 12px;
	margin: 0px;
	padding:0px;
	text-align:center;
}
#videothumb h2{
	font-size: 10px;
	margin: 0px;
	padding-top:10px;
	text-align:center;
}
.playvideo{
	background : #000;
	height:30px;
}

/* ===================================
 Styles particuliers
==================================== */
/* couleur de fond de la bande slogan*/
h2.slogan  {
	background:#f9f9f9;
	font-size:2em;
	text-align:center;
	padding : 10px;
}
/* config de la couleur du conteneur du slider*/
#featured{
	width: 100%;
	position:relative;
	margin:0;
	padding:0;
	position: relative; 
}
#featured .flexslider .slide-caption {
	width: 90%; 
	padding: 2%; 
	position: absolute; 
	left: 0; 
	bottom: -40px; 
}


/* config des marges du slider*/
#featured .flexslider {
	padding: 10px 0;
	margin: auto; 
	position: relative; 
	width: 100%;
}

/* ===================================
7. Section: call action
==================================== */
/*Couleur de fond de labande slogan */

section.callaction {
	padding:0 0 0 0;
}

section.callaction {
	padding:0 0 0 0;
}




h1 {
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: 900;
font-style: normal;
padding-top: 0;
color: #0B6D78;
}
/* --- box --- */

.box {
	width: 100%;
}
.box-gray  {
	background: #f8f8f8;
	padding: 20px 20px 30px;
}
.box-gray  h4,.box-gray  i {
	margin-bottom: 20px;
}
.box-bottom {
	padding: 20px 0;
	text-align: center;
}
.box-bottom a {
	color: #fff;
	font-weight: 700;
}
.box-bottom a:hover {
	color: #eee;
	text-decoration: none;
}

.h4 {
font-size: 18px;
color: #000;
}


/* ===================================
 Styles pour blocs homepage
==================================== */
.icon {
width: 90%;
height: 60px;
overflow: hidden;
margin:auto;
}
.icon img{
width: 100%;
height: auto;
}


/* ===================================
 Video hero section
==================================== */

/* Section hero en plein �cran */
.hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Vid�o en arri�re-plan */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajuste la vid�o pour couvrir toute la section */
}

/* Contenu au premier plan */
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 10;
}

/* Am�lioration de la lisibilit� */
.hero-content h1, .hero-content p {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    color: #FFFD80;
}

/* Bouton stylis� */
.hero-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid white;
    transition: 0.3s;
}

.hero-btn:hover {
    background-color: white;
    color: black;
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
  }

.dropdown-menu {margin-left: -162px}

.row {
  margin: 0
}
}
@media (min-width: 1200px) {
.col-lg-12 {
float: left;
position: relative;
min-height: 1px;
padding: 0px;
  }
}


/* ===================================
 Cartes identité
==================================== */

.Identity_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    
    padding: 15px;
    position: relative;
}

.identity_card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 200px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px;
    position: relative;
}

.card-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.card-image {
    width: 100%;
    height: auto;
    border-radius: 8%;
    object-fit: cover;
    margin-bottom: 15px;
	min-height: 250px;
}

.card-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.card-button {
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    bottom: 0;
   left: 50%; /* Centr� horizontalement */
   transform: translateX(-50%); /* Correction du centrage */
   width: 90%;
}

.card-button a, .card-button a:hover{
    color: #fff;
}

.card-button:hover {
    background-color: #0056b3;
}
/* ===================================
 cartes flexibles textes et images
==================================== */


.flexspacebetween {
  display: flex; /* Active Flexbox */
  justify-content: space-between; /* Espace entre les deux divs */
  align-items: center; /* Aligne verticalement les éléments */
  gap: 2rem; /* Ajoute un espace entre les deux divs */
  max-width: 80%;
  margin: auto;
  padding: 20px 0;
}

.flexspacebetween .left img {
  max-width: 90%; /* Rend l'image responsive */
  height: auto; /* Préserve les proportions de l'image */
}

.flexspacebetween .right img {
  max-width: 100%; /* Rend l'image responsive */
  height: auto; /* Préserve les proportions de l'image */
}

.flexspacebetween .right {
  flex: 1; /* Permet au div droit de prendre de la place si nécessaire */
}

.flexspacebetween .left {
  flex: 1; /* Permet au div droit de prendre de la place si nécessaire */
}

@media (max-width: 768px) {
  .flexspacebetween {
    flex-direction: column; /* Empile les divs verticalement sur petits écrans */
    align-items: flex-start; /* Aligne à gauche pour un rendu naturel */
  }
  .identity_card {
    width: 100%;
}


}

.security-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.service-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    transition: all 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 51, 102, 0.1);
}

.service-icon {
    font-size: 32px;
    margin-bottom: 15px;
}

.benefit {
    font-style: italic;
    color: #0066cc;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}

/* Mobile */
@media (max-width: 768px) {
    .security-services-grid {
        grid-template-columns: 1fr;
    }
}
.management-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.benefit-box {
    background: #f0f7ff;
    border-left: 3px solid #0066cc;
    padding: 10px;
    margin-top: 15px;
    font-size: 14px;
}

.case-study-airport {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    margin: 50px 0;
}

.case-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.cta-btn {
    /* Style de base */
    display: inline-block;
    padding: 12px 30px;
    background-color: #0066CC; /* Bleu aéronautique */
    color: white;
    text-decoration: none;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    
    /* Effets visuels */
    box-shadow: 0 4px 6px rgba(0, 102, 204, 0.2);
    position: relative;
    overflow: hidden;
}

/* État au survol */
.cta-btn:hover {
    background-color: #004D99; /* Bleu plus foncé */
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 102, 204, 0.3);
}
a.cta-btn {
    color: #d0cccc;
}

/* État actif (clic) */
.cta-btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 4px rgba(0, 102, 204, 0.3);
}

/* Animation discrète au survol */
.cta-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%, -50%);
    transform-origin: 50% 50%;
}

.cta-btn:hover::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(20, 20);
        opacity: 0;
    }
}

/* Version secondaire (optionnelle) */
.cta-btn.secondary {
    background-color: white;
    color: #0066CC;
    border: 2px solid #0066CC;
}

.cta-btn.secondary:hover {
    background-color: #F0F7FF; /* Bleu très clair */
}

/* Responsive */
@media (max-width: 768px) {
    .cta-btn {
        padding: 10px 20px;
        font-size: 15px;
        width: 100%; /* Pleine largeur sur mobile */
        display: block;
    }
}
@media (max-width: 768px) {
    .management-grid, .expertise-grid {
        grid-template-columns: 1fr;
    }
}
/*****************************************************/
.training-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.training-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    position: relative;
    transition: transform 0.3s;
}

.training-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.training-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: #0066CC;
    color: white;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

.training-card.highlight {
    border: 2px solid #0066CC;
    background: #f0f7ff;
}

.training-meta {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Mobile */
@media (max-width: 768px) {
    .training-grid {
        grid-template-columns: 1fr;
    }
}

/*********************************************/

/* styles.css */
/* --- Global --- */

/* --- Layout --- */
.container { margin: 0 auto; padding: 0 20px; }

/* --- Grids --- */
.grid-3, .grid-4 { 
    display: grid; 
    gap: 30px; 
    margin: 40px 0;
}
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 768px) {
    .grid-3, .grid-4 { grid-template-columns: 1fr; }
}

/* --- Cartes --- */
.card { 
    background: white; 
    border: 1px solid #e0e0e0; 
    border-radius: 8px; 
    padding: 25px; 
    transition: all 0.3s; 
}
.card:hover { 
    transform: translateY(-5px); 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); 
}

/* --- Boutons --- */
.cta-btn { 
    display: inline-block; 
    padding: 12px 30px; 
    background: #0066cc; 
    color: white; 
    border-radius: 4px; 
    text-decoration: none; 
    font-weight: 600; 
    transition: all 0.3s; 
}
.cta-btn:hover { background: #004d99; color: #ffffff;}

/* --- Titres --- */
.section-title { 
    color: #003366; 
    text-align: center; 
    margin: 40px 0; 
}

/* Extension des classes existantes */
.step-number {
    background: #0066CC;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.case-study {
    background: #f9f9f9;
    margin-top: 50px;
}

/* Responsive */
@media (max-width: 768px) {
    .case-study .grid-3 {
        grid-template-columns: 1fr;
    }
}

/* Extension des classes existantes */
.highlight {
    border-left: 4px solid #0066CC;
    background: #f0f7ff;
}

.checklist {
    list-style-type: none;
    padding-left: 0;
}

.checklist li:before {
    content: "✓";
    color: #0066CC;
    margin-right: 10px;
    font-weight: bold;
}

.tech-icon {
    font-size: 32px;
    margin: 15px 0;
}

/* Responsive des icônes */
@media (max-width: 768px) {
    .grid-4 .tech-icon {
        font-size: 24px;
    }
}

/* Extension des classes existantes */
.big-number {
    font-size: 40px;
    font-weight: 700;
    color: #0066CC;
    margin: 15px 0;
}

.step-icon {
    font-size: 32px;
    margin: 10px 0;
}

@media (max-width: 768px) {
    .big-number {
        font-size: 30px;
    }
}

/*HERO IMAGE*/
    /* Conteneur parent */
    .hero-container {
        position: relative;
        width: 100%;
        overflow: hidden; /* Cache les d�bordements �ventuels */
    }

    /* Image en arri�re-plan */
    .hero-img {
        width: 100%;
        height: 70vh; /* Ajustable */
        min-height: 400px;
        object-fit: cover; /* Couvre la zone sans d�formation */
        object-position: center; /* Centre le point d'int�r�t */
        display: block; /* �vite l'espace sous l'image */
    }

    /* Contenu superpos� */
    .hero-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        width: 90%;
        max-width: 800px;
        z-index: 2; /* Au-dessus de l'image */
    }

    /* Overlay sombre (optionnel) */
    .hero-container::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 51, 102, 0.5); /* #003366 � 50% */
    }

    /* Typographie */
    .hero-content h1 {
        font-size: 2.5rem;
        margin-bottom: 15px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .hero-content p {
        font-size: 1.2rem;
        margin-bottom: 25px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        color: #FFFFFF;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .hero-img {
            height: 50vh;
            min-height: 300px;
        }

        .hero-content h1 {
            font-size: 2rem;
        }
    }

    @media (max-width: 480px) {
        .hero-content h1 {
            font-size: 1.8rem;
        }
    }

.hero-img {
    transition: transform 0.5s ease;
}
.hero-container:hover .hero-img {
    transform: scale(1.02);
}