
.cala-form-feedback { grid-column: 1 / -1; width: 100%; }
.cala-form-feedback:empty { display: none; }
.cala-form-feedback p { padding: 15px; margin: 0 0 20px; border-radius: 4px; }
.cala-form-feedback .alert-success { background: #d4edda; color: #155724; }
.cala-form-feedback .alert-danger { background: #f8d7da; color: #721c24; }

header, footer {
  background-color:rgb(19 78 74 / 100%);
  /* background-color:rgb(18 10 129 / 79%); */
  /* background-color:#120C6A; */
}
.cta-section {
  background: linear-gradient(to right, #134e4a, #1e3a8a);
  /* background: linear-gradient(to right, #120C6A, #4a63ab); */
}
.cta-button {
  background-color: #0d9488;
  /* background-color: #120C6A; */
}
.team-section h2, .mission-section h2 {
  color: #134e4a;
  /* color: #120C6A; */
}

.cta-button:hover {
  background-color: #0d9488;
}


body {
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.6;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header Styles */

header .container{
  padding: 0 15px;
  width:calc(100% - 2rem);

}
header {
  position: fixed;
  width: 100%;
  /* padding: 1rem 0; */
  z-index: 50;
  /* background-color: #0d9488; */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-link > div div{font-size:12px;font-family:arial;position:absolute;bottom:-1.7em;color:rgba(255,255,255,.7)}
.logo-link > div{
	line-height:1em;
	position:relative;
	font-size: 1.3rem !important;
    font-family: 'Georgia', serif !important;
    display: inline-block !important;
    vertical-align: middle !important;
	color:#fff;
}
.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    /* color: #333; */
    /* font-weight: bold; */
	margin-right:1rem
	
}
.blue{
	/* color:#003d82 !important */
	}
/* .disc{list-style:none} */
/* .s8{padding:1em 0 0} */
/* .disc li{margin-bottom:.5em !important} */
.activemenu{background-color:#0d9488 !important}

.logo {
  /* width: 40px; */
  /* height: auto; */
  margin-right: 10px;
}

main {padding-top:60px;}
.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items:center;
  gap:20px;
}

.main-menu li {
  /* margin-left: 20px; */
}

.main-menu li a {
  text-decoration: none;
  color: #fff;
  /* padding: 0.5rem 1rem; */
  padding:1.2rem .5rem;
  transition: color 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 2rem;
  line-height: 1.2;
}


.main-menu li a:hover {
  color: #edff00;
  /* or any color you prefer */
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 5px;
}

/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  /* Place behind text */
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Overlay to darken video */
  z-index: -1;
}

.hero-content {
  padding: 20px;
  max-width: 800px;
  z-index: 1;
  /* Make sure the text is above the video */
}

.hero-content h1 {
  font-family: 'Times New Roman';
  font-weight: normal;
  font-size: 3.5rem;
  margin-bottom: 10px;
  text-shadow:0px 1px 5px #000;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  text-shadow:0px 1px 4px #000;
}

.hero-cta {
  margin-top: 15px;
}

/* Mission Section */
.mission-section {
  padding: 40px 0;
  background-color: #f9f9f9;
  text-align: center;
}

h2 {
  font-size: 2rem;
  font-weight: normal;
  color: #134e4a;
  margin-bottom: 2rem;
  text-align: center;
}

.mission-section h2 {
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 2rem;
  /* margin-bottom: 20px; */
}

.mission-section p {
  max-width: 800px;
  font-size: 1.05em;
  margin: 0 auto;
  margin-bottom: 1rem;
}

/* Team Section */
.team-section {
  padding: 40px 0;
  background-color: #eee;
}

.team-section h2 {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 2rem;
  text-align: center;
  margin-bottom: 3rem;
}


.team-members {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.team-member {
  width: 300px;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
}

.team-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

/* Call To Action Section */
.cta-section * {
  color: #fff
}

.cta-section {
  padding: 40px 0;
  text-align: center;
  color: #fff
}

.cta-button {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 0.75rem 2rem;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}


/* .ml{background-color:red} */

/* Responsive Styles */
/* @media (max-width: 768px) { */
@media (max-width: 1024px) {
	header{
  padding:1rem 0;
	}
	main{padding-top:calc(60px + 1rem)}
    .main-menu {
		gap:0;
       display: none;
       flex-direction: column;
       position: absolute;
       top: 90px;  /* Adjusted top to account for header height */
       left: 0;
       /* background-color: #134E4A; /* Adjusted background color */ 
		/* background: linear-gradient(to right, #134e4a, #176762, #134e4a); */
background: linear-gradient(
    to right,
    rgba(19, 78, 74),
    rgba(23, 103, 98),
    rgba(19, 78, 74)
);	   
       width: 100%;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
       z-index: 1000;
    }

   .main-menu.show {
      display: flex;
    }

   .main-menu li{
    margin: 0;
    padding: 0;
	width:100%;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    text-align: center;
   }

   .main-menu li a {
      color: #fff; /* Keep text color white on mobile menu */
	  padding:.5rem;
    }
    
   .main-menu li:last-child {
      border-bottom: none;
   }

    .menu-toggle {
      display: flex;
   }
    .hero-content h1 {
        font-size: 2rem;
     }

     .team-member {
          width: 90%;
          margin-left: auto;
          margin-right: auto;
      }
  
   
}
@media (max-width: 1024px) {
	.logo-link > div{font-size:1.2rem !important}
	.main-menu li a{font-size:1em}
	header .container{        width: calc(100% - 2rem);
        padding: 0 1rem;}
	.main-menu li a{}
  
}



/* Footer */
/* footer p{margin:1rem} */
footer {
    background-color: #134E4A;
    color: white;
	font-size:.9rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    padding: 3rem 0;
}

.footer-section h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

/* Contact Info */
.contact-info {
    display: flex;
    flex-direction: column;
    /* gap: 1rem; */
}

/**/

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
	line-height:.5em;
}

.icon {
    color: #5eead4;
}

/* Quick Links */
.quick-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.quick-links a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.quick-links a:hover {
    color: #5eead4;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 1rem;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    color: white;
    transition: background-color 0.3s;
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.social-text {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: #94a3b8;
}

/* Copyright */
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.5rem 0;
}

.copyright-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #94a3b8;
    font-size: 0.875rem;
}

.legal-links {
    display: flex;
    gap: 1.5rem;
}

.legal-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s;
}

.legal-links a:hover {
    color: white;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .copyright-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .social-links {
        justify-content: center;
    }

    .footer-section {
        text-align: center;
    }

    .contact-item {
        justify-content: center;
    }
}

.team-member {
  text-decoration: none; /* Supprime le soulignement */
  color: inherit; /* Hérite de la couleur du texte parent */
  display: block; /* Permet de rendre l'élément entier cliquable */
  padding: 20px; /* Ajuste si besoin */
  border-radius: 10px; /* Ajoute une légère courbure */
}

.team-member:visited,
.team-member:active {
  color: inherit;
}

.team-member:hover {
  text-decoration: underline; /* Pas d'effet de soulignement */
  border:1px solid #ccc;
  cursor:pointer;
  
}
