/* POLICES */
* { 
	font-family: "Mulish", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

@font-face {
  font-family: 'TTHovesDemiBold';
  src: url('../fonts/TT Hoves Pro Trial DemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Fineday';
  src: url('../fonts/Fineday-StyleOne.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.mulish-thin {
	font-family: "Mulish", sans-serif;
	font-optical-sizing: auto;
	font-weight: 100 !important;
	font-style: normal;
}

.raleway-thin {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 100 !important;
	font-style: normal;
}

.mulish-light {
	font-family: "Mulish", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300 !important;
	font-style: normal;
}
.raleway-light {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300 !important;
	font-style: normal;
}

.mulish-normal {
	font-family: "Mulish", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.raleway-normal {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.mulish-bold {
	font-family: "Mulish", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.raleway-bold {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.TTHovesDemiBold {
	font-family:TTHovesDemiBold;
}
.fineday {
	font-family:Fineday;
}
.fs-2rm {
	font-size:2rem;
}
.fs-3rm {
	font-size:3rem;
}
/* COULEURS */
.gold {
	color:#C89F67 !important;
}

/* ELEMENTS */
.divider-separator {
	display: block;
	border: none;
	border-top: 2px solid #000;
	width: 100%;
	max-width:200px;
}
.divider-separator-gold {
	display: block;
	border: none;
	border-top: 2px solid #C89F67;
	width: 100%;
	max-width:200px;
}
.divider-separator-fw {
	display: block;
	border: none;
	border-top: 1px solid #CCC;
	width: 100%;
}
.divider-separator-fw-gold {
	display: block;
	border: none;
	border-top: 1px solid #C89F67;
	width: 100%;
}


/* HEADER */
.logo-img {
	height: 60px;
	position:fixed;
	top:10px;
	z-index:9999;
}
.logo-img img {
	height: 60px;
	transition: filter 0.3s ease;
	object-fit: contain;
}

.logo-img img:hover {
	filter: brightness(1.2);
}
#menu-haut {
	min-height:80px;
}

.navbar { 
	background-color: rgba(255, 255, 255, 0.8);
}
.nav-link {
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  color:#000;
}
.nav-link:visited {
  color:#000;
}
.nav-link:hover {
	color:#C89F67;
}

.dropdown-mega {
	display: none;
	position: absolute;
	right:0;
	padding-top:20px;
	border-bottom:1px solid #CCC;
	z-index: 1000;
	width: 100%;
}

.thumb-menu {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-top:10px;
}

.thumb-menu-item {
  width: 100px;
  text-align: center;
}

.thumb-menu-item img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.thumb-menu-item a {
	display: block;
	margin-top: 0.5rem;
	font-weight: 300;
	font-size:0.8rem;  
}

.thumb-menu-item a:hover {
	color:#C89F67 !important;
}

	
	
	
	
	.carousel-item img {
		max-height: 600px; /* ou toute hauteur fixe que tu veux */
		object-fit: cover;
		object-position: center;
	}
	
    @media (min-width: 992px) {
      .nav-item.dropdown:hover .dropdown-mega {
        display: block;
      }
	  .nav-item {
		padding-left:2rem;
		padding-right:2rem;
      }
	}

    @media (max-width: 991.98px) {
      .dropdown-mega {
        position: static;
        width: 100%;
      }
	  #btn-sol { 
		margin-top:30px !important;
		}

    }
	
	.nav-pills .nav-link {
		background-color: transparent;
		border-color: transparent;
		color: #000;
	}
	.nav-pills .nav-link:hover {
		color: #C89F67;
	}
	.nav-pills .nav-link.active {
		background-color: transparent;
		border-color: transparent;
		color: #C89F67;
	}

/* Style pour l'overlay */
.carousel-overlay {
  position: absolute;
  top: 50%;  /* Centrer verticalement */
  left: 50%; /* Centrer horizontalement */
  transform: translate(-50%, -50%); /* Ajuste pour centrer précisément */
  background: rgba(0, 0, 0, 0.5); /* Fond semi-transparent noir */
  color: white;
  padding: 20px;
  width: 50%;  /* Limite la largeur de l'overlay */
  text-align: center;
  z-index: 10; /* Place l'overlay au-dessus du carousel */
}
  
/* Style pour l'overlay */
.carousel-overlay-start {
  position: absolute;
  top: 50%;  /* Centrer verticalement */
  left: 50%; /* Centrer horizontalement */
  transform: translate(-50%, -50%); /* Ajuste pour centrer précisément */
  background: rgba(255, 255, 255, 0.8); /* Fond semi-transparent noir */
  color: black;
  padding:20px;
  width: 50%;  /* Limite la largeur de l'overlay */
  text-align: left;
  z-index: 10; /* Place l'overlay au-dessus du carousel */
}

 @media (max-width: 991.98px) {
  .carousel-overlay-start {
	width: 96%;
	padding:5px;
  }
}
	
/* FOOTER */
#logo-footer img {
	height: 60px;
	transition: filter 0.3s ease;
}
#logo-footer img:hover {
	filter: brightness(1.2);
}

footer a:link, a:visited {
	color:white;
	text-decoration:none;
}
footer a:hover {
	color:#C89F67 !important;
}
	
/* A PROPOS */
#a-propos-map {
	min-height:300px;
}

.btn-prendre-contact {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 0.75rem 1.5rem;
	border: 1px solid #000;
	background-color: transparent;
	color: #000 !important;
	transition: all 0.3s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-prendre-contact:hover {
	background-color: #000;
	color: #fff !important;
}

/* CONTACT */
#submitBtn{ 
	background-color:black;
	color:white;
}
#submitBtn:hover{ 
	background-color:white;
	color:black;
}

/* CATEGORIES */
.breadcrumb-item + .breadcrumb-item::before {
  color: white; /* ou autre couleur */
}

.btn-info-custom {
background-color: #e1c4a0;
color: #212529;
font-weight: 500;
border-radius: 0; /* pas de coins arrondis */
transition: background-color 0.3s ease;
}

.btn-info-custom:hover {
background-color: #d4b48e; /* un peu plus foncé au survol */
color: #212529;
}
