@font-face {
	font-family: 'Passion One';
	src: url('fonts/PassionOne-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Passion One';
	src: url('fonts/PassionOne-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Passion One';
	src: url('fonts/PassionOne-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: 'Passion One', sans-serif;
	font-weight: 400;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #1b1b1b;
	background-image: none;
	border-color: #1b1b1b;
	min-height: 40px;
}
#menu .nav > li > a {
    	font-family: 'Passion One', sans-serif;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
/* ===== FLYING TOUTOU - TEST AMBIANCE ===== */

body {
	background-color: #11100f;
}
/* Barre supérieure */
#top {
	background-color: #1a1918;
	border-bottom: 1px solid #2b2926;
}

#top .btn-link,
#top-links li,
#top-links a {
	color: #c8c1b6;
	text-shadow: none;
}

#top .btn-link:hover,
#top-links a:hover {
	color: #bc9b63;
}
/* Recherche - thème Flying Toutou */
#search input {
	background-color: #1a1918;
	border-color: #3a3732;
	color: #f4f1ea;
}

#search input::placeholder {
	color: #9c968d;
}

#search .btn {
	background: #262421;
	border-color: #3a3732;
	color: #bc9b63;
	text-shadow: none;
}
/* Panier - thème Flying Toutou */
#cart > .btn {
	background: #1a1918;
	border: 1px solid #3a3732;
	color: #f4f1ea;
	text-shadow: none;
	box-shadow: none;
}

#cart > .btn:hover {
	background: #262421;
	border-color: #bc9b63;
	color: #bc9b63;
}
/* ===== HEADER ANIMÉ FLYING TOUTOU ===== */

.flying-header {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.flying-header-bg {
	display: block;
	width: 100%;
	height: auto;
}

.flying-dog-head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.flying-dog-head {
	transform-origin: 70% 36%;
	animation: flying-head-move 3s ease-in-out infinite;
}

@keyframes flying-head-move {
	0%, 40%, 100% {
		transform: rotate(0deg);
	}
	55% {
		transform: rotate(-3deg);
	}
	70% {
		transform: rotate(2deg);
	}
	85% {
		transform: rotate(0deg);
	}
}
/* ===== CONTENU CATÉGORIES - THÈME SOMBRE ===== */

#product-category h1,
#product-category h2,
#product-category h3,
#product-category h4 {
	color: #f4f1ea;
}

#product-category #content {
	color: #c8c1b6;
}

#product-category p,
#product-category .row,
#product-category .col-sm-12 {
	color: #c8c1b6;
}
.product-thumb .caption > p:first-of-type {
    white-space: pre-line;
}
#tab-description {
    white-space: pre-line;
}
/* Flying Toutou — éviter les retours inutiles sans briser le menu */
#content li,
#content li a,
.list-group a {
    white-space: nowrap;
}

#menu li > a {
    white-space: normal;
}

/* ===== FLYING TOUTOU - PAGES INFORMATIONS ===== */

/* Lecture plus claire sur fond sombre */
#information-information #content {
	color: #d8d2c8;
	font-size: 16px;
	line-height: 1.7;
}

#information-information #content p {
	color: #d8d2c8;
	font-size: 16px;
	line-height: 1.7;
}

#information-information #content h1,
#information-information #content h2,
#information-information #content h3,
#information-information #content h4 {
	color: #f4f1ea;
	text-shadow: none;
}

#information-information #content h1 {
	font-size: 36px;
	margin-bottom: 24px;
}

#information-information #content h2 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 24px;
}

#information-information #content h3 {
	color: #d7b87c;
	font-size: 24px;
	margin-top: 24px;
	margin-bottom: 5px;
}

/* Breadcrumb adapté au noir / or de Maison Flying Toutou */
#information-information .breadcrumb {
	background: #1a1918;
	border: 1px solid #3a3732;
	border-radius: 0;
	padding: 10px 15px;
}

#information-information .breadcrumb > li {
	padding: 0;
	text-shadow: none;
}

#information-information .breadcrumb > li + li {
	margin-left: 0;
}

#information-information .breadcrumb > li + li:before {
	content: '';
	padding: 0;
}

#information-information .breadcrumb > li:after {
	display: none;
}

/* Enlève la petite maison du breadcrumb */
#information-information .breadcrumb > li:first-child {
	display: none;
}

#information-information .breadcrumb a {
	color: #d7b87c;
	font-weight: 700;
}

#information-information .breadcrumb a:hover {
	color: #f4f1ea;
}

/* Le dernier élément du breadcrumb reste lisible même s'il n'est pas un lien */
#information-information .breadcrumb > li:last-child,
#information-information .breadcrumb > li:last-child a {
	color: #d7b87c;
}
/* ===== BREADCRUMB FLYING TOUTOU ===== */

.breadcrumb {
	background: #1a1918;
	border: 1px solid #3a3732;
	border-radius: 0;
	padding: 10px 15px;
}

.breadcrumb > li:first-child {
	display: none;
}

