/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles 2 */

html,
body {
	background: linear-gradient(var(--primary-bg-color-1),var(--primary-bg-color-2));
	color: var(--font-color-1);
}

a[aria-expanded=true] .fa-chevron-right {
   display: none;
}
a[aria-expanded=false] .fa-chevron-down {
   display: none;
}

.breadcrumb, .navbar-default {
	background: var(--primary-bg-color-1);	
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.brand {
  display: inherit;
  font-weight: 700;
  font-size: 5em;
  line-height: normal;
  text-align: center;
  margin: 0;
  padding: 30px 0 10px;
  color: #d3af61;
  font-family: 'Existence-Light';
}

a {
    color: #d3af61;
}

a:hover {
    color: #9b4c32;
}

.address-bar {
  display: inherit;
  text-align: center;
  margin: 0;
  padding: 0 0 40px;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  color: #dbdcce;
}

.navbar {
  border-radius: 0;
}

.navbar-header {
  display: none;
}

.navbar {
  min-height: 0;
  margin-bottom: 50px;
}

.navbar-default {
  background: #718180;
  border: none;
}

.nav>li>a {
  padding: 15px 10px;
  font-family: 'Existence-Light';
  border-bottom: 5px solid #3d8eac;  
}

.navbar-nav>li>a {
  line-height: normal;
}

.navbar-nav {
  float: none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  font-size: 1.25em;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background: none;
  color: #dbdcce;
  border-bottom: 5px solid #d3af61;  
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background: none;
  color: #dbdcce;
  border-bottom: 5px solid #d3af61;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
	font-weight: bold;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #333;
}

.table>thead>tr>th {
    border-bottom: 2px solid #333;
}

hr {
    border-top: 1px solid #333;
}

.breadcrumb>li+li:before {
    color: #333;
}

.table-hover>tbody>tr:hover {
    background-color: transparent;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.nav .active {
	text-decoration: none;
}

.active {
	text-decoration: underline;
}

/* Gallery */

.thumbnail {
  display: block;
  padding-bottom: 100%;
  position: relative;
  background: #000;
}
.thumbnail > .img-responsive {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* Slideshow */

.slideshow {
  margin: auto;
  height: 350px;
}

.slideshow div  {
  border: 1px solid #fff;
  width: 100%; 
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.cycle-slide {
  opacity: 0.5;
}

.cycle-slide-active {
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.cycle-slide-active + .cycle-slide {
  opacity: 1 !important;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; 
}

.cycle-slide-active + .cycle-slide + .cycle-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; 
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

.facebook {
	border: none !important;
}

.facebook:hover {
	border: none !important;
}

.youtube-red {
	color: #dbdcce;
}

.instagram-orange {
	color: #dbdcce;
}

.linkedin-blue {
	color: #dbdcce;
}

.facebook-blue {
	color: #dbdcce;
}

.facebook:hover .linkedin-blue {
	color: #000000;
}

.facebook:hover .instagram-orange {
	color: #000000;
}

.facebook:hover .youtube-red {
	color: #000000;
}

.facebook:hover .facebook-blue {
	color: #000000;
}

.breadcrumb {
	font-size: x-large;
}

.submit2 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  padding: 2px 20px 2px 20px;
  text-decoration: none;
  border: none;
}

.submit2:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) {

.customer-img, .img-related {
	margin-bottom: 30px;
}

.nav>li>a, .navbar-nav>li >a  {
  padding: 15px !important;
}

}

@media(max-width:767px) {

.navbar-header {
  display: block;
}

.breadcrumb {
	font-size: medium;
}

.img-portfolio {
	margin-bottom: 15px;
}

header.carousel .carousel {
	height: 70%;
}
	
.brand, .address-bar {
  display: none;
}

.navbar {
    margin-bottom: 0;
    min-height: 0;
}

.navbar-toggle {
    background-color: #ddd;
}

.navbar-brand {
  font-family: 'Existence-Light';
  font-weight: 900;
  margin-top:-8px;
  color: #d3af61 !important;
}

.navbar-brand  span {
  font-size:smaller;
  color:#555;
  font-family: sans-serif;
  font-weight: 400;
}

.navbar-nav {
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 400;
  display: inline-block;
  width: 100%;
}

.nav>li>a {
  padding: 5px 0;
  font-family: 'Existence-Light';
  text-align: center;
  border-bottom: none;
  width: 100%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background: #d3af61;
  color: #fff;
  border-bottom: none;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background: #000;
  color: #fff;
  border-bottom: none;  
}

.facebook:hover .facebook-blue {
	color: #ffffff;
}
	
}

.disco-container {
	position: relative;
	overflow: hidden;
	width: 100%; /* S'assure que le conteneur occupe tout l'espace */
	height: 100%; /* Maintient la taille proportionnelle */
}

.disco-container img {
	width: 100%; /* L'image occupe tout le conteneur */
	height: auto; /* Conserve les proportions */
	display: block;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.disco-container:hover img {
	opacity: 0.5; /* Fonce l'image */
	transform: scale(1.1); /* Zoom sur l'image */
}

.disco-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8); /* Fond noir semi-transparent */
	color: white; /* Texte blanc */
	padding: 10px;
	font-size: 0.9rem;
	text-align: left; /* Texte aligné à gauche */
	transform: translateY(100%);
	transition: transform 0.3s ease;
}

.disco-info h1, .disco-info h2, .disco-info h3, .disco-info p {
	color: white; /* Texte blanc */
}

.disco-container:hover .disco-info {
	transform: translateY(0); /* Affiche les infos */
}

.disco-container:hover {
	background: rgba(0, 0, 0, 0.5); /* Fonce tout le conteneur */
}

.fanlink-dark {
	background:#111;
	color:#fff;
	border:none;
	border-radius:14px;
	overflow:hidden;
}

.fanlink-cover {
	width:180px;
	border-radius:10px;
	box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

.fanlink-buttons {
	display:flex;
	flex-direction:column;
	gap:12px;
	margin-top:10px;
}

.fanlink-btn {
	display:flex;
	align-items:center;
	gap:12px;
	padding:12px 16px;
	border-radius:8px;
	text-decoration:none;
	font-weight:500;
	background:#f8f9fa;
	transition:all .2s ease;
}

.fanlink-btn img {
	width:22px;
}

.fanlink-btn:hover {
	transform:translateY(-2px);
	box-shadow:0 6px 18px rgba(0,0,0,0.12);
	background:#ffffff;
}