.html {
	font-size:100%;
}

body {
	font-family:'Roboto';
	font-size:16px;
	color:#a3a3a3;
	background-color:#f9f9f9;
}

a {
	color:#a13332;
}

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

h1 {
	font-family:'PT Serif';
	font-size:3em;
	color:#4a4443;
	margin-top:0;
}

h2 {
	font-family:'PT Serif';
	font-size:2em;
	color:#a13332;
	margin-top:0;
}

h3 {
	font-family:'Roboto Condensed';
	font-size:1em;
	color:#4a4443;
	text-transform:uppercase;
	font-weight:700;
}
.post ol ol li{
	list-style-type: lower-alpha;
}
.post ol ol ol li{
	list-style-type: lower-roman;
}
.page-title {
	padding-top: 10px;
}

.colorA {
	color:#a13332;
}

.center {
	text-align:center;
	margin:0 auto;
}
.mention {
	padding: 20px;
    font-size: 12px;
    border-left: 1px solid;
}
.search-term{
    background-color: yellow;
}
.breadcrumb {
	font-family:'Roboto Condensed';
	font-size:0.9em;
	text-transform:uppercase;
	background-color:transparent;
	color:#000;
	font-weight:500;
	margin:0;
	padding:0;
}

.breadcrumb a {
	color:#a3a3a3;
}

.breadcrumb a:hover {
	color:#a13332;
	text-decoration:none;
}

.card {
	background-color:#fff;
	box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition:all 0.3s cubic-bezier(.25,.8,.25,1);
	padding:8px;
	margin-bottom:30px;
}

.card:hover {
	background-color:#fff;
	box-shadow:0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transition:all 0.3s cubic-bezier(.25,.8,.25,1);
	padding:8px;
	margin-bottom:30px;
}

.card-nobg {
	padding:8px;
	margin-bottom:30px;
}

.card-login {
	background-color:#fff;
	box-shadow:0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.card-login .content {
	padding:20px;
}

.card-login .content h2 {
	text-align:center;
	margin-bottom:1em;
}
#form-profile label{
	color: #4a4443;
}
.form-group input, .form-group select {
	background:none;
	border:0;
	border-bottom:1px solid #a3a3a3;
	border-radius:0;
	color:#a3a3a3;
	box-shadow:none;
	color:inherit;
	transition:border-bottom-color 0.3s;
}

