@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative');
@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative|Montserrat');

/*GENERAL*/
body, h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, li, a, p, strong, b, span{font-family: sans-serif;}
.clear{clear: both !important;}
.color_black{color:black!important;}
.color_white{color:white !important;}

/*HEADER*/


::selection {
	background: #FFD700;
	color: #fff;
}

#logo {
	font-size: 38px;
	color: #FFD700;
	font-family: 'Montserrat', sans-serif;
}

body.tt-dark-style .tt-menu-nav > li > a {
	color: #f5f5f5;
	font-size: 16px;
	font-family: 'Cinzel Decorative', cursive;
}

h1 {
	font-family: 'Cinzel Decorative', cursive;
}

.intro-title {
	font-family: 'Cinzel Decorative', cursive;
}

.tt-menu-nav > li > a:after {
	background-color: #FFD700;
}

.active {
	color: #FFD700!important;
}

.btn-primary {
	background-color: #FFD700;
	border-color: #FFD700;
	color: #000;
}

.btn-primary:hover {
	background-color: #f5f5f5;
	color: #505050;
	border-color: #FFD700;
}

hr.hr-short {
	border-color: #FFD700;
}

a {
	color: #FFD700;
}

a:hover {
	color: #fff;
}

.jaune {
	height: 50px;
	background-color: #cebf70;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background-color: #FFD700;
}

body.tt-dark-style .form-control {
	background-color: #fff;
}



/*ADDONS GALERIE*/


.instrument-vente h4 {
	color: #505050;
	font-size: 22px;
	font-weight: bold;
}
.instrument-vente .ligne2, .instrument-vente .ligne1 {
	padding-bottom: 15px;
	padding-top: 15px;
}
.instrument-vente .description {
	background-color: #c1a894;
	min-height: 110px;
	padding-bottom: 15px;
}
.description p {
	font-size: 22px;
}
#portfolio2 .col-sm-6 {
	padding-bottom: 15px;
}
.description p {
	min-height: 31px;
}
.nav .active::after {
	border-bottom: 3px solid #c34222;
	content: "";
	display: block;
	position: absolute;
	top: 52px;
	width: 143px;
}
.scroll:hover {
	color: #c34222 !important;
}
.pp_expand {
	display: none !important;
}
.lightbox {
	display: none;
}

.portfolio-item .item-inner .col-sm-6, .portfolio-item .item-inner .col-sm-12 {
	padding: 0;
}

.filter-menu{
	text-align: center;
	margin:15px auto 30px;<
}

.filter-menu ul li{
	display: inline-block;
	margin:0 5px;
}

.filter-menu ul li a{
	padding:7px 16px;
	text-transform: uppercase;
	background: transparent;
	border:1px solid #9f9f9f;
	color:#555555;
	font-size:11px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.filter-menu ul li a:hover{
	background:#313131;
	border:1px solid #313131;
	color:white;
}

#portfolio .portfolio-items{
	height: auto;
	width: 100.1%;
	overflow: hidden;
	position: relative;
}

.filter-menu ul li a.selected{
	background:#313131;
	border:1px solid #313131;
	color:white;
}

.portfolio-items .work{
	height: auto;
	position: relative;
	padding:6px;
}

.portfolio-items .work .work-inner{
	width:100%;
	height: 100%;
	position: relative;
	border:1px solid #eaeaea;
	padding:0;
	margin:0;
}

.five{
	width:20%;
	float:left;
}

.work-image{
	width:100%;
	position: relative;
	height: auto;
	margin:0;
	padding:0;
	background:black;
}

.work-image a{
	display:block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.work-image a img{
	width:100%;
	height: auto;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.work-image a span.positive{
	display: block;
	width:43px;
	height: 43px;
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-21px;
	margin-left:-21px;
	background:url(../images/positive.png);
	opacity: 0;
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.work-image:hover a span.positive{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.work-image:hover a img{
	opacity: 0.3;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


.work-bottom{
	padding:16px;
}

.work-bottom p.work-name{
	color:#9a9a9a;
	font-size:15px;
}

.work-bottom p.work-name{
	color:#9a9a9a;
	font-size:15px;
}

.work-bottom p.work-category{
	color:#9a9a9a;
	font-size:13px;
}

.work-bottom a.work-link{
	display: block;
	width: 60px;
	height:71px;
	position: absolute;
	bottom:0;
	right: 0;
	background:transparent;
	border-left:1px solid #eaeaea;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.work-bottom a.work-link-passive{
	display: block;
	width: 60px;
	height:71px;
	position: absolute;
	bottom:0;
	right: 0;
	background:transparent;
	border-left:1px solid #eaeaea;
	opacity: 0.3;
	cursor: default;
}

.work-bottom a span.arrow{
	display: block;
	position: relative;
	width: 12px;
	height: 17px;
	top:50%;
	margin:0 auto;
	background:url(../images/work-arrow.png) center center no-repeat;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.work-bottom a.work-link:hover{
	background:#313131;
}

.work-bottom a.work-link:hover span.arrow{
	background:url(../images/work-arrow-hover.png) center center no-repeat;
}


/*FIN ADDONS GALERIE*/


Portfolio Work Bottom 

.work-bottom{
	padding:16px;
}

.work-bottom p.work-name{
	color:#9a9a9a;
	font-size:15px;
}

.work-bottom p.work-name{
	color:#9a9a9a;
	font-size:15px;
}

.work-bottom p.work-category{
	color:#9a9a9a;
	font-size:13px;
}

.work-bottom a.work-link{
	display: block;
	width: 60px;
	height:71px;
	position: absolute;
	bottom:0;
	right: 0;
	background:transparent;
	border-left:1px solid #eaeaea;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.work-bottom a.work-link-passive{
	display: block;
	width: 60px;
	height:71px;
	position: absolute;
	bottom:0;
	right: 0;
	background:transparent;
	border-left:1px solid #eaeaea;
	opacity: 0.3;
	cursor: default;
}

.work-bottom a span.arrow{
	display: block;
	position: relative;
	width: 12px;
	height: 17px;
	top:50%;
	margin:0 auto;
	background:url(../images/work-arrow.png) center center no-repeat;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.work-bottom a.work-link:hover{
	background:#313131;
}

.work-bottom a.work-link:hover span.arrow{
	background:url(../images/work-arrow-hover.png) center center no-repeat;
}


.item-inner {
	background: transparent!important;
	border: none!important;
}


.description {
	background-color: #f5f5f5;
	color: #000!important;
	padding: 10px!important;
}

.description p {
	font-family: 'Cinzel Decorative', cursive!important;
}

.portfolio-item {
	padding: 0;
	margin: 0;
	position: relative !important;
	left: 0 !important;
	top: 0!important;
	transform: none !important;
	transition: 0.5s all ease;
}

@media screen and (max-width: 550px) {
	#header {
		margin-top: -6%!important;
	}
}

body.tt-dark-style .form-control {
	color: #000;
}

/* couleur texte message formulaire OK */
.panel-body.bg-success p {
    color: #5e5e5e;
}

/* couleur texte message formulaire erreur */
.panel-body.bg-danger h4, .panel-body.bg-danger li, .panel-body.bg-danger li label {
    color: #5e5e5e;
}

.cookie{background: rgba(0,0,0,0.8); color: #ffffff;}
.cookie p{margin-top: 10px; cursor: pointer}
.footer-inner {padding-bottom: 95px;}
@media(min-width: @screen-sm){
	.footer-inner {padding-bottom: 45px}
}