


.cta-bt {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  padding: 12px 40px;
  border-radius: 50px;
  color: #fff;
  background: #111;
  border: 1px solid transparent;
  z-index: 1;
}

/* Texte au-dessus */
.cta-bt span,
.cta-bt i {
  position: relative;
  z-index: 2;
}

/* Bordure animée */
.cta-bt::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;

  background: linear-gradient(
    270deg,
    red,
    orange,
    yellow,
    lime,
    cyan,
    blue,
    magenta,
    red
  );

  background-size: 400% 400%;

  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;

  animation: borderFlow 4s linear infinite;
}

/* Animation du gradient (pas de rotation) */
@keyframes borderFlow {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

.cta-bt:hover {
  color: #10b981;
}
  

  
    .modal-content {
    animation: fadeInUp 0.3s ease;
}

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.form-control:focus {
    box-shadow: 0 0 0 2px rgba(99,102,241,0.2);
    border-color: #6366f1;
}


.form-control:focus, .form-select:focus {
    border-color: #ec4899;
    box-shadow: 0 0 0 2px rgba(236,72,153,0.2);
}

.btn:hover {
    transform: scale(1.02);
    transition: 0.2s;
}
  


  #btn-spin {
					font: bold 10px/16px 'Helvetica Neue', Arial, Helvetica, sans-serif;
					background-color: #3386c0;
					color: #fff;
					position: absolute;
					top: 4px;
					left: 4%;
					z-index: 1;
					border: none;
					width: 100px;
					//margin-left: -100px;
					display: block;
					cursor: pointer;
					padding: 0px 0px;
					border-radius: 3px;
					}
					#btn-spin:hover {
					background-color: #4ea0da;
					}
			   #map {
            
            height: 250px !important;
            bottom: 0;
            background-color: black;
            color: black;
        }
 #menu {
	position: absolute;
	background: #efefef;
	font-family: 'Open Sans', sans-serif;
	}
 #menu3 {
	position: absolute;
	top:25px;
	background: rga(0,0,0,0);
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	}
#menu4 {
	position: absolute;
	top:25px;
	background: rga(0,0,0,0);
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	}		








    #mymapid {
            
            height: 300px !important;
            bottom: 0;
            background-color: black;
            color: black;
        }

#menu4 {
	position: absolute;
	top:25px;
	background: rga(0,0,0,0);
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	}




  /* :root {
            --primary: #6366f1;
            --primary-dark: #4f46e5;
            --secondary: #ec4899;
            --accent: #06b6d4;
            --dark: #0f172a;
            --darker: #020617;
            --card: rgba(30, 41, 59, 0.7);
            --glass: rgba(255, 255, 255, 0.05);
            --success: #10b981;
            --warning: #f59e0b;
            --danger: #ef4444;
            --text: #f8fafc;
            --text-muted: #94a3b8;
        }  */

        .pulse-ring, .pulse-ring1, .pulse-ring2 {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            position: relative;
            vertical-align: middle;
            align-items: center;
        }

        .pulse-ring::before,
        .pulse-ring::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            background: var(--success);
            border-radius: 50%;
            animation: ripple 2s infinite;
        }
        .pulse-ring1::before,
        .pulse-ring1::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            background: var(--warning);
            border-radius: 50%;
            animation: ripple 2s infinite;
            
        }
        .pulse-ring2::before,
        .pulse-ring2::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            border-radius: 50%;
            animation: ripple 2s infinite;
            background: var(--danger);
        }

        .pulse-ring::after, .pulse-ring1::after, .pulse-ring2::after {
            animation-delay: 0.5s;
        }

        @keyframes ripple {
            0% { width: 12px; height: 12px; opacity: 1; }
            100% { width: 40px; height: 40px; opacity: 0; }
        }

        .clock {
            font-family: 'Space Grotesk', monospace;
            font-size: 1.2rem;
            color: var(--text);
            font-weight: 500;
        }

        /* Main Container */
        /* .container {
            max-width: 1600px;
            margin: 0 auto;
            padding: 40px;
        } */




  .stretched-link{
    text-decoration: none;
    color: #020617;
  }








/* ===== BOUTON RETOUR EN HAUT - NOM UNIQUE ===== */
.btn-back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ea9466 0%, #764ba2 100%);
  color: white;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.3);
  transform: translateY(100px);
  cursor: pointer;
}

.btn-back-to-top.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.btn-back-to-top:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
}

.btn-back-to-top i {
  font-size: 28px;
  line-height: 1;
}

@media (max-width: 768px) {
  .btn-back-to-top {
    right: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px;
  }
  .btn-back-to-top i {
    font-size: 24px;
  }
}


















/* Bandeau messages */
.hero-messages {
  overflow: hidden;
  position: relative;
}

/* Messages généraux */
.hero-messages .message-item {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 12px;
  font-weight: 500;
  margin-right: 10px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  flex-shrink: 0;
}