.form-group input:focus, .form-group select:focus {
	border-color:#a13332;
	outline:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.form-group textarea {
	background-color:transparent;
	border:none;
	border-bottom:1px solid #9e9e9e;
	border-radius:0;
	outline:none;
	height:10rem;
	width:100%;
	box-shadow:none;
	transition:all 0.3s;
	overflow-y:hidden;
}

.card-login .register {
	position:relative;
	color:#f9f9f9;
	padding:10%;
	overflow:hidden;
	background-image:url('/img/enchere-main-levee.jpg');
	background-size:cover;
}

.card-login .register .small {
	position:relative;
	color:#f9f9f9;
	padding:10%;
	overflow:hidden;
	background-image:url('/img/enchere-main-levee.jpg');
	background-size:cover;
}

.card-login .register::before {
	content:"";
	background-color:#4a4443;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.7;
}

.register div {
	position:relative;
	z-index:1;
}

.card-login .image-background {
	position:absolute;
	left:0;
	bottom:0;
	opacity:0.4;
	width:100%;
	height:170px;
	background-image:url('/img/0463.jpg');
	background-size:cover;
	z-index:1;
}

.card-image {
	width:100%;
}

.card-image-fixed {
	width:auto;
	height:auto;
	max-height:260px;
	overflow:hidden;
}

.card-title {
	font-family:'Roboto Condensed';
	font-size:1.2em;
	line-height:1.1em;
	color:#4a4443;
	display:block;
	margin-bottom:5px;
	margin-top:10px;
}

.card-artist {
	font-family:'Roboto Condensed';
	font-size:1em;
	line-height:1em;
	color:#A3A3A3;
}

.card-number {
	font-family:'Roboto Mono';
	font-size:1em;
	line-height:1em;
	color:#000000;
	flex-grow:1;
}

.card-price {
	font-family:'Roboto Condensed';
	font-size:1.4em;
	line-height:1em;
	color:#a13332;
	text-align:right;
}

.btn-group {
	margin-top:5px;
}

.btn i {
	font-size:20px;
	vertical-align:text-bottom;
	margin-right:5px;
}

.btn-red {
	background:#a13332;
	text-transform:uppercase;
	border-radius:3px;
	color:#fff !important;
	box-shadow:none;
	border:none;
	text-shadow:none;
	transition:background-color 0.25s;
}

.btn-graydark {
	background:#4a4443;
	text-transform:uppercase;
	border-radius:3px;
	color:#fff !important;
	box-shadow:none;
	border:none;
	text-shadow:none;
	transition:background-color 0.25s;
}

.btn-gray {
	background:#a3a3a3;
	text-transform:uppercase;
	border-radius:3px;
	color:#fff !important;
	box-shadow:none;
	border:none;
	text-shadow:none;
	transition:background-color 0.25s;
}

.fav-icon {
	color:#fff !important;
	transition:background-color 0.25s;
	padding:6px 2px 4px 6px;
}

.fav-icon .material-icons {
	font-size:18px;
}

.favourite .material-icons {
	color:#a13332;
}

.favourite .material-icons:hover {
	color:#ffffff;
}

.fav-text {
	font-size:0.8em;
	text-transform:uppercase;
	border-radius:3px;
	color:#fff !important;
	border:none;
	transition:background-color 0.25s;
	border-left:1px solid rgba(255,255,255,.1);
}

.btn-red:active {
	background:#9a0007;
	text-transform:uppercase;
	border-radius:3px;
	color:#fff !important;
	box-shadow:none;
	text-shadow:none;
	transition:background-color 0.25s;
}

.btn-graydark:active {
	background:#221d1c;
	text-transform:uppercase;
	border-radius:3px;
	color:#fff !important;
	box-shadow:none;
	border:none;
	text-shadow:none;
	transition:background-color 0.25s;
}

.btn-red:hover, .btn-red:focus {
	background:#ff6659;
}

.btn-graydark:hover, .btn-graydark:focus {
	background:#766f6e;
}

.btn-gray:hover {
	background:#a13332;
}

.btn-gray:focus {
	background:#a3a3a3;
}

.btn-gray.active {
	background:#ff6659;
}

div.row.card-intro {
	height:100%;
}

.card-content .row {
	padding-bottom:0px;
	padding-top:10px;
	height:70px;
}

.card-content p {
	text-align:justify;
}

.breadcrumb > .active {
	color:#4a4443;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color:#262626;
	text-decoration:none;
	background-color:#ff6659;
}

@media (min-width:768px) {
	.navbar {
		border-radius:0px;
	}
}

.navbar-default {
	border-color:transparent;
	/*transition:all 0.3s cubic-bezier(.25,.8,.25,1);*/
}

.form-control-feedback {
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	display:block;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
}

.form-offre {
	width:50%;
	padding-right:25px;
	padding-bottom:0;
	margin-bottom:0;
}
.form-offre .input-group-addon{
	border:0;
	background-color: transparent;
	font-size: 1.5em;
    font-weight: 600;
}
.form-group label{
	font-weight: normal;
	color: #a13332;
	font-size: 0.8em;
}
.site-signup h4{
	color:#4a4443;
}
/* Lot details -------------------------------------------- */
.product {
	padding:15px;
}

.product h1 {
	color:#a3a3a3;
	line-height:0.9em;
	padding-bottom:1em;
	text-align:left;
}

.product .number {
	color:#4a4443;
	margin:0;
	padding-bottom:10px;
	display:block;
}

.product .artist {
	color:#a3a3a3;
}

.product .price {
	font-weight:800;
	font-size:2em;
	color:#a13332;
	text-align:center;
}

.product .btn-red {
	text-align:center;
	width:58%;
}

.product .btn-graydark {
	text-align:center;
	width:38%;
	margin-right:5px;
}
.zoom-image .zoomImg{
	cursor: zoom-in;
}
.zoom-image .zoomImg.zoomed-in{
	cursor: zoom-out;	
}
.image-selector {
	text-align:center;
}

.image-selector .material-icons {
	font-size:1em;
	color:#a3a3a3;
	padding-top:5%;
	padding-right:5%;
}

.image-selector .selected {
	color:#4a4443;
}

ul.nav.nav-tabs {
	font-family:'Roboto Condensed';
	text-transform:uppercase;
}

.tab-content {
	background-color:#fff;
	padding:1em; 
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color:#4a4443;
	cursor:default;
	background-color:#fff;
	border:1px;
	border-bottom:2px solid #a13332;
}

.nav > li > a {
	color:#A3A3A3;
}

.nav > li > a:focus, .nav > li > a:hover {
	text-decoration:none;
	background-color:#eee;
}

.nav-tabs > li > a:hover {
	border-color:#eee #eee #ddd;
}

.nav > li > a:focus, .nav > li > a:hover {
	text-decoration:none;
	background-color:#eee;
}

.cgv li {
	padding-bottom:15px;
	text-align:justify;
}

.cgv ul {
	padding-top:15px;
}

.page {
	padding:30px;
	background-color:#fff;
	box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition:all 0.3s cubic-bezier(.25,.8,.25,1);
	border:1px solid #eee;
}

.table thead {
	color:#333;
}

.bid {
	border-radius:3px;
}

.card-bid-form {
	font-size:1.2em;
	padding-bottom:10px;
	padding-top:15px;
	background-color:#a13332;
	padding-left:15px;
	height:70px;
}

.card-bid-form .currency {
	font-size:1.5em;
	color:#fff;
	padding:0 15px;
	border:0px;
}

.card-bid-form input {
	background-color:#a13332;
	font-size:1.5em;
	width:100%;
	font-family:'Roboto Condensed';
	color:#f9f9f9;
	border:0;
	border-bottom:1px solid #ff6659;
	transition:all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-bid-form input:focus {
	outline:0;
	border-bottom:1px solid #fff;
}

.btn-annuler {
	color:#ff6659;
	border:0;
	border-right:1px solid #ff6659;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	background-color:#a13332!important;
	height:70px;
	width:35px;
	transition:all 0.3s cubic-bezier(.25,.8,.25,1);
}

.btn-annuler:hover, .btn-annuler:focus {
	color:#fff;
	background-color:#ff6659!important;
	border-right:1px solid #ff6659!important;
}

.btn-annuler i {
	margin-left:-6px;
	margin-top:4px;
}

.btn-valider {
	background-color:#5acb6f!important;
	height:70px;
	width:45px;
	border:0;
	color:#d8f4dd;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	transition:all 0.3s cubic-bezier(.25,.8,.25,1);
}

.btn-valider:hover {
	color:#fff;
	background-color:#4cd966!important;
}

.btn-valider i {
	margin-left:-1px;
	margin-top:4px;
}

.help-block {
	font-size:0.8em;
}

.form-control:focus {
	border-bottom:1px solid #a13332;
	outline:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.coordinates p {
	margin-bottom:5px;
	display:block;
}

.coordinates i {
	font-size:20px;
	float:left;
	padding-right:10px;
}

#home-account {
	background:url("/img/home-brocante.jpg");
	background-size:cover;
	position:relative;
	height:260px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:50px;
}

#home-map {
	height:350px;
	background:url("/img/map.png");
	background-position:center;
	margin:0;
	padding:0;
}

#home-map a {
	height:100%;
	width:100%;
	position:absolute;
}