.breadcrumb > li + li:before {
	display: none;
}

.breadcrumb > li:last-child,
.breadcrumb > li:last-child a {
	color: #d7b87c;
	font-weight: 700;
}

.breadcrumb a {
	color: #d7b87c;
	font-weight: 700;
}

.breadcrumb a:hover {
	color: #f4f1ea;
}
/* ===== FLYING TOUTOU — LIENS ET AFFINER LA RECHERCHE ===== */

/* Les liens du contenu utilisent l'or MFT */
#content a {
	color: #d7b87c;
}

#content a:hover {
	color: #f4f1ea;
}

/* Affiner la recherche : autoriser les longs textes à revenir à la ligne */
#content .row ul li,
#content .row ul li a {
	white-space: normal;
}

#content .row ul li {
	margin-bottom: 6px;
	line-height: 1.4;
}

/* Liens de la colonne de catégories */
.list-group-item a {
	color: #d7b87c;
}

.list-group-item a:hover {
	color: #f4f1ea;
}
/* =========================================================
   FLYING TOUTOU — NOUVELLE NAVIGATION
   ========================================================= */

.ft-navigation {
	width: 100%;
	background: #11100f;
}

#menu.ft-main-nav {
	width: 100%;
	margin: 0;
	padding: 0 30px;
	background: #11100f;
	border: 0;
	border-radius: 0;
	min-height: 0;
}

#menu.ft-main-nav .container-fluid {
	padding: 0;
}

#menu .navbar-collapse {
	padding: 0;
}

/* Chaque ligne du menu */
#menu .ft-menu-row {
	width: 100%;
	float: none;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Ligne boutique */
#menu .ft-shop-row {
	border-bottom: 1px solid rgba(215,184,124,.16);
}

/* Ligne services */
#menu .ft-services-row {
	border-top: 0;
}

/* Liens */
#menu .ft-menu-row > li {
	float: none;
}

#menu .ft-menu-row > li > a {
	font-family: 'Passion One', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #f4f1ea;
	padding: 12px 22px;
	background: transparent;
	text-shadow: none;
	transition: color .2s ease;
}

#menu .ft-menu-row > li > a:hover,
#menu .ft-menu-row > li.open > a {
	color: #d7b87c;
	background: transparent;
}

/* Ligne services légèrement plus discrète */
#menu .ft-services-row > li > a {
	font-size: 16px;
	padding-top: 9px;
	padding-bottom: 10px;
	color: #d7b87c;
}

#menu .ft-services-row > li > a:hover {
	color: #f4f1ea;
}


/* MOBILE */

@media (max-width: 767px) {

	#menu.ft-main-nav {
		padding: 0 15px;
	}

	#menu .ft-menu-row {
		display: block;
	}

	#menu .ft-menu-row > li {
		display: block;
		width: 100%;
	}

	#menu .ft-menu-row > li > a {
		padding: 10px 5px;
	}

	#menu .ft-shop-row {
		border-bottom: 0;
	}

	#menu .ft-services-row {
		border-top: 1px solid rgba(215,184,124,.16);
	}
}
/* =========================================================
   FLYING TOUTOU — HEADER COMPACT
   ========================================================= */

/* Barre utilitaire supérieure */
#top {
	margin: 0;
	padding: 0;
	min-height: 28px;
	background: #171614;
	border-bottom: 1px solid #292723;
}

#top .container-fluid {
	padding: 0 18px;
}

#top .ft-header-inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 28px;
}

.ft-top-left {
	display: flex;
	align-items: center;
}

.ft-top-right {
	margin-left: auto;
}

#top-links {
	padding-top: 0;
}

#top-links ul {
	margin: 0;
}

#top .btn-link,
#top-links li,
#top-links a {
	font-size: 11px;
	line-height: 28px;
}


/* ===== LIGNE PRINCIPALE ===== */

.ft-main-header {
	background: #11100f;
	border-bottom: 0;
}

.ft-main-header .container-fluid {
	padding: 0 18px;
}

.ft-main-header .ft-header-inner {
	width: 100%;
}

.ft-main-header-row {
	display: flex;
	align-items: center;
	margin: 0;
	min-height: 72px;
}


/* Logo */

.ft-logo-column {
	padding-left: 0;
}

#logo {
	margin: 0;
}

#logo img {
	width: auto;
	max-width: 290px;
	max-height: 62px;
}


/* Recherche */

.ft-search-column {
	padding-left: 30px;
	padding-right: 20px;
}

#search {
	margin: 0;
}

#search .input-lg {
	height: 34px;
	font-size: 11px;
}

#search .btn-lg {
	height: 34px;
	padding: 7px 25px;
	font-size: 13px;
}


/* Panier */

.ft-cart-column {
	padding-right: 0;
}

#cart {
	margin: 0;
}

#cart > .btn {
	height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
}


/* ===== RAPPROCHER LE MENU DU HEADER ===== */

.ft-navigation {
	border-top: 1px solid rgba(215,184,124,.10);
}