/* Types de messages */
.hero-messages .message-item.info { background: rgba(0,123,255,0.3); color:#fff; }
.hero-messages .message-item.fix { background: rgba(255,215,0,0.3); color:#000; }
.hero-messages .message-item.blink { background: rgba(255,0,0,0.4); color:#fff; animation: blink 1s step-start infinite; }

/* Animation clignotante */
@keyframes blink { 50% { opacity: 0; } }

/* Défilement MessageInfo (anciennement .messages-track-content) */
.marquee-rtl {
  max-width: 100%;                      
  overflow: hidden;                     
  box-shadow: 0 .02em .5em #CCC, inset 0 0 1em .25em #CCC;
}

.marquee-rtl > :first-child {
  display: inline-block;                
  padding-right: 0.5em;                  
  padding-left: 100%;                   
  white-space: nowrap;                  
  animation: defilement-rtl 15s infinite linear;
}

@keyframes defilement-rtl {
  0% { transform: translate3d(0,0,0); }
  100% { transform: translate3d(-100%,0,0); }
}

/* Fade aux extrémités si tu veux l’ajouter */
.messages-track-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  pointer-events: none;
  z-index: 2;
}

.messages-track-fade:first-child {
  left: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.35) 0%, transparent 100%);
}

.messages-track-fade:last-child {
  right: 0;
  background: linear-gradient(to left, rgba(0,0,0,0.35) 0%, transparent 100%);
}

/* Responsive */
@media (max-width:768px){
  .hero-messages { padding: 2px 10px; }
  .hero-messages .message-item { padding:3px 6px; font-size:0.8rem; }
}














/* ===== MODAL GLOBAL ===== */
.contact-modal {
  z-index: 9999;
}

.contact-modal .modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
}

.contact-modal .modal-content {
  border: none;
  border-radius: 24px;
  overflow: hidden;
  background: #f8fafc;
  box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  animation: modalSlideIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* ===== HEADER ===== */
.contact-modal .modal-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.contact-modal .modal-header::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  animation: shimmer 8s linear infinite;
}

@keyframes shimmer {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


@keyframes iconPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,255,255,0.4); }
  50% { transform: scale(1.05); box-shadow: 0 0 0 20px rgba(255,255,255,0); }
}


.modal-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.admin-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: rgba(255,255,255,0.2);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.3);
}

.badge-count {
  color: #fbbf24;
  font-weight: 700;
}

.badge-separator {
  opacity: 0.6;
}

.badge-total {
  opacity: 0.9;
}
/* 
.header-subtitle {
  margin: 0.5rem 0 0;
  opacity: 0.9;
  font-size: 0.95rem;
  font-weight: 300;
} */

.close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(255,255,255,0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  z-index: 2;
}

.close-btn:hover {
  background: rgba(255,255,255,0.3);
  transform: rotate(90deg);
}

.close-btn svg {
  width: 20px;
  height: 20px;
  color: white;
}

/* ===== MODAL BODY ===== */
.contact-modal .modal-body {
  padding: 2rem;
  background: #f8fafc;
}

/* ===== SECTIONS ===== */
.section-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  color: #64748b;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.section-header svg {
  width: 20px;
  height: 20px;
  stroke: #6366f1;
}

/* ===== ADMIN SECTION ===== */
.admin-section {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px dashed #e2e8f0;
}

.messages-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.message-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.message-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}

.message-card.responded {
  border-color: #10b981;
  background: linear-gradient(to right, #f0fdf4 0%, white 100%);
}

.message-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  cursor: pointer;
  transition: background 0.2s;
}

.message-header:hover {
  background: #f8fafc;
}

.message-status {
  flex-shrink: 0;
}

.status-badge {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.status-badge.success {
  background: #d1fae5;
  color: #059669;
}

.status-badge.pending {
  background: #fef3c7;
  color: #d97706;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.status-badge svg {
  width: 20px;
  height: 20px;
}

.message-info {
  flex: 1;
}

.message-subject {
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 0.25rem;
}

.message-email {
  font-size: 0.875rem;
  color: #64748b;
}

.message-arrow {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  transition: transform 0.3s;
}

.message-card.expanded .message-arrow {
  transform: rotate(180deg);
}

.message-arrow svg {
  width: 20px;
  height: 20px;
}

/* ===== MESSAGE CONTENT ===== */
.message-content {
  display: none;
  padding: 0 1.25rem 1.25rem;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.message-text {
  background: #f1f5f9;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.message-text label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  display: block;
}

.message-text p {
  margin: 0;
  color: #334155;
  line-height: 1.6;
}

/* ===== REPLY SECTION ===== */
.reply-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.reply-input-group label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  margin-bottom: 0.5rem;
  display: block;
}

.reply-textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-family: inherit;
  font-size: 0.95rem;
  resize: vertical;
  transition: all 0.3s;
  background: white;
}

.reply-textarea:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.btn-reply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.875rem 1.5rem;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  align-self: flex-start;
}

.btn-reply:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px rgba(99, 102, 241, 0.4);
}

.btn-reply .btn-icon svg {
  width: 18px;
  height: 18px;
}