#mapcontact {
    background: url(/img/map.png);
    height: 650px;
    background-position: center;
}

.map-marker {
	height:50px;
	width:auto;
	margin:0;
	margin-bottom:40px;
	color:#a13332;
	font-size:50px;       
}

@media (max-width:1199px) {
	#home-map, #home-account {
		height:250px;
	}
}

#home-account::before {
	content:"";
	background-color:#a13332;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:all 0.3s cubic-bezier(.25,.8,.25,1);
	opacity:0.9;
}

#home-account:hover:before {
	opacity:1;
}

#home-account > div {
	position:relative;
}

#home-account h2 {
	text-align:center;
	font-size:2.2em;
	color:#fff;
}

#home-card-carousel {
	background:url("/img/mur-de-vente.jpg");
	background-color: #fff;
	background-position:bottom;
	padding:2%;
	background-repeat: repeat-x
}

#home-card-carousel h2 {
	font-size:2em;
	color:#4a4443;
}
/* Pagination */
.pagination {
	margin:auto;
	padding-top:15px;
}
.pagination > li.disabled{
	display: none;
}
.pagination > li > a {
	color:#a3a3a3;
	border:1px solid #f9f9f9;
	background-color:#fff;
	padding: 6px 10px!important;
}

.pagination > li > a:hover {
	color:#a13332;
	border:1px solid #f9f9f9;
	background-color:#fff;
}

.pagination > .active > a {
	border-color:#f9f9f9;
	background-color:#a13332;
}

.pagination > .active > a:hover {
	border-color:#f9f9f9;
	background-color:#ff6659;
}

.pagination > .active > a:focus {
	border-color:#f9f9f9;
	background-color:#a13332;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
	border:0;
}

.btn-default:focus {
	outline:0;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline:none;
}

.register.regsmall {
	padding:3% 10%;
}

.note-basdepage {
	margin-top:2em;
	font-size:0.8em;
	color:#c3c3c3;
}
.login-non-merci {
    margin-top: 20px;
    padding-top: 20px;
    border-color: #a13332;
    border-top: 1px dashed #ffffff;
    font-weight: 800;
}

.abecedaire {
	font-size:1.2em;
	color:#a3a3a3;
	text-align:left;
}

.abecedaire span {
	display:block;
	text-align:right;
}

.alphabet {
	font-size:2em;
	font-family:'PT Serif';
	color:#a13332;
	text-align:left!important;
	padding-right:10px;
	padding-top:10px;
	border-bottom:1px solid #a3a3a3;
}