#menu.ft-main-nav {
	padding-top: 0;
	padding-bottom: 0;
}


/* ===== MOBILE ===== */

@media (max-width: 767px) {

	.ft-main-header-row {
		display: block;
		padding: 12px 0;
	}

	.ft-logo-column,
	.ft-search-column,
	.ft-cart-column {
		width: 100%;
		padding: 5px 0;
	}

	#logo img {
		max-width: 240px;
		margin: 0 auto;
	}

	.ft-top-right .hidden-xs {
		display: none !important;
	}

}
/* Flying Toutou — présence du logo header */

#logo img {
	max-width: 360px;
	max-height: 72px;
}

.ft-logo-column {
	display: flex;
	align-items: center;
}
/* =========================================================
   FLYING TOUTOU — ACTIONS HEADER
   ========================================================= */

.ft-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 25px;
	padding-right: 8px;
}

.ft-header-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 40px;

	color: #f4f1ea;
	font-size: 18px;

	text-decoration: none;
	background: transparent;

	transition: color .2s ease;
}

.ft-header-icon:hover,
.ft-header-icon:focus {
	color: #d7b87c;
	text-decoration: none;
}


/* MOBILE */

@media (max-width: 767px) {

	.ft-header-actions {
		width: 100%;
		justify-content: center;
		gap: 28px;
		padding: 8px 0 2px;
	}

	.ft-header-icon {
		font-size: 20px;
	}

}
/* =========================================================
   FLYING TOUTOU — LARGEUR INTERIEURE HEADER / NAV
   ========================================================= */

.ft-main-header .ft-header-inner,
#top .ft-header-inner,
#menu.ft-main-nav .container-fluid {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
/* =========================================================
   FLYING TOUTOU — RECHERCHE ESCAMOTABLE
   ========================================================= */

.ft-search-trigger {
	border: 0;
	padding: 0;
	cursor: pointer;
}

.ft-search-panel {
	display: none;
	width: 100%;
	background: #151412;
	border-top: 1px solid rgba(215,184,124,.18);
	border-bottom: 1px solid rgba(215,184,124,.18);
}

.ft-search-panel.open {
	display: block;
}

.ft-search-panel-inner {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	padding: 18px 60px 18px 20px;
}

.ft-search-panel #search {
	max-width: 700px;
	margin: 0 auto;
}

.ft-search-panel #search .input-lg {
	height: 42px;
	font-size: 14px;
}

.ft-search-panel #search .btn-lg {
	height: 42px;
}

.ft-search-close {
	position: absolute;
	right: 20px;
	top: 21px;

	width: 36px;
	height: 36px;

	border: 0;
	background: transparent;
	color: #f4f1ea;
	font-size: 18px;
}

.ft-search-close:hover {
	color: #d7b87c;
}


/* MOBILE */

@media (max-width: 767px) {

	.ft-search-panel-inner {
		padding: 15px 55px 15px 15px;
	}

	.ft-search-panel #search {
		max-width: none;
	}

}
/* =========================================================
   FLYING TOUTOU - BANNIERE UNIVERS
   ========================================================= */

#banner0 {
    max-width: 1200px;
    margin: 35px auto;
}

#banner0 .swiper-slide {
    text-align: center;
}

#banner0 .swiper-slide img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
}
.flying-tagline {
    text-align: center;
    color: #c4a263;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    padding: 4px 15px 12px;
}
/* =========================================================
   FLYING TOUTOU — SIGNATURE
   ========================================================= */

.ft-tagline {
	width: 100%;
	text-align: center;
	background: #11100f;
	color: #d7b87c;

	font-family: 'Passion One', sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;

	padding: 0 15px 8px;
	line-height: 1.2;
}

@media (max-width: 767px) {
	.ft-tagline {
		font-size: 17px;
		padding-bottom: 7px;
	}
}
/* =========================================================
   FLYING TOUTOU — LISIBILITÉ DES TEXTES
   ========================================================= */

.ft-intro {
	color: #bdbdbd;
}

.ft-intro h2 {
	color: #e2e2e2;
}

.ft-intro p {
	color: #bdbdbd;
}

footer {
	color: #c2c2c2;
}

footer a {
	color: #c2c2c2;
}
/* =========================================================
   FLYING TOUTOU — INTRODUCTION ACCUEIL
   ========================================================= */

.ft-intro {
	max-width: 1200px;
	margin: 0 auto;
	padding: 38px 30px 40px;
	text-align: center;
	color: #bdbdbd;
}

.ft-intro h2 {
	margin: 0 0 14px;
	color: #e2e2e2;
	font-size: 30px;
	font-weight: 700;
}

.ft-intro-lead {
	margin-bottom: 12px;
	font-size: 18px;
}

.ft-intro p {
	color: #bdbdbd;
}

.ft-intro-button {
	display: inline-block;
	margin-top: 15px;
	padding: 10px 24px;
	border: 1px solid #d7b87c;
	color: #d7b87c;
	text-decoration: none;
}

