@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/montserrat-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/** GLOBAL CLASSES **/
html, body {
    height: 100%;
}
/*
body {
    background: #ffffff;
	color: #6b6969;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	letter-spacing: 0.44px;
	text-align : justify;
}
*/


a {
    cursor: pointer;
    color: #0289b0;
}

a:hover {
    text-decoration: none;
}




.hero-section {
  background: url('/images/hero-reunion.webp') center/cover no-repeat;
  min-height: 70vh;
  position: relative;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

/** MAIN TITLE AREA START **/
.main-title {
    text-align: center;
    margin-bottom: 40px;
}

.main-title h1 {
    background-repeat: no-repeat;
	background-position: center bottom;
	color: #00cbe3;
	font-family: 'Montserrat', sans-serif;
	font-size: 44px;
	font-weight: 400;
	letter-spacing: 0.44px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 30px;
	position: relative;
}

.main-title h1 span{
    font-weight: 700;
}

.main-title-2 {
    margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;

}

.main-title-search {
    margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	color: #00cbe3;
	font-size: 25px;
}

.main-title-2 h2 {	
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #367201;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: 0.44px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
	position: relative;
    text-transform: uppercase;
    text-align: left;
}

.main-title-search h2 {	
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #00cbe3;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0.44px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 30px;
	position: relative;
}

.brlines{height:8px; width:100%; margin-top:10px; background:url('/images/breadcrumb.png');}



/* ================================
   FOOTER PREMIUM COMPLET
================================ */

footer.footer-luxe {
    position: relative;
    overflow: hidden;

    /* image + voile sombre */
    background:
        linear-gradient(
            rgba(0,0,0,0.60),
            rgba(0,0,0,0.60)
        ),
        url('/images/guidereunion-back-footer.webp');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: #f5f5f5;
    padding: 60px 0 40px;

    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

footer.footer-luxe h2 {
    color: #ffd700;                     /* titres dorés */
    font-weight: 600;
    margin-bottom: 20px;
}

footer.footer-luxe .footer-title {
    color: #ffd700;      /* titres dorés */
    font-weight: 600;    /* gras */
    font-size: 2rem;   /* taille légèrement plus petite */
    margin-bottom: 20px; /* espace en dessous */
}

footer.footer-luxe p,
footer.footer-luxe li,
footer.footer-luxe small {
    color: #ccc;                        /* texte secondaire clair */
    line-height: 1.6;
}

footer.footer-luxe a {
    color: #e6c35c;                     /* liens dorés */
    text-decoration: none;
    transition: all 0.3s ease;
}

footer.footer-luxe a:hover {
    color: #ffd700;
    text-decoration: underline;
}

footer.footer-luxe ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.footer-luxe li {
    margin-bottom: 8px;
}

footer.footer-luxe .footer-top {
    border-bottom: 1px solid rgba(255,215,0,0.2);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

footer.footer-luxe .footer-bottom {
    font-size: 0.8rem;
    color: #777;
    text-align: center;
}

/* Icônes sociales */
footer.footer-luxe .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;

    width: 42px;
    height: 42px;
    border-radius: 50%;

    color: #e6c35c;
    font-size: 1.1rem;
    text-decoration: none;

    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);

    transition: all 0.3s ease;
}

/* Hover global */
footer.footer-luxe .social-icons a:hover {
    color: #ffd700;
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

/* Couleurs au hover (optionnel mais stylé) */
footer.footer-luxe .social-icons a.facebook:hover {
    background: #1877f2;
    color: white;
}

footer.footer-luxe .social-icons a.instagram:hover {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
    color: white;
}

footer.footer-luxe .social-icons a.youtube:hover {
    background: #ff0000;
    color: white;
}

/* WhatsApp hover */
footer.footer-luxe .social-icons a.whatsapp:hover {
    background: #25D366;
    color: white;
}

footer.footer-luxe .social-icons a.whatsapp {
    position: relative;
}

footer.footer-luxe .social-icons a.whatsapp::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.4);
    opacity: 0;
    transition: opacity 0.3s;
}

footer.footer-luxe .social-icons a.whatsapp:hover::after {
    opacity: 1;
}

/* Newsletter input & button */
footer.footer-luxe .newsletter input[type="email"] {
    padding: 10px 15px;
    border-radius: 4px 0 0 4px;
    border: none;
    width: 70%;
}

footer.footer-luxe .newsletter button {
    padding: 10px 20px;
    border-radius: 0 4px 4px 0;
    border: none;
    background: linear-gradient(135deg, #ffd700, #e6c35c, #bfa133);
    color: #1a1a1a;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

footer.footer-luxe .newsletter button:hover {
    background: linear-gradient(135deg, #ffe066, #ffd700, #e6c35c);
}


/*==============================
  Responsive /* Mobile (par défaut) 
==============================*/
@media (max-width: 768px) {

    footer.footer-luxe .footer-top {
        text-align: center;
    }
    footer.footer-luxe ul {
        margin-top: 15px;
    }
    footer.footer-luxe .newsletter input[type="email"] {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 4px;
    }
    footer.footer-luxe .newsletter button {
        width: 100%;
        border-radius: 4px;
    }



}