.alphabet-list {
	font-family:'PT Serif';
	margin-top:20px;
}
.artist-sidebar.affix{
	top:10px;
}
.artist-sidebar.affix-bottom{
	position: absolute;
}
.artist-sidebar ul{
	list-style-type: none;
}
.artist-sidebar .nav > li > a{
	display: inline-block;
}
.artist-sidebar .active a{
	background-color: #eee;
}


.has-success .form-control {
    border-color: #5ECC72;
    -webkit-box-shadow: none; 
    box-shadow: none; 
}

.has-success .form-control:focus {
    border-color: #5ECC72;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px){
	.modal-sm {
		width: 400px;
	}
}

#btn-guest_offer_submit button:first-child{
	border-radius: 3px;
	z-index: 2;
}
.success .btn{
	background-color: #4cd966;
	transition: all 300ms ease;
}
.btn-done{
	padding: 10px 8px;
	height: 44px;
	left:-40px;
	z-index: 1;
}
.success .btn-done{
	background-color: #4cd966;
	left:-3px;
}

.has-error .form-control:focus, .has-error .form-control {
    /* -webkit-box-shadow: none; */
    box-shadow: none; 
}

#modal-form .modal-dialog{
	transition: transform .3s ease-out,
		width 0.5s ease,
		height 0.5s ease;
}
.modal-spinner-container{
	padding: 30px 0;
}
.modal-spinner{
	margin: 0 auto;
	height: 40px;
	width: 40px;
	animation: spinner-rotate 0.75s infinite linear;
	border: 4px solid #a13332;
	border-right-color: transparent;
	border-radius: 50%;
}
@keyframes spinner-rotate {
	0%    { transform: rotate(0deg); }
	100%  { transform: rotate(360deg); }
}

.heigth-fixed {
    max-height: 750px;
}

.enchere-client td:nth-child(3) {
    color: #323232;
}
.enchere-client td:nth-child(6) {
    color: #323232;
    font-weight: 800;
}
.enchere-client tr:nth-child(odd) {
    background-color: #ffffff;
}
.enchere-client th {
    color: #a13332;
    font-weight: 500;
    background-color: #f9f9f9!important;
}

/* Cookie consent ------------------------------------------------------- */
.cc_banner-wrapper {
    z-index: 9001;
    position: relative
}

.cc_container .cc_btn {
    cursor: pointer;
    text-align: center;
    font-size: 0.6em;
    transition: font-size 200ms;
    line-height: 1em
}

.cc_container .cc_message {
    font-size: 0.6em;
    transition: font-size 200ms;
    margin: 0;
    padding: 0;
    line-height: 1.5em
}

.cc_container .cc_logo {
    display: none;

}

@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 0.8em
    }
    .cc_container .cc_message {
        font-size: 0.8em
    }
}

@media screen and (min-width: 768px) {
    .cc_container .cc_btn {
        font-size: 1em
    }
    .cc_container .cc_message {
        font-size: 1em;
        line-height: 1em
    }
}

@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size: 1em
    }
}

@media print {
    .cc_banner-wrapper,
    .cc_container {
        display: none
    }
}

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px
}

.cc_container .cc_btn {
    padding: 8px 10px;
    background-color: #A13332;
    cursor: pointer;
    transition: font-size 200ms;
    text-align: center;
    font-size: 0.6em;
    display: block;
    width: 33%;
    margin-left: 10px;
    float: right;
    max-width: 120px
}

.cc_container .cc_message {
    transition: font-size 200ms;
    font-size: 0.6em;
    display: block
}

@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 0.8em
    }
    .cc_container .cc_message {
        margin-top: 0.5em;
        font-size: 0.8em
    }
}

@media screen and (min-width: 768px) {
    .cc_container {
        padding: 15px 30px 15px
    }
    .cc_container .cc_btn {
        font-size: 1em;
        padding: 8px 15px
    }
    .cc_container .cc_message {
        font-size: 1em
    }
}

@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size: 1em
    }
}

.cc_container {
    background: #222;
    color: #fff;
    font-size: 17px;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
    box-sizing: border-box
}

.cc_container::-moz-selection {
    background: #ff5e99;
    color: #fff;
    text-shadow: none
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    color: #FFFFFF;
    background-color: #A13332;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
    background-color: #ccc;
    color: #000
}

.cc_container a,
.cc_container a:visited {
    text-decoration: none;
    color: #A13332;
    transition: 200ms color
}

.cc_container a:hover,
.cc_container a:active {
    color: #ff6659
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        transform: translateY(66px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        -ms-transform: translateY(66px);
        transform: translateY(66px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.cc_container,
.cc_message,
.cc_btn {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}
