@charset "utf-8";
/* CSS Document */

body,td,th {
	width: 100%;
	font-family: 'Sofia-Pro-Regular', sans-serif; 
	font-size: 16px;
	font-style: normal;
	color: #343A40;
	font-weight: 400;
	line-height: 1.5;
    background-color: hsla(0,0%,90%,1.00);
	font-display: fallback;
}

@font-face {
    font-family: 'Sofia-Pro-Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Sofia-Pro-Regular'), 
		url("../fonts/Sofia-Pro-Regular.woff2") format('woff2'), /* Super Modern Browsers */
		url("../fonts/Sofia-Pro-Regular.woff") format('woff'); /* Modern Browsers */
}

@font-face {
    font-family: 'Sofia-Pro-Bold';
    font-style: normal;
    font-weight: 400;
    src: local('Sofia-Pro-Bold'), 
		url("../fonts/Sofia-Pro-Bold.woff2") format('woff2'), /* Super Modern Browsers */
		url("../fonts/Sofia-Pro-Bold.woff") format('woff'); /* Modern Browsers */
}

@font-face {
    font-family: 'Sofia-Pro-Medium';
    font-style: normal;
    font-weight: 400;
    src: local('Sofia-Pro-Medium'), 
		url("../fonts/Sofia-Pro-Medium.woff2") format('woff2'), /* Super Modern Browsers */
		url("../fonts/Sofia-Pro-Medium.woff") format('woff'); /* Modern Browsers */
}

/* Language switcher style */
	  .lang-switcher {
		margin-left: 15px;
		margin-right: 15px;
		display: inline-block;
	  }
	  .lang-switcher a {
		color: #fff;
		text-decoration: none;
		padding: 0 5px;
		font-size: 10px;
	  }
	  .lang-switcher a.active {
		font-weight: bold;
		text-decoration: underline;
		pointer-events: none;
		cursor: default;
	  }
	  .lang-switcher span {
		font-size: 10px;
    	vertical-align: middle; /* optional, aligns slash with text */
		color: #fff;
	  }
	  @media (max-width: 767px) {
		.lang-switcher {
		  margin-left: auto;
		  margin-right: 10px;
		}
	  }
	  .lang-switcher a {
		color: #fff;
		text-decoration: none;
		padding: 0 5px;
		font-size: 12px;
	  }

/* Nav Bar  */
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff !important; 
}


/* Keep your red hover - this will take precedence over Bootstrap's hover */
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ff9900 !important;  /* Your red */
}

.navbar.bg-dark-tof {
  background-image: url('../../images-2/sandymount_strand.webp');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: transparent !important;
  
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 450px;
  align-items: flex-end !important;

  width: calc(100% - 30px) !important;
  max-width: 1200px;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  
  border-radius: 0 0 12px 12px;
  transition: all 0.3s ease-in-out; /* smooth shrink */
}

/* Mobile: shift image left */
@media screen and (max-width: 768px) {
  .navbar.bg-dark-tof {
    background-position: 65% top !important; /* Adjust this value */
  }
}
.nav-link {
    display: block;
    padding-top: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: .5rem;
}

.nav-link:active {
    text-decoration: none;
    color: #ff9900;
}
.nav-item {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0px;
	font-family: "Sofia-Pro-Regular";
}

/* Nav Bar Collapse Break Point For Tablet */
@media screen and (max-width: 950px) {
.col-1 {
	display: none;
  }
.nav-item {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0px;
    font-family: "Sofia-Pro-Regular";
}
}


.hero-title {
  position: absolute;
  top: 37%;
  left: 42%;
  transform: translate(-50%, -50%);
  color: #F8F8F8;
  text-align: center;
  font-family: 'Bradley Hand', 'Bradley Hand ITC', cursive;
  font-size: 50px; /* Change this to whatever size you want */
}
.hero-title h3 {
  margin-top: -15px;
}

/* If you want different sizes on mobile */
@media (max-width: 768px) {
  .hero-title {
    font-size: 40px; /* Smaller on phones */
  }
      .hero-title h3 {
    margin-top: -5px; /* Less negative on mobile */
  }
    .nav-item {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0px;
    font-family: "Sofia-Pro-Regular";
}
}


/* TEXT */
h6 {
	font-size: 1rem;
    line-height: 1.5;
    font-weight: 500; /* Un semi-gras élégant */
    margin-bottom: 0.5rem; /* Espace sous le titre */
}

a {
    color: #fff;
    text-decoration: none;
}

.text-muted-h {
    color: #6C757D;
	font-size: 1.5rem;
}

.h1-1 {
	font-family: 'Sofia-Pro-Bold';
    color: #343A40;
	font-size: 700;
}
.text-muted-h1 {
    color: #6C757D;
	font-size: 700;
}

.text-muted-h6 {
    color: #6C757D;
    font-size: 1rem;
    text-decoration: none;
}

strong {
	font-family: 'Sofia-Pro-Bold';
	font-weight: 700;
	letter-spacing: 0px;
}

strong-2 {
    font-family: 'Sofia-Pro-Bold';
    font-weight: 700;
    letter-spacing: 15px;
}
/* Page Service */
less-strong {
	font-family: 'Sofia-Pro-Medium';
	font-weight: 600;
	letter-spacing: 0px;
}

.page-service {
  margin: 5px 0;
}

H4 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
}

/* Container Page Porfolio */
.container-800 {
  max-width: 800px;
  margin: auto; 
}