.ft-intro-button:hover,
.ft-intro-button:focus {
	color: #ffffff;
	border-color: #ffffff;
	text-decoration: none;
}
/* =========================================================
   FLYING TOUTOU — BOUTIQUE PRESTIGE
   ========================================================= */

.ft-boutique-prestige {
	width: 100%;
	text-align: center;
	padding: 38px 30px 34px;
	background: #11100f;
}

.ft-boutique-prestige-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.ft-boutique-prestige h2 {
	margin: 0 0 12px;
	color: #d7b87c;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.ft-boutique-prestige p {
	margin: 0;
	color: #bdbdbd;
	font-size: 16px;
}

.ft-boutique-button {
	display: inline-block;
	margin-top: 18px;
	padding: 10px 28px;
	border: 1px solid #d7b87c;
	color: #d7b87c;
	text-decoration: none;
}

.ft-boutique-button:hover,
.ft-boutique-button:focus {
	color: #ffffff;
	border-color: #ffffff;
	text-decoration: none;
}
/* =========================================================
   FLYING TOUTOU — SERVICES ET EXPÉRIENCES
   ========================================================= */

.ft-services {
	width: 100%;
	padding: 55px 30px 60px;
	background: #181818;
	text-align: center;
}

.ft-services-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.ft-services h2 {
	margin: 0 0 10px;
	color: #d7b87c;
	font-size: 34px;
	font-weight: 700;
}

.ft-services-intro {
	margin: 0 auto 35px;
	color: #c2c2c2;
	font-size: 16px;
}

.ft-services-grid {
	display: flex;
	gap: 25px;
	margin: 0 auto;
}

.ft-service {
	flex: 1;
	padding: 28px 25px;
	border: 1px solid #555;
	background: #11100f;
	text-align: left;
}

.ft-service h3 {
	margin: 0 0 12px;
	color: #e2e2e2;
	font-size: 21px;
}

.ft-service p {
	margin: 0;
	color: #bdbdbd;
	line-height: 1.6;
}

.ft-services-button {
	display: inline-block;
	margin-top: 32px;
	padding: 10px 28px;
	border: 1px solid #d7b87c;
	color: #d7b87c;
	text-decoration: none;
}

.ft-services-button:hover,
.ft-services-button:focus {
	color: #ffffff;
	border-color: #ffffff;
	text-decoration: none;
}

@media (max-width: 767px) {
	.ft-services-grid {
		display: block;
	}

	.ft-service {
		margin-bottom: 15px;
	}
}
/* ===== PARTENAIRES ===== */

.ft-partners {
	background: #101010;
	padding: 55px 20px 60px;
	text-align: center;
}

.ft-partners-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.ft-partners h2 {
	margin: 0 0 14px;
	color: #d7b87c;
	font-size: 28px;
}

.ft-partners-lead {
	margin: 0;
	color: #bdbdbd;
	font-size: 16px;
}

.ft-partners-button {
	display: inline-block;
	margin-top: 28px;
	padding: 10px 28px;
	border: 1px solid #d7b87c;
	color: #d7b87c;
	text-decoration: none;
}

.ft-partners-button:hover,
.ft-partners-button:focus {
	color: #ffffff;
	border-color: #ffffff;
	text-decoration: none;
}
/* ===== BANDEAU ANNONCE ===== */

.ft-announcement {
	width: 100%;
	overflow: hidden;
	background: #0d0d0d;
	border-top: 1px solid #2a2418;
	border-bottom: 1px solid #2a2418;
	padding: 9px 0;
	white-space: nowrap;
}

.ft-announcement-track {
	display: inline-block;
	padding-left: 100%;
	color: #d7b87c;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	animation: ft-announcement-scroll 28s linear infinite;
}

@keyframes ft-announcement-scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
/* ===== BOUTIQUE PRESTIGE ===== */

.ft-boutique-prestige {
	padding: 45px 20px 65px;
	text-align: center;
}

.ft-boutique-prestige-inner {
	max-width: 1100px;
	margin: 0 auto;
}

.ft-boutique-prestige h1 {
	margin: 0 0 15px;
	color: #d7b87c;
	font-size: 34px;
}

.ft-boutique-intro {
	max-width: 720px;
	margin: 0 auto 38px;
	color: #c8c8c8;
	font-size: 16px;
	line-height: 1.7;
}