/* ===== CONTACT FORM SECTION ===== */
.contact-form-section {
  margin-top: 1rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 640px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== FLOATING INPUTS ===== */
.input-group {
  position: relative;
}

.input-group.floating input,
.input-group.floating textarea {
  width: 100%;
  padding: 1rem 1rem 1rem 3rem;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  font-size: 1rem;
  background: white;
  transition: all 0.3s;
}

.input-group.floating textarea {
  padding-left: 1rem;
  min-height: 120px;
  resize: vertical;
}

.input-group.floating input:focus,
.input-group.floating textarea:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
}

.input-group.floating label {
  position: absolute;
  left: 3rem;
  top: 1rem;
  color: #94a3b8;
  font-size: 1rem;
  pointer-events: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.input-group.floating textarea ~ label {
  left: 1rem;
  top: 1rem;
}

.input-group.floating label svg {
  width: 18px;
  height: 18px;
  stroke: #cbd5e1;
  transition: stroke 0.3s;
}

/* Animation label flottant */
.input-group.floating input:focus ~ label,
.input-group.floating input:not(:placeholder-shown) ~ label,
.input-group.floating textarea:focus ~ label,
.input-group.floating textarea:not(:placeholder-shown) ~ label {
  top: -0.5rem;
  left: 1rem;
  font-size: 0.75rem;
  color: #6366f1;
  background: white;
  padding: 0 0.5rem;
  font-weight: 600;
}

.input-group.floating input:focus ~ label svg,
.input-group.floating textarea:focus ~ label svg {
  stroke: #6366f1;
}

.input-focus {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #6366f1, #8b5cf6);
  transition: all 0.3s;
  border-radius: 0 0 16px 16px;
}

.input-group.floating input:focus ~ .input-focus,
.input-group.floating textarea:focus ~ .input-focus {
  left: 0;
  width: 100%;
}

/* ===== SUBMIT BUTTON ===== */
.btn-submit-main {
  width: 100%;
  padding: 1.25rem;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  border: none;
  border-radius: 16px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 4px 6px -1px rgba(16, 185, 129, 0.2);
}

.btn-submit-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px rgba(16, 185, 129, 0.3);
}

.btn-submit-main:active {
  transform: translateY(0);
}

.btn-arrow {
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}

.btn-submit-main:hover .btn-arrow {
  transform: translateX(4px);
}

.btn-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.5s;
}

.btn-submit-main:hover .btn-shine {
  left: 100%;
}

/* ===== MODAL FOOTER ===== */
.modal-footer {
  border: none;
  padding: 1.5rem 2rem;
  background: #f1f5f9;
  display: flex;
  justify-content: center;
}

.btn-close-modal {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: white;
  color: #64748b;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-close-modal:hover {
  border-color: #cbd5e1;
  color: #475569;
  transform: translateY(-1px);
}

.btn-close-modal svg {
  width: 18px;
  height: 18px;
}

/* ===== SCROLLBAR ===== */
.contact-modal ::-webkit-scrollbar {
  width: 8px;
}

.contact-modal ::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}

.contact-modal ::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

.contact-modal ::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}














/* Logo toujours à gauche */
.logo {
  flex-shrink: 0;
}

/* Navbar prend l'espace restant et pousse à droite */
/* .navbar {
  flex-grow: 0;
} */

/* Menu mobile */
/* .navbar-collapse {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  padding: 1rem;
  margin-top: 0.5rem;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  min-width: 250px;
  z-index: 1000;
} */

 @media (min-width: 992px) {
  .navbar-collapse {
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
    position: static;
    display: flex !important;
  }
  
  .navbar-nav {
    flex-direction: row;
  }
  
  .nav-item {
    margin-left: 0.25rem;
  }
} 

/* Boutons plus compacts sur mobile */
@media (max-width: 991px) {
  .nav-item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  
  .nav-item .btn {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  } 
  
  .dropdown-menu {
    width: 100%;
    border: none;
    background: #f8f9fa;
  }
}

/* Toggle button */
/* .navbar-toggler {
  padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
} */




















/* Glass Effect Card */
.glass-card {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(15px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.glass-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}

/* Image hover glow */
.img-hover-glow:hover {
  filter: brightness(1.1) drop-shadow(0 0 12px rgba(0,0,0,0.4));
  transition: 0.3s;
}

/* Animated Badge */
@keyframes pulseBadge {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}
.animate-badge {
  animation: pulseBadge 1.2s infinite;
  font-size:0.75rem;
  padding:0.35em 0.6em;
  border-radius: 12px;
  text-transform: uppercase;
  font-weight:600;
}

/* Buttons hover shadow */
.btn-hover-shadow:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/* Responsive adjustments */
@media (max-width:992px){
  .glass-card { margin-bottom:1rem; }
}


















#btn-spin4 {
					font: bold 10px/16px 'Helvetica Neue', Arial, Helvetica, sans-serif;
					background-color: #3386c0;
					color: #fff;
					position: absolute;
					top: 4px;
					left: 4%;
					z-index: 1;
					border: none;
					min-width: 120px;
					display: block;
					cursor: pointer;
					padding: 2px 10px;
					border-radius: 3px;
					}
					#btn-spin4:hover {
					background-color: #4ea0da;
					}