@font-face {
    font-family: 'Classy Vogue';
    src: url('../fonts/ClassyVogueRegular.woff2') format('woff2'),
        url('../fonts/ClassyVogueRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Black.woff2') format('woff2'),
        url('../fonts/Archivo-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tribun ADF Std';
    src: url('../fonts/TribunADFStd-Medium.woff2') format('woff2'),
        url('../fonts/TribunADFStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lacoste Sans';
    src: url('../fonts/LacosteSansLight.woff2') format('woff2'),
        url('../fonts/LacosteSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Corporate A';
    src: url('../fonts/CorporateA-Regular.woff2') format('woff2'),
        url('../fonts/CorporateA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/* --- Variables et Réinitialisation de Base --- 

 --font-body: 'Classy Vogue';
-font-body: "Montserrat", sans-serif;
*/
:root {
    --color-primary: #000000; 
	--color-secondary:#e32522;
    --color-background: #000000; 
   --font-body: "Josefin Sans", sans-serif;
	--font-title: "Playfair Display", serif;
}

body {
    font-family: var(--font-body);
	font-style: normal;
    background-color: #FFFFFF;
    line-height: 1.5;
	color: var(--color-primary);
	font-size: 1.09em;
}

a {
    text-decoration: none;
    transition: color 0.3s ease;
	color:#000!important;
}
a:hover {
	/*color:var(--color-secondary)!important;*/
	color:#000!important;
}

.font-dkny {
	font-family: 'Archivo'!important;
    font-weight: 900!important;
    font-style: normal!important;
}

.font-guess {
	font-family: 'Tribun ADF Std'!important;
    font-weight: 500!important;
    font-style: normal!important;
}
.font-karl {
	font-family: 'Gotham'!important;
    font-weight: bold!important;
    font-style: normal!important;
}
.font-lacoste {
	font-family: 'Lacoste Sans'!important;
    font-weight: 300!important;
    font-style: normal!important;
}
.font-mercedes {
	font-family: 'Corporate A'!important;
    font-weight: normal!important;
    font-style: normal!important;
}
.font-tumi {
	font-family: 'Proxima Nova Rg'!important;
    font-weight: normal!important;
    font-style: normal!important;
}

.text-primary { color:var(--color-primary)!important}
.text-secondary { color:var(--color-secondary)!important}

footer {
	font-size: 0.85rem;
}


.pt-body {
	padding-top: 100px
}

.font-title{
	font-family: var(--font-title);
}
.text-underline {
	text-decoration: underline
}

/* Couleur de l'icône burger en blanc (règle clé) */
.custom-toggler-icon {
    /* Code SVG pour forcer l'icône burger en blanc pur, lisible sur fond noir ou transparent */
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

/* --- Styles du Header (Menu Sticky & Noir) --- */
/*
.custom-navbar {
    background-color: transparent !important; 
    transition: background-color 0.4s ease, padding 0.4s ease;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 1031; 
}
*/
/* Le conteneur interne pour forcer l'alignement sur toute la largeur */
/*
.custom-navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; 
    padding-left: 40px;
    padding-right: 40px;
}
*/

/* État Transparent (par défaut, sur la vidéo) */
.transparent-bg {
    background-color: transparent !important; 
}

.transparent-bg .nav-link, 
.transparent-bg .custom-logo {
    color: #fff !important; 
}

/* État Solide Noir (sticky après scroll ou autres pages) */
.solid-bg {
    /*background-color: #000000 !important; */ /* Fond Noir Solide */
	background: rgba(0, 0, 0, .5) !important;
    padding-top: 25px; 
    padding-bottom: 25px;
}

.solid-bg .nav-link,
.solid-bg .custom-logo {
    color: #fff !important; 
}

/* Logo */
.custom-logo {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    flex-shrink: 0; 
}
.custom-logo img {
	max-width: 250px
}

/* -------------------------------------- */
/* --- 1. Alignement et Ordre (Desktop) --- */
/* -------------------------------------- */
/*
@media (min-width: 992px) {

    .navbar-toggler {
        display: none;
    }


    .custom-nav-left-area {
        flex-grow: 1; 
        justify-content: flex-start;
        max-width: 40%;
    }


     .custom-nav-right-area {
        display: flex;
        align-items: center;
        flex-grow: 1;
        justify-content: flex-end;
        text-align: right;
        max-width: 40%;
    }

    .custom-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1001;
    }
    
    .custom-nav-links {
        display: flex !important; 
        flex-direction: row !important; 
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        margin-right: auto;
        width: 100%;
        justify-content: flex-start; 
    }

    .custom-nav-links .nav-item {
        display: inline-block !important; 
        padding: 0 10px; 
    }

    .custom-nav-contact {
        display: flex !important;
        margin-left: auto;
    }
	
	
}
*/

/* -------------------------------------- */
/* --- 2. Menu Mobile (Burger) --- */
/* -------------------------------------- */
/*
@media (max-width: 991px) {

    .custom-navbar {
        background-color: #000000 !important;
        padding-top: 15px; 
        padding-bottom: 15px;
    }

    .custom-navbar-content {
        justify-content: space-between; 
        padding-left: 20px; 
        padding-right: 20px;
    }

    .custom-logo {
        margin-left: 0; 
        position: relative; 
        transform: none; 
        order: 1; 
    }
    
    .custom-nav-left-area {
        display: none;
    }
    
    .custom-nav-right-area {
        display: flex !important; 
        justify-content: flex-end;
        order: 2; 
    }
    
    .navbar-toggler {
        display: block;
    }

    .navbar-collapse {
        background-color: #000;
        width: 100%;
        padding: 15px 20px;
        margin-top: 0px; 
        position: absolute; 
        top: 100%;
        left: 0;
    }

}
*/

/* -------------------------------------- */
/* --- 3. Effet Souligné sur Hover (RÉTABLI) --- */
/* -------------------------------------- */

/*
.custom-navbar .nav-item {
    padding: 0 15px; 
}

.custom-navbar .nav-link { 
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.85rem;
    position: relative;
    display: block; 
}


.custom-navbar .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease, left 0.3s ease;
	
}
.custom-navbar .lang::after {
 	display: none!important	
}

.custom-navbar .nav-link:hover::after {
    width: 100%;
    left: 0;
}

@media (max-width: 991px) {
     .custom-navbar .nav-link:hover::after {
        width: 0;
        left: 50%;
    }
}
*/

/* -------------------------------------- */
/* --- 4. Sections Vidéo (Parallaxe & Pleine Hauteur) --- */
/* -------------------------------------- */

.parallax-container-mini {
    position: relative;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff; 
    overflow: hidden;
    background-color: #333; 
}

.justify-content-center{
	justify-content: center;
}

/*
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; 
    transform: scale(1.1); 
    opacity: 0.75; 
    filter: brightness(0.7); 
}

.parallax-container {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff; 
    overflow: hidden;
    background-color: #333; 
}
*/

.parallax-container {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff; 
    overflow: hidden;
    background-color: #000;
}

.background-video {
    position: absolute;
    top: -25vh;       
    left: 0;
    width: 100%;
    height: 150vh;  
    object-fit: cover;
    z-index: 1;
    /*opacity: 0.75;
    filter: brightness(0.7);*/
    will-change: transform;
    transform: translate3d(0, 0, 0); 

}

.hero-content {
    position: relative;
    z-index: 10; 
    padding: 20px;
    max-width: 1200px;
}

.hero-content h1, .hero-content h2 {
    font-weight: 300;
    letter-spacing: 1px;
}

.cta-button {
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9rem;
    background-color: rgba(255, 255, 255, 0.1); 
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #fff;
    color: #000;
}

/* -------------------------------------- */
/* --- 5. Pied de Page (Footer) --- */
/* -------------------------------------- */
.bg-black a {
    color: #fff !important;
}
.bg-black a:hover {
    color: var(--color-secondary) !important;
}

/* --- Styles pour le Menu Déroulant Langue (Ajouter ces règles) --- */

.custom-lang-dropdown {
    /* Ajoute un petit espace entre le sélecteur et les autres liens */
    margin-right: 15px; 
    z-index: 1040; /* Assure qu'il est bien au-dessus des autres éléments */
}

.custom-lang-dropdown .dropdown-toggle {
    /* Utilise le style de lien de navigation pour l'harmoniser */
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding-left: 0.5rem !important; /* Petit ajustement de padding */
    padding-right: 0.5rem !important;
}

/* S'assurer que le bouton langue a le bon soulignement au hover (réutilise le style .nav-link) */
.custom-lang-dropdown .dropdown-toggle:hover::after {
    width: 100%;
    left: 0;
}

/* Style spécifique pour le menu déroulant sombre (Bootstrap class: dropdown-menu-dark) */
.dropdown-menu-dark {
    background-color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 0;
    min-width: 5rem; /* Réduit la largeur pour qu'il soit compact */
}

.dropdown-menu-dark .dropdown-item {
    color: #ffffff!important;
    font-size: 0.85rem;
    padding: 5px 15px;
    transition: background-color 0.2s;
}

.dropdown-menu-dark .dropdown-item:hover {
    background-color: #333333;
    color: #ffffff;
}

/* --- Mise à jour de l'état Transparent pour l'icône de dropdown (Ajouter ceci) --- */

.transparent-bg .custom-lang-dropdown .dropdown-toggle {
    color: #fff !important; 
}
.solid-bg .custom-lang-dropdown .dropdown-toggle {
    color: #fff !important; 
}

@media (min-width: 992px) and (max-width: 1199px) {
	/*
	.custom-navbar .nav-item {
		padding: 0 8px!important;
	}
	.custom-navbar .nav-link{
		font-size: 0.75rem!important;
	}
	.custom-logo img{
		max-width: 200px
	}
	*/
}

@media (min-width: 1200px) and (max-width: 1399px) {
	/*
	.custom-navbar .nav-item {
		padding: 0 10px!important;
	}
	.custom-navbar .nav-link{
		font-size: 0.80rem!important;
	}
	.custom-logo img{
		max-width: 250px
	}
	*/
}

footer .logo {
	max-width: 250px
}


@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 1.7rem;
  }
}

/* --- Galerie Photo : Comportement par défaut (Mobile First : Grille/Damier) --- */

.gallery-row {
    /* Clé : Force le retour à la ligne pour le mode damier sur mobile */
    flex-wrap: wrap !important; 
    overflow-x: hidden !important; /* Désactive le défilement horizontal sur mobile */
    padding-bottom: 0; 
    margin: 0;
}

.gallery-item {
    /* Le col-6 dans le HTML gère le 50% de la largeur */
    flex-shrink: 0;
    padding: 3px; 
    height: auto; /* Hauteur auto sur mobile */
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px; 
    min-height: 150px; 
}

/* -------------------------------------- */
/* --- 1. Breakpoint MD (Tablette : Ligne unique) --- */
/* -------------------------------------- */
@media (min-width: 768px) {
    .gallery-row {
        /* Rétablit la ligne unique avec défilement horizontal */
        flex-wrap: nowrap !important; 
        overflow-x: auto !important; 
        padding-bottom: 15px; 
    }

    .gallery-item {
        /* Annule le col-6 de Bootstrap et utilise nos règles custom */
        width: auto !important; 
        min-width: 150px; 
        height: 200px; 
        padding: 0 5px; 
    }
}

/* -------------------------------------- */
/* --- 2. Breakpoint LG (Desktop : Ligne unique + Grande Hauteur) --- */
/* -------------------------------------- */
@media (min-width: 992px) {
    .gallery-item {
        height: 300px; 
    }
}

/* Optionnel : Masquer la barre de défilement horizontale sur la plupart des navigateurs */
.gallery-row::-webkit-scrollbar {
    height: 5px;
}

.gallery-row::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}


@media (min-width: 1200px) {
  .display-1 {
    font-size: 9rem;
  }
}

/* Active le menu déroulant au survol sur desktop */
@media (min-width: 992px) {
 /*
	.navbar .dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0; 
	 position: absolute;
  }
	*/
}

@media (min-width: 992px) {
	/*
	.navbar .dropdown-menu { display: none; }
	.navbar .dropdown:hover > .dropdown-menu {
		display: block !important;                       
		margin-top: 0;
		position: absolute;
		padding: 0;
		border-radius: 0;

		background-color: #000;
	  }
	.navbar .dropdown-menu li a {
		color:#FFF!important;
	}

	.navbar .dropdown-menu li a {
		color:#FFF!important;
		text-transform: uppercase;
		font-size: 0.8rem;
	}
	.navbar .dropdown-menu li a:hover {
		background-color: #333333;
	}
	.navbar .dropdown-toggle:active { pointer-events: none; }
	
	
	
	.custom-navbar li.dropdown a::after {
	  display: none!important;
	}
	*/
}

/* --- Header principal --- */
.header-main {
  position: relative;
}

.header-left a, .header-right a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.header-left a:hover, .header-right a:hover {
  opacity: 0.7;
}

/* Panier badge */
.cart-count {
  font-size: 0.6rem;
  padding: 2px 5px;
}

/* --- Liens du menu --- */
.navbar-nav .nav-link {
  position: relative;
  color: #000;
  letter-spacing: 0.05em;
  padding-bottom: 6px;
  transition: all 0.2s ease;
	font-weight: 400;
}
.navbar-nav, .navbar-nav .nav-link, .navbar-nav .nav-link:hover{
	border: 0!important;
}
.nav-link:focus-visible {
	box-shadow: none!important;
}

/* Soulignement fluide sans sauter */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}
.navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* --- Sticky intelligent --- */
#mainHeader {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1020;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#mainHeader.sticky {
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
#mainHeader.hide {
  transform: translateY(-100%);
}

/* --- Dropdown hover desktop --- */
@media (min-width: 1200px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
  }
}

/* --- Mobile --- */
@media (max-width: 1199.98px) {
  .header-left {
    display: none; /* cache les langues sur mobile pour garder de la place */
  }

  .header-main {
    justify-content: space-between;
  }

  .navbar-brand {
    position: static;
    transform: none;
    margin: 0;
  }

  .header-right {
    gap: 0.8rem;
  }

  .navbar-collapse {
    background-color: #fff;
    padding: 1rem 2rem;
  }

  .dropdown-menu {
    border: none!important;
    box-shadow: none!important;
  }

  .dropdown-item {
    padding-left: 1rem;
  }
}