.ft-boutique-univers {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.ft-univers-card {
	min-height: 180px;
	padding: 35px 22px;
	border: 1px solid #403a2d;
	background: #151515;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.25s ease;
}

.ft-univers-card h2 {
	margin: 0 0 18px;
	color: #ffffff;
	font-size: 21px;
	line-height: 1.25;
}

.ft-univers-card span {
	color: #d7b87c;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

.ft-univers-card:hover,
.ft-univers-card:focus {
	background: #1d1b17;
	border-color: #d7b87c;
	text-decoration: none;
	transform: translateY(-3px);
}

.ft-univers-card:hover h2,
.ft-univers-card:focus h2 {
	color: #d7b87c;
}

@media (max-width: 767px) {
	.ft-boutique-prestige {
		padding: 30px 10px 45px;
	}

	.ft-boutique-univers {
		grid-template-columns: 1fr;
	}

	.ft-univers-card {
		min-height: 130px;
	}

	.ft-boutique-prestige h1 {
		font-size: 28px;
	}
}
/* ===== À PROPOS ===== */

.ft-about {
	padding: 20px 0 55px;
}

.ft-about-inner {
	max-width: 950px;
	margin: 0 auto;
}

.ft-about-lead {
	margin: 0 0 38px;
	padding: 22px 28px;
	border-left: 3px solid #d7b87c;
	background: #151515;
	color: #d7b87c;
	font-size: 19px;
	line-height: 1.65;
}

.ft-about h2 {
	margin: 35px 0 15px;
	color: #ffffff;
	font-size: 25px;
}

.ft-about p {
	color: #c8c8c8;
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 17px;
}

.ft-about strong {
	color: #ffffff;
}

.ft-about-highlight {
	margin: 30px 0 !important;
	padding: 22px 25px;
	border-top: 1px solid #403a2d;
	border-bottom: 1px solid #403a2d;
	color: #d7b87c !important;
	font-size: 21px !important;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.3px;
}

@media (max-width: 767px) {
	.ft-about {
		padding: 10px 5px 40px;
	}

	.ft-about-lead {
		padding: 18px;
		font-size: 17px;
	}

	.ft-about h2 {
		font-size: 22px;
	}

	.ft-about-highlight {
		font-size: 18px !important;
	}
}
.ft-about p {
	color: #b8b8b8;
}
/* TEST FOND LECTURE - À PROPOS */

.ft-about {
	background: #161616;
	padding: 35px 45px 55px;
}

.ft-about-inner {
	max-width: 950px;
	margin: 0 auto;
}
/* =========================================================
   FLYING TOUTOU - NOTRE ÉQUIPE
   ========================================================= */

.ft-team {
    margin: 30px 0 50px;
}

.ft-team-intro {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 35px;
}

.ft-team-intro p {
    font-size: 17px;
    line-height: 1.6;
}

.ft-team-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.ft-team-member {
    flex: 1 1 250px;
    max-width: 340px;
    min-height: 210px;
    padding: 32px 20px 28px;
    text-align: center;
    background: #1b1b1b;
    border: 1px solid #b89a55;
    border-radius: 8px;
}

.ft-team-initials {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin: 0 auto 20px;
    border: 2px solid #b89a55;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #b89a55;
}

.ft-team-member h3 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #ffffff;
}

.ft-team-member p {
    margin: 0;
    line-height: 1.5;
    color: #d7d7d7;
}

@media (max-width: 767px) {
    .ft-team-grid {
        display: block;
    }

    .ft-team-member {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
/* =========================================================
   FLYING TOUTOU - MENU COMPTE CLIENT
   ========================================================= */

#column-right .list-group {
    border: 1px solid #b89a55;
    border-radius: 8px;
    overflow: hidden;
    background: #1b1b1b;
}

#column-right .list-group-item {
    background: #1b1b1b;
    color: #e5e5e5;
    border-color: #333333;
}

#column-right a.list-group-item:hover,
#column-right a.list-group-item:focus {
    background: #252525;
    color: #b89a55;
}

#column-right .list-group-item.active,
#column-right .list-group-item.active:hover,
#column-right .list-group-item.active:focus {
    background: #b89a55;
    border-color: #b89a55;
    color: #111111;
}
/* =========================================================
   FLYING TOUTOU - CARROUSEL ACCUEIL
   ========================================================= */

#banner0 {
    background: #181818;
    border: 1px solid #b89a55;
    border-radius: 8px;
    padding: 10px;
    overflow: hidden;
}

#banner0 .swiper-slide {
    background: #181818;
}

#banner0 .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
}
/* Carrousel accueil Flying Toutou */
#banner0.swiper-container {
    background: #000;
    border: none;
}

#banner0 .swiper-slide {
    background: #000;
}
/* Carrousel accueil - suppression cadre blanc */
.swiper-viewport {
    background: #000 !important;
    border: none !important;
}
/* =========================================================
   FLYING TOUTOU - AGENDA SERVICE
   ========================================================= */

.ft-booking {
    margin: 25px 0;
    padding: 22px;
    background: #171717;
    border: 1px solid #333;
    border-radius: 8px;
}

.ft-booking-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
}

.ft-booking-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 1px solid #b89a55;
    border-radius: 50%;
    color: #b89a55;
    font-size: 19px;
}

.ft-booking-header h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 20px;
}

.ft-booking-header p {
    margin: 0;
    color: #bbb;
}

.ft-booking-calendar {
    background: #101010;
    border-radius: 6px;
    padding: 15px;
}

.ft-booking-month {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #d7b87c;
    font-size: 16px;
}

