/* Suppression des polices avec empattement */
body, html {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    scroll-behavior: smooth;
}
/* Quelques ajustements de base pour éviter les sauts de page au chargement */
body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Transition douce pour les ancres */
html {
	scroll-behavior: smooth;
}

.landing-container {
    position: relative;
    overflow-x: hidden;
}

/* Logo flottant */
.central-logo-container {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 35px;
    border-radius: 2px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.main-logo {
    height: 55px;
    width: auto;
    display: block;
}

/* Layout */
.split-wrapper {
    display: flex;
    height: 100vh;
    min-height: 650px;
}

.split-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 40px;
    text-align: center;
}

.split-box.lodge { color: #fff; }
.split-box.lodge .bg-image {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&q=80&w=1200') center/cover;
}
.split-box.lodge .overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.split-box.sarl { background: #fdfdfd; }

.box-content { position: relative; z-index: 10; max-width: 400px; }
.box-content h1, .box-content h2 {
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.btn-viccaria {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    transition: 0.3s;
}

.btn-white { border: 2px solid #fff; color: #fff; }
.btn-white:hover { background: #fff; color: #000; }
.btn-dark { border: 2px solid #333; color: #333; }
.btn-dark:hover { background: #333; color: #fff; }

/* Prestations */
.sarl-details { padding: 80px 20px; background: #fff; border-top: 1px solid #eee; }
.inner { max-width: 1200px; margin: 0 auto; }
.section-title { text-align: center; margin-bottom: 50px; font-weight: 300; text-transform: uppercase; }

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.service-item { background: #f9f9f9; padding: 30px; border-top: 3px solid #333; text-align: center; }
.service-icon { font-size: 1.8rem; margin-bottom: 15px; }
.service-item h4 { font-weight: 700; text-transform: uppercase; font-size: 0.9rem; margin-bottom: 10px; }

/* Pied de page */
.main-footer {
    background: #1a1a1a;
    color: #999;
    padding: 60px 20px 40px;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.8;
}

.footer-content { max-width: 800px; margin: 0 auto; }
.footer-info { margin-bottom: 25px; color: #ccc; }

.footer-links { margin-bottom: 25px; }
.footer-links a { color: #fff; text-decoration: none; transition: 0.3s; }
.footer-links a:hover { color: #aaa; }
.footer-links .sep { margin: 0 10px; color: #444; }

.whatsapp-link { color: #25D366 !important; font-weight: bold; }
.footer-bottom { border-top: 1px solid #333; padding-top: 25px; font-size: 0.8rem; }
.footer-partner-link { display: inline-block; opacity: 0.35; transition: opacity 0.3s; vertical-align: middle; }
.footer-partner-link:hover { opacity: 1; }
.footer-partner-logo { height: 20px; width: auto; display: block; }

/* Mobile */
@media (max-width: 850px) {
    .split-wrapper { flex-direction: column; height: auto; }
    .split-box { min-height: 450px; }
    .central-logo-container {
        position: relative; transform: none; left: 0; width: 100%;
        box-shadow: none; border-bottom: 1px solid #eee;
    }
}
/* Header commun réduit pour pages secondaires */
.common-header {
    position: relative;
    height: 80px; /* Hauteur réduite */
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #1a1a1a;
    border-bottom: 1px solid #333;
}

.common-header .header-bg {
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background: url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&q=80&w=1200') center/cover;
    filter: blur(2px) grayscale(50%); /* Flou légèrement réduit */
    opacity: 0.4; /* Opacité réduite pour plus de discrétion */
    transform: scale(1.1);
}

.common-header .header-overlay {
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.header-container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Icône Home */
.nav-icon-link {
    color: #fff;
    font-size: 1.2rem;
    transition: 0.3s;
    text-decoration: none;
}

.nav-icon-link:hover {
    color: #ccc;
}

/* Logo dans le bandeau */
.nav-logo img {
    height: 40px; /* Taille du logo ajustée à la hauteur du bandeau */
    width: auto;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.5));
}

/* Sélecteur de langue */
.lang-selector {
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 0.8rem;
}

.lang-selector a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    padding-bottom: 2px;
}

.lang-selector a.active {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.lang-selector .sep {
    margin: 0 8px;
    opacity: 0.3;
}

/* Ajustement du contenu principal */
.landing-container .inner {
    padding-top: 40px !important;
}

/* ==========================================================================
   PAGE CONTACT
   ========================================================================== */
.contact-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #444;
    font-size: 1.1rem;
}

.contact-alert-success {
    background: #d4edda;
    color: #155724;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 4px;
}

.contact-alert-error {
    background: #f8d7da;
    color: #721c24;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.contact-alert-error p {
    margin: 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 600px;
    margin: 0 auto 60px;
}

.contact-input {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

.contact-submit {
    border: none;
    cursor: pointer;
    font-size: 1rem;
    padding: 15px;
}

.honeypot-field {
    display: none;
}

.contact-links-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.contact-link {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 1.1rem;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease;
}

.contact-link:hover {
    border-bottom: 2px solid #333;
}

.contact-link i {
    margin-right: 8px;
}