
  @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');
  
.header .logo h1 {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .logo img {
  max-height: 70px;
  margin-right: 8px;
}


  /* Conteneur de l'image */
   .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 0px; /* pour compenser le header fixe */
}


		
		.center-picture{
			margin-top:20px;
			  max-width: 100%;
  height: auto;
   text-align: center;
		}
		

        .image-container img {
           width: 100%;
    max-height: 600px; /* Ajuste la hauteur maximale */
    object-fit: cover; /* Coupe l'image si nécessaire pour remplir l'espace */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	  display: block;
    max-width: 100%;
    height: auto;
	object-fit: contain;
	padding-top:15px;
	padding-bottom:15px;
	background:#ffffff8c;
        }

        /* Style du tableau */
.table-container {
font-family: 'Source Sans Pro', sans-serif;
	
	width:100%;
	justify-content:center;
	display:flex;
    width: 90%;
    max-width: 1450px;
	border-collapse: separate;
    background: white;
    border-radius: 10px;
	overflow-x: auto;
    overflow: hidden;
	 align-items: flex-start;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); /* Ombre douce autour du tableau */
    table-layout: auto; /* Permet aux colonnes de s'ajuster */
	margin:0 auto;
}


.table-container td {
    padding: 10px;
    text-align: center; /* Centre le texte horizontalement */
    vertical-align: middle; /* Centre le texte verticalement */
    word-wrap: break-word;
font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1rem;
	font-weight:400;

}



  .missionalign2{
  margin-left:80px;
  
  }






/* Masquer la partie table-container lorsque l'écran est de 768px ou moins */
@media (max-width: 768px) {
    .table-container {
        display: none; /* Cache le tableau */
    }

    .card-container {
        display: flex; /* Affiche les cartes */
    }
	
	
	td:first-child {
		display: none; /* Cache le tableau */
	}
}



table {
    width: 90%;
    max-width: 1300px;
    margin: 20px auto;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); /* Ombre douce autour du tableau */
    background: #ffffff;
}



      /* Styles des cellules */
td {
	
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    text-align: left;
    word-break: break-word; /* Permet le retour à la ligne dans les cellules longues */
}

/* Style général des cellules */
td, th {

    padding: 20px;
    font-size: 16px;
    text-align: left;
    border: 2px solid #ddd; /* Bordure grise standard */

    border-radius: 8px;
	
	
	
    /* background: linear-gradient(145deg, #f1f1f1, #ffffff); /* Dégradé léger pour les cellules */ 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre douce pour l'effet de profondeur */ 
	
	/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) -2px 0px 6px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease-in-out; /* Transition pour les effets au survol */
}





/* Définition des largeurs de colonnes */
td:first-child {

	
color: #333;
font-family: 'Open Sans', sans-serif;
    font-variant: small-caps;
    font-weight: bold;
	background-color:#e9f9e678;
    white-space: nowrap; /* Empêche le retour à la ligne */
    width: 15%; /* Réduit la largeur de la première colonne */
	border-left: 3px solid #28a745; 
	 border: 2px solid #ddd; /* Bordure grise standard */
	 border-radius: 8px;
	 box-shadow: 0 4px 6px rgba(0, 0, 0, 0.22); /* Ombre douce pour l'effet de profondeur */
    transition: all 0.3s ease-in-out; /* Transition pour les effets au survol */
	
	
}
	/* Bordure verte à droite de la première colonne */


td:nth-child(2)
{
    width: 40%; /* Colonnes 2 et 3 prennent plus de place */
}


td:nth-child(3)
{
    width: 39%; /* Colonnes 2 et 3 prennent plus de place */
}



       