.ft-booking-month button {
    width: 34px;
    height: 34px;
    padding: 0;
    background: #222;
    border: 1px solid #444;
    border-radius: 4px;
    color: #d7b87c;
}

.ft-calendar-week,
.ft-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.ft-calendar-week {
    margin-bottom: 5px;
}

.ft-calendar-week span {
    padding: 6px 2px;
    text-align: center;
    color: #777;
    font-size: 11px;
    font-weight: 600;
}

.ft-day {
    padding: 9px 2px;
    text-align: center;
    background: #202020;
    border: 1px solid #292929;
    border-radius: 4px;
    color: #ddd;
    cursor: pointer;
}

.ft-day:hover {
    border-color: #b89a55;
    color: #d7b87c;
}

.ft-day.today {
    background: #202020;
    border: 2px solid #b89a55;
    color: #d7b87c;
    font-weight: 700;
}

.ft-day.empty {
    visibility: hidden;
}

.ft-booking-test {
    margin-top: 12px;
    color: #777;
    font-size: 11px;
    text-align: center;
}

@media (max-width: 480px) {
    .ft-booking {
        padding: 15px;
    }

    .ft-day {
        padding: 7px 1px;
        font-size: 12px;
    }
}
.ft-booking-times {
    margin-top: 15px;
    padding: 15px;
    background: #101010;
    border-radius: 6px;
}

.ft-booking-times-title {
    margin-bottom: 10px;
    color: #d7b87c;
    font-weight: 600;
}

.ft-time-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}

.ft-time {
    padding: 8px 4px;
    background: #202020;
    border: 1px solid #333;
    border-radius: 4px;
    color: #ddd;
}

.ft-time:hover {
    border-color: #b89a55;
    color: #d7b87c;
}

.ft-time.selected {
    background: #b89a55;
    border-color: #b89a55;
    color: #111;
    font-weight: 700;
}

.ft-day.selected {
    background: #b89a55;
    border-color: #b89a55;
    color: #111;
    font-weight: 700;
}

.ft-day.disabled {
    opacity: .25;
    cursor: default;
}

.ft-booking-selection {
    margin-top: 14px;
    padding: 10px 12px;
    background: #202018;
    border-left: 3px solid #b89a55;
    color: #ddd;
}

.ft-booking-selection i {
    margin-right: 6px;
    color: #b89a55;
}

.ft-booking-warning {
    margin-top: 12px;
    color: #d7b87c;
    font-size: 12px;
}
.ft-time.ft-time-booked,
.ft-time.ft-time-booked:hover,
.ft-time.ft-time-booked:focus {
    opacity: 0.35;
    cursor: not-allowed;
    text-decoration: line-through;
    border-color: #555;
    color: #888;
    background: #151515;
}

/* =========================================================
   FLYING TOUTOU — SUPPRESSION DU BLEU OPENCART
   ========================================================= */

/* Boutons principaux */
.btn-primary {
	color: #11100f;
	background: #d7b87c;
	border-color: #d7b87c;
	text-shadow: none;
	box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	color: #11100f;
	background: #c4a263;
	border-color: #c4a263;
	background-image: none;
}

/* Liens-boutons OpenCart */
.btn-link {
	color: #d7b87c;
}

.btn-link:hover,
.btn-link:focus {
	color: #f4f1ea;
}

/* Menus déroulants */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
	color: #11100f;
	background: #d7b87c;
	background-image: none;
}

/* Devise et langue */
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	color: #11100f;
	background: #d7b87c;
	background-image: none;
}

/* Menu mobile OpenCart */
#menu .btn-navbar,
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active {
	color: #11100f;
	background: #d7b87c;
	background-image: none;
	border-color: #d7b87c;
}
/* =========================================================
   FLYING TOUTOU — LISIBILITÉ GLOBALE SUR FOND SOMBRE
   ========================================================= */

body {
	color: #c8c1b6;
}

h1, h2, h3, h4, h5, h6 {
	color: #f4f1ea;
}

/* Page produit */
#product-product {
	color: #c8c1b6;
}

#product-product h1,
#product-product h2,
#product-product h3,
#product-product h4 {
	color: #f4f1ea;
}

#product-product .price,
#product-product h2.price {
	color: #f4f1ea;
}

#product-product .list-unstyled,
#product-product .list-unstyled li,
#product-product #tab-description {
	color: #c8c1b6;
}

/* Prix et textes des produits */
.product-thumb .price {
	color: #f4f1ea;
}

.product-thumb .price-tax {
	color: #aaa49b;
}

/* Étoiles vides */
.rating .fa-star-o {
	color: #b8b1a7;
}
/* =========================================================
   FLYING TOUTOU — PAGE PRODUIT : ACTIONS ET ONGLETS
   ========================================================= */

/* Coeur et comparaison */
#product-product .btn-group .btn-default {
	background: #1a1918;
	border-color: #3a3732;
	color: #d7b87c;
	text-shadow: none;
	box-shadow: none;
}