/* Featurette */
.featurette-divider-II {
  margin: 50; /* Space footer */
  
}

/* Button back keep scroll position Project */

html {
	scroll-behavior: smooth;
}

#myBtn {
  display: flex;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  transform: scale(0);
  transition: bottom 200ms, transform 200ms;
}

#myBtn:hover {
	bottom: 55px;
}

#myBtn.show {
	transform: scale(1);
}


.imgbox {
  position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 25;
  height: 25;
  transition: .5s ease;
  backface-visibility: hidden;
}

.imgbox .image-2 {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.imgbox:hover .image-2 {
  opacity: 1;
	display: block;
}


/* Page contact*/

::placeholder {
  color: hsla(0,0%,50%,1.00);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: hsla(0,0%,50%,1.00);
}

/* Change year of all page class="footer"*/
.footer {
  text-align: center;
}
.footer span {
  display: none;
}
.footer:after {
 content: 'Copyright \00a9 2026 Le Ver est dans le Fruit. All rights reserved.';
 color: #343A40;
  }

/* Arrondie coin image"*/
.arrondie {
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}
.arrondie-2 {
border-radius:5px;
}

/* Video"*/
video {
border-radius:5px;
}


/* Section"*/
section {
  margin-top: 125px;
  margin-bottom: 80px;
  padding: 0;
}
section-2{
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
}

/* Filtering category Portfolio Page"*/
.filter-button
{
    font-size: 14px;
    border: 1px solid hsla(0,0%,90%,0.00);
    border-radius: 5px;
    text-align: center;
    color: #3c3c3c;
    margin-bottom: 25px;
	background-color: hsla(0,0%,90%,0.00);
}
.filter-button:hover
{
    font-size: 14px;
    border: 1px solid #ff9900;
    border-radius: 5px;
    text-align: center;
    color: #ff9900;
    background-color: hsla(0,0%,0%,0.00);

}
.active-filter
{
    font-size: 14px;
    border: 1px solid #ff9900;
    border-radius: 5px;
    text-align: center;
    color: #3c3c3c;
    background-color: hsla(0,0%,0%,0.00);

}
.btn-default:active .filter-button:active
{
    font-size: 14px;
    border: 1px solid #ff9900;
    border-radius: 5px;
    text-align: center;
    color: #ff9900;
    background-color: hsla(0,0%,0%,0.00);
}
.btn.btn-default.filter-button {
	font-family: "Sofia-Pro-Regular";
}


/* CONTAINER"*/
.container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:576px){
	.container{max-width:540px
	}}
@media (min-width:768px){
	.container{max-width:720px
	}}
@media (min-width:992px){
	.container{max-width:960px
	}}
@media (min-width:1200px){
	.container{
    max-width: 1200px
}}
.container-fluid{
	width:100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}

/* Hoverlay box"*/
.stack-top {
	z-index: 8;
	margin: 0px;
}
.sticky-top {
	top: 100px;
}

/* replace all table to keep space"*/
.spacer-125 { margin-top: 125px; }   /* or padding */
.spacer-30 { margin-top: 30px; } 
.spacer-300 { margin-top: 300px; } 
.spacer-400 { margin-top: 400px; } 
.spacer-480 { margin-top: 480px; } 
.spacer-250 { margin-top: 250px; } 
.spacer-100 { margin-top: 100px; } 
.spacer-500 { margin-top: 500px; } 
.spacer { margin-top: 150px; } 
.spacer { margin-top: 150px; } 
.spacer { margin-top: 150px; } 

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.roman-texte {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none;     /* IE / Edge ancien */
  user-select: none;         /* CSS standard (Chrome, Firefox, Edge) */
}

/* ============================================================
   SHRINK TO 150px - Keep title centered, switcher at bottom
   ============================================================ */

.navbar.bg-dark-tof.shrunk {
  min-height: 150px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background-position: bottom !important;
  background-color: rgba(0,0,0,0.4) !important;
  background-blend-mode: overlay !important;
}

/* Keep title centered - override the absolute positioning */
.navbar.bg-dark-tof.shrunk .hero-title {
  top: 40% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: 1.8rem !important;
}

/* Hide the <br> so title and subtitle are side by side */
.navbar.bg-dark-tof.shrunk .hero-title br {
  display: none !important;
}

/* Subtitle style when shrunk */
.navbar.bg-dark-tof.shrunk .hero-title h3 {
  font-size: 1.2rem !important;
  margin: 0 !important;
  font-weight: normal !important;
  color: #fff !important;
  display: inline-block !important;
}

/* Language switcher stays at top right */
.navbar.bg-dark-tof.shrunk .lang-switcher {
  font-size: 0.8rem !important;
  position: absolute !important;
  top: 10px !important;
  right: 15px !important;
}

/* Toggler stays at top left */
.navbar.bg-dark-tof.shrunk .navbar-toggler {
  padding: 2px 6px !important;
  position: absolute !important;
  top: 10px !important;
  left: 15px !important;
}

/* Mobile same 150px */
@media (max-width: 576px) {
  .navbar.bg-dark-tof.shrunk .hero-title {
    font-size: 1.2rem !important;
  }
  .navbar.bg-dark-tof.shrunk .hero-title h3 {
    font-size: 0.8rem !important;
  }
  .navbar.bg-dark-tof.shrunk .lang-switcher {
    font-size: 0.7rem !important;
  }
}