#product-product .btn-group .btn-default:hover,
#product-product .btn-group .btn-default:focus {
	background: #262421;
	border-color: #d7b87c;
	color: #f4f1ea;
}

/* Onglets */
#product-product .nav-tabs {
	border-bottom: 1px solid #4a453d;
}

#product-product .nav-tabs > li > a {
	background: transparent;
	border: 1px solid transparent;
	color: #d7b87c;
}

#product-product .nav-tabs > li > a:hover {
	background: #1a1918;
	border-color: #3a3732;
	color: #f4f1ea;
}

#product-product .nav-tabs > li.active > a,
#product-product .nav-tabs > li.active > a:hover,
#product-product .nav-tabs > li.active > a:focus {
	background: #1a1918;
	border: 1px solid #d7b87c;
	border-bottom-color: #1a1918;
	color: #f4f1ea;
}
/* =========================================================
   FLYING TOUTOU — PRÉSENTATION PHOTO PRODUIT
   ========================================================= */

#product-product .thumbnails > li:first-child .thumbnail {
	background: #181715;
	border: 1px solid #3a3732;
	border-radius: 0;
	padding: 28px;
}

#product-product .thumbnails > li:first-child .thumbnail:hover {
	border-color: #d7b87c;
}

/* Miniatures */
#product-product .image-additional .thumbnail {
	background: #181715;
	border: 1px solid #3a3732;
}

#product-product .image-additional .thumbnail:hover {
	border-color: #d7b87c;
}
/* =========================================================
   FLYING TOUTOU — FOOTER PRESTIGE
   ========================================================= */

footer {
	margin-top: 40px;
	padding-top: 32px;
	background: #11100f;
	border-top: 1px solid #3a3732;
	color: #aaa49b;
}

footer h5 {
	font-family: 'Passion One', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #f4f1ea;
}

footer a {
	color: #aaa49b;
}

footer a:hover,
footer a:focus {
	color: #d7b87c;
	text-decoration: none;
}

footer hr {
	border-top: 0;
	border-bottom: 1px solid #3a3732;
}

/* Copyright */
footer p {
	color: #8f8a82;
}

/* Évite le vieux gris OpenCart */
footer .container {
	background: transparent;
}
/* Flying Toutou — hauteur naturelle page produit */
#product-product #content {
	min-height: 0;
}
/* =========================================================
   FLYING TOUTOU — PANIER
   ========================================================= */

/* Accordéons : bon de réduction / bon d'achat */
#accordion .panel {
	background: #181715;
	border: 1px solid #3a3732;
	box-shadow: none;
}

#accordion .panel-heading {
	background: #181715;
	border: 0;
}

#accordion .panel-title,
#accordion .panel-title a {
	color: #d7b87c;
	text-shadow: none;
}

#accordion .panel-title a:hover,
#accordion .panel-title a:focus {
	color: #f4f1ea;
}

/* Contenu ouvert des accordéons */
#accordion .panel-body {
	background: #11100f;
	border-top: 1px solid #3a3732;
	color: #c8c1b6;
}

/* Boutons du bas */
#checkout-cart .buttons .btn-default {
	background: #181715;
	border-color: #d7b87c;
	color: #d7b87c;
	text-shadow: none;
	background-image: none;
}

#checkout-cart .buttons .btn-default:hover {
	background: #262421;
	color: #f4f1ea;
	border-color: #f4f1ea;
}

/* Bouton principal Continuer / Commander */
#checkout-cart .buttons .btn-primary {
	background: #d7b87c;
	border-color: #d7b87c;
	color: #11100f;
	text-shadow: none;
	background-image: none;
}

#checkout-cart .buttons .btn-primary:hover {
	background: #c4a263;
	border-color: #c4a263;
	color: #11100f;
}/* =========================================================
   FLYING TOUTOU — VALIDATION DE COMMANDE
   ========================================================= */

#checkout-checkout .form-control {
	background: #181715;
	border: 1px solid #4a453d;
	color: #f4f1ea;
	box-shadow: none;
}

#checkout-checkout .form-control:focus {
	border-color: #d7b87c;
	box-shadow: none;
}

#checkout-checkout select.form-control {
	background: #181715;
	color: #f4f1ea;
}

#checkout-checkout select.form-control option {
	background: #181715;
	color: #f4f1ea;
}

#checkout-checkout .control-label,
#checkout-checkout label {
	color: #c8c1b6;
}
/* =========================================================
   FLYING TOUTOU — PRODUITS LIÉS
   ========================================================= */

#product-product h3.ft-related-title {
	color: #d7b87c;
	margin-top: 18px;
	margin-bottom: 18px;
}

#product-product .product-thumb .caption h4 a {
	color: #d7b87c;
}

#product-product .product-thumb .caption h4 a:hover {
	color: #ffffff;
}
/* FLYING TOUTOU — BOUTONS PRODUITS LIÉS */

#product-product .product-thumb .button-group {
	background: #111111;
	border-top: 1px solid #3d382f;
}

#product-product .product-thumb .button-group button {
	background: #111111;
	color: #d7b87c;
	border-right: 1px solid #3d382f;
}

#product-product .product-thumb .button-group button:hover {
	background: #d7b87c;
	color: #111111;
}
/* =========================================================
   FLYING TOUTOU — BANDEAU RÉSEAUX SOCIAUX
   ========================================================= */

#product-product .ft-social-band {
	margin-top: 38px;
	margin-bottom: 25px;
	padding: 28px 32px;
	border-top: 1px solid #5a4c35;
	border-bottom: 1px solid #5a4c35;
	text-align: center;
	background: #151412;
}

#product-product .ft-social-band h3 {
	margin: 0 0 8px;
	color: #d7b87c;
	font-size: 22px;
}

#product-product .ft-social-band p {
	margin: 0 0 18px;
	color: #f4f1ea;
	font-size: 14px;
}

#product-product .ft-social-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 22px;
}

#product-product .ft-social-icons a {
	color: #d7b87c;
	font-size: 21px;
	text-decoration: none;
}

#product-product .ft-social-icons a:hover {
	color: #ffffff;
}
/* =========================================================
   FLYING TOUTOU — BARRE ACHAT FLOTTANTE
   ========================================================= */

#ft-sticky-cart {
	position: fixed;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	z-index: 9999;

	width: 690px;
	max-width: calc(100% - 30px);
	min-height: 78px;
	padding: 10px 14px;

	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 20px;

	background: #f4f1ea;
	border: 1px solid #d7b87c;
	border-radius: 18px;
	box-shadow: 0 6px 25px rgba(0,0,0,.35);
}

#ft-sticky-cart .ft-sticky-product {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

#ft-sticky-cart img {
	width: 58px;
	height: 58px;
	object-fit: cover;
	border-radius: 10px;
}

#ft-sticky-cart .ft-sticky-info {
	display: flex;
	flex-direction: column;
	min-width: 0;
	color: #111;
}

#ft-sticky-cart .ft-sticky-info strong {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 330px;
}

#ft-sticky-cart .ft-sticky-info span {
	font-weight: bold;
	margin-top: 4px;
}

#ft-sticky-add {
	min-width: 190px;
	padding: 15px 20px;
	border: 0;
	border-radius: 12px;
	background: #d7b87c;
	color: #111;
	font-weight: bold;
}

#ft-sticky-add:hover {
	background: #c7a665;
}

@media (max-width: 600px) {
	#ft-sticky-cart {
		bottom: 10px;
		min-height: 68px;
		padding: 8px 10px;
	}

	#ft-sticky-cart img {
		width: 48px;
		height: 48px;
	}

	#ft-sticky-cart .ft-sticky-info strong {
		max-width: 135px;
	}

	#ft-sticky-add {
		min-width: auto;
		padding: 13px 15px;
	}

	#ft-sticky-add i {
		margin-right: 0;
	}

	#ft-sticky-add {
		font-size: 0;
	}

	#ft-sticky-add i {
		font-size: 18px;
	}
}
/* =========================================================
   FLYING TOUTOU — INSCRIPTION INFOLETTRE
   ========================================================= */

#product-product .ft-newsletter {
	max-width: 620px;
	margin: 20px auto 18px;
}

#product-product .ft-newsletter-form {
	display: flex;
	align-items: center;
	width: 100%;
	height: 58px;
	background: #f4f1ea;
	border: 1px solid #d7b87c;
	border-radius: 30px;
	overflow: hidden;
}

#product-product .ft-newsletter-form input {
	flex: 1;
	height: 100%;
	padding: 0 24px;
	border: 0;
	outline: 0;
	background: transparent;
	color: #111111;
	font-size: 15px;
	box-shadow: none;
}

#product-product .ft-newsletter-form input::placeholder {
	color: #6b655c;
}

#product-product .ft-newsletter-form button {
	width: 65px;
	height: 100%;
	border: 0;
	background: transparent;
	color: #b79455;
	font-size: 28px;
	cursor: pointer;
}

#product-product .ft-newsletter-form button:hover {
	background: #d7b87c;
	color: #111111;
}

#product-product #ft-newsletter-message {
	min-height: 20px;
	margin-top: 7px;
	text-align: center;
	font-size: 13px;
	color: #d7b87c;
}

@media (max-width: 600px) {
	#product-product .ft-newsletter {
		max-width: 100%;
	}

	#product-product .ft-newsletter-form {
		height: 52px;
	}
}
/* =========================================================
   FLYING TOUTOU — LISIBILITÉ BOUTONS DORÉS
   ========================================================= */

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
	background: #d7b87c;
	border-color: #d7b87c;
	color: #111111 !important;
	text-shadow: none;
}

.btn-primary:hover {
	background: #c7a665;
	border-color: #c7a665;
	color: #111111 !important;
}

.btn-primary i,
.btn-primary .fa {
	color: #111111 !important;
}