body:not(.light) {
  font-family: 'Source Sans Pro';
}
a {
  color: #3d3d3d;
}
a:hover {
  color: #e30120;
}
header .bandeau {
  background-color: #e30120;
  padding: 8px;
}
header .bandeau span {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #fff;
  text-transform: uppercase;
}
header .bandeau span.no-border-left {
  border-left: none;
}
header .bandeau span.portal {
  border: none;
  margin-left: 0px;
  padding-left: 0px;
}
header .bandeau span a {
  color: #fff;
}
header .bandeau form {
  display: inline;
}
header .bandeau form input,
header .bandeau form button {
  background-color: #e30120;
  border: none;
  color: #fff;
  display: inline;
}
header .bandeau form input {
  border-radius: 3px 0px 0px 3px;
  width: 180px;
  text-align: right;
  padding-right: 2px;
}
header .bandeau form button {
  border-radius: 0px 3px 3px 0px;
  padding: 1px 8px;
}
header .bandeau-responsive {
  background-color: #e30120;
  padding: 8px;
}
header .bandeau-responsive span {
  text-transform: uppercase;
  line-height: 26px;
}
header .bandeau-responsive span a {
  color: #fff;
}
header .bandeau-responsive form {
  display: inline;
}
header .bandeau-responsive form input,
header .bandeau-responsive form button {
  background-color: #e30120;
  border: none;
  color: #fff;
  display: inline;
}
header .bandeau-responsive form input {
  border-radius: 3px 0px 0px 3px;
  width: 180px;
  text-align: right;
  padding-right: 2px;
}
header .bandeau-responsive form button {
  border-radius: 0px 3px 3px 0px;
  padding: 1px 8px;
}
header .logo {
  height: 181px;
  background: url(../bundles/moa/images/batiment-dessin-balsan.png) no-repeat right center;
}
header .logo img.img {
  padding: 50px 0px 0px 220px;
}
header .logo-hor img.img {
  padding: 50px 0px 0px 220px;
}
header .navlinks {
  margin: 20px 0px 30px;
  padding: 0px;
  list-style-type: none;
  text-transform: uppercase;
  text-align: center;
}
header .navlinks li {
  display: inline;
  padding: 10px 30px;
  border-left: 1px solid #e30120;
}
header .navlinks li:first-child {
  border-left: none !important;
}
header .navlinks li a {
  color: #647a84;
}
header .navlinks li a:hover {
  text-decoration: none;
}
header .navlinks li.shop a {
  color: #e30120;
}
header .navlinks li.menu {
  display: none;
}
header .navlinks li.menu a {
  display: block;
}
header .navlinks li.menu span {
  float: right;
}
@media screen and (max-width: 992px) {
  header .logo {
    text-align: center;
    background-image: none;
  }
  header .logo img.img {
    padding-left: 0px !important;
  }
  header .logo-hor {
    text-align: center;
    background-image: none;
  }
  header .logo-hor img.img {
    padding-left: 0px !important;
  }
  header .navlinks {
    text-align: left;
    background: white;
    border: 1px solid #1a1a1a;
    border-radius: 10px;
  }
  header .navlinks.opened li {
    display: block;
  }
  header .navlinks:not(.opened) li {
    display: none;
  }
  header .navlinks li {
    border: none;
  }
  header .navlinks li.menu {
    display: block;
  }
}
footer .newsletter {
  background-color: #e30120;
  border-bottom: 1px solid #fff;
  padding: 12px 0px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
}
footer .newsletter .error {
  text-transform: none;
  margin-top: 10px;
}
footer .newsletter input {
  height: 30px;
  border: none;
  padding: 4px;
  vertical-align: middle;
}
footer .newsletter input[type="email"] {
  color: #000;
  text-transform: none;
  margin-left: 20px;
  width: 240px;
}
footer .newsletter input[type="submit"] {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  padding-left: 10px;
  padding-right: 10px;
}
footer .newsletter .popover {
  color: #000;
}
footer .sitenav {
  background-color: #1a1a1a;
  color: #fff;
  font-size: 0.9em;
  padding: 0px 0px 10px;
}
footer .sitenav h3 {
  padding-bottom: 8px;
  background: url(../bundles/moa/images/chevron-footer.png) no-repeat center right;
  text-transform: uppercase;
  font-size: 1.2em;
}
footer .sitenav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
footer .sitenav a {
  color: #fff;
}
footer .sitenav a:hover {
  color: #fff;
  text-decoration: none;
}
footer .sitenav a.email {
  text-decoration: underline;
}
footer .sitelegals {
  text-align: center;
  padding: 20px;
  color: #3d3d3d;
}
footer .sitelegals p.cgv a {
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 5px 20px;
  border-bottom: 1px solid #1a1a1a;
}
#content .form-estimate,
#content .form-contact {
  background-color: #647a85;
  padding: 10px 15px;
  color: #fff;
}
#content .form-estimate input[type="text"],
#content .form-contact input[type="text"],
#content .form-estimate input[type="email"],
#content .form-contact input[type="email"] {
  width: 100%;
  color: #647a85;
}
#content .form-estimate input[type="checkbox"],
#content .form-contact input[type="checkbox"],
#content .form-estimate input[type="radio"],
#content .form-contact input[type="radio"] {
  margin: 0px 5px 0px 15px;
}
#content .form-estimate textarea,
#content .form-contact textarea {
  width: 100%;
  height: 100px;
  margin-top: 5px;
  color: #647a85;
}
#content .form-estimate div.row,
#content .form-contact div.row {
  margin-bottom: 10px;
}
#content .form-estimate label,
#content .form-contact label {
  font-weight: normal;
}
#content .form-contact {
  background-color: transparent;
  color: #000;
}
#content div.contact-address {
  background: url(../bundles/moa/images/contact-informations.jpg) no-repeat top left;
  padding: 15px 0px 0px 30px;
  min-height: 112px;
  color: #fff;
  margin-top: 20px;
}
#content div.contact-numbers {
  background: url(../bundles/moa/images/contact-informations.jpg) no-repeat top right;
  padding: 15px 0px 0px 30px;
  min-height: 112px;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#content div.contact-jud-adress {
  background-color: #1A1A1A;
  padding: 15px 0px 0px 30px;
  min-height: 112px;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}
#content div.contact-expositions {
  color: #fff;
  background: #637984 url(../bundles/moa/images/contact-expositions.jpg) no-repeat top right;
  padding-top: 10px;
  margin: 20px 0px 20px;
  padding: 10px;
  text-align: center;
  min-height: 280px;
}
#content div.contact-expositions h3 {
  padding: 15px 0px 30px;
  margin: 0px 0px 10px;
  position: relative;
}
#content div.contact-expositions img {
  margin-bottom: 5px;
}
#content div.contact-expositions p {
  margin-bottom: 5px;
}
#content div.contact-horaires {
  color: #fff;
  background: #637984 url(../bundles/moa/images/contact-horaires.jpg) no-repeat top right;
  padding-top: 10px;
  margin: 20px 0px 20px;
  padding: 10px;
  text-align: center;
  min-height: 280px;
}
#content div.contact-horaires h3 {
  padding: 18px 0px 30px;
  margin: 0px 0px 10px;
  position: relative;
}
#content div.contact-horaires img {
  margin-bottom: 5px;
}
#content div.contact-horaires p {
  margin-bottom: 5px;
}
#content .contact-texte {
  text-align: center;
  margin: 30px 0px;
}
#content .text-red {
  color: #e30120;
}
#contact-map {
  width: 100%;
  height: 300px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-left-40 {
  margin-left: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-left-50 {
  margin-left: 50px;
}
.col-no-padding[class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bordered {
  border: 1px solid #3d3d3d;
}
.text-italic {
  font-style: italic;
}
.text-underline {
  text-decoration: underline;
}
.box {
  padding: 10px 20px;
  margin-bottom: 10px;
  border: 1px solid #cbcbcb;
}
.box .title {
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 10px;
  line-height: 25px;
}
.box .title img {
  float: left;
  margin-right: 10px;
}
.box .title .line1 {
  display: block;
  font-weight: 300;
  font-size: 1.2em;
}
.box .title .line2 {
  font-weight: bold;
  margin-left: 15px;
}
.box .title .line2 strong {
  font-size: 1.4em;
}
.box p {
  font-size: 1.1em;
}
.box p:last-child {
  margin-bottom: 0px;
}
.text-bold {
  font-weight: bold;
}
.btn {
  border-radius: 15px;
  background-color: #e30120;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
}
.btn:hover {
  color: #fff;
}
.btn.sm {
  font-size: 0.8em;
  padding: 3px 10px;
}
#content h1 {
  margin: 0px 0px 30px;
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
}
#content h1:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  margin: 10px auto;
  width: 100px;
  height: 2px;
  background: #1a1a1a;
}
#content h2 {
  text-transform: uppercase;
  color: #e30120;
  font-size: 20px;
}
#content span.letter-upper {
  font-size: 25px;
  font-weight: bold;
}
#content .bottom-line-red {
  position: relative;
  margin-bottom: 45px;
}
#content .bottom-line-red:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  margin: 25px auto;
  width: 150px;
  height: 2px;
  background: #e30120;
}
#content .slider img.filet {
  position: absolute;
  right: 0px;
  z-index: 100;
}
.text-big {
  font-size: 22px;
  font-weight: bold;
}
.modal-dialog h2 {
  margin-top: 0px;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
.modal-dialog h2:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  margin: 10px auto;
  width: 150px;
  height: 2px;
  background: #e30120;
}
.modal-dialog button.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 200;
}
form.form-design input[type="text"],
form.form-design input[type="password"],
form.form-design input[type="email"],
form.form-design input[type="tel"],
form.form-design input[type="country"] {
  width: 100%;
  border: none;
  background-color: #e0e4e7;
}
form.form-design input[type="text"],
form.form-design input[type="password"],
form.form-design input[type="email"],
form.form-design input[type="tel"] {
  padding: 5px;
}
form.form-design select {
  width: 100%;
  background-color: #e0e4e7;
  padding: 5px;
  border: none;
}
form.form-design textarea {
  width: 100%;
  border: none;
  background-color: #e0e4e7;
  padding: 5px;
}
form.form-design .radiogroup input {
  margin-left: 8px;
  margin-right: 5px;
}
form.form-design .radiogroup label {
  font-weight: normal;
}
.close-intro {
  margin: 30px 0;
}
.close-intro img {
  margin-right: 10px;
}
.auction-description {
  margin-bottom: 20px;
}
.auction-description p {
  margin-bottom: 0px;
}
.auction-date {
  font-size: 1.2em;
  margin: 15px 0;
}
.account {
  margin-bottom: 30px;
}
.account a {
  background-color: #647a84;
  color: #fff;
  width: 100%;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 20px 0px;
}
.account a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}
.account a:hover {
  background-color: #e30120;
}
.account div:first-child a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.favorite {
  color: #e30120;
  top: 30px;
  left: 22px;
  position: absolute;
}
.favorite:focus,
.favorite:hover {
  color: #e30120;
}
.favorite:hover {
  text-decoration: none;
}
.favorite i {
  font-size: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pull-left.border.portal {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #fff !important;
}
#content .telephone_widget {
  width: 100%;
}
#content .telephone_widget > .iti {
  width: 100%;
}
#content .country_widget {
  width: 100%;
}
#content .country_widget > .country-select {
  width: 100%;
}
.navbar-top-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-top-logo a {
  display: flex;
  padding: 2rem;
}
.navbar-top-logo a img {
  width: 500px;
}
.auction-information .typeVente {
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.5em;
}
.auction-information h1::after {
  position: inherit !important;
  background-color: inherit !important;
}
.auction-information .renseignements,
.auction-information .information {
  margin-top: 20px;
  text-align: center;
  color: #000 !important;
}
.auction-information .renseignements h2,
.auction-information .information h2 {
  text-transform: inherit !important;
  font-weight: bold;
  color: inherit !important;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 992px) {
  .auction-information .renseignements h2,
  .auction-information .information h2 {
    text-align: center;
  }
}
.auction-information .bloc-info {
  text-align: center;
}
.auction-information .bloc-info hr {
  width: 60px;
  border-color: #e30120;
  margin-top: 10px;
  margin-bottom: 10px;
  border-width: 2px;
}
.auction-information .bloc-title {
  text-align: center;
}
.auction-information .container-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloc-info {
  flex-basis: 33.3333%;
  padding: 5px 25px;
  margin-bottom: 20px;
  font-size: 1.2em;
}
.bloc-info.icone-header {
  border: inherit;
  margin-bottom: 0;
}
.bloc-info .bloc-title {
  text-transform: inherit !important;
  font-weight: bold;
  font-size: 20px !important;
  color: #000 !important;
}
.bloc-info .auction-date {
  margin-top: 0;
  font-size: inherit;
}
@media screen and (max-width: 992px) {
  .bloc-info {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: inherit;
    padding: 5px;
    margin-bottom: 0;
    text-align: center;
  }
  .bloc-info h2 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 992px) {
  .bloc-vente .bloc-info {
    margin-bottom: 20px;
  }
}
.auctions .auction {
  margin-bottom: 40px;
  position: relative;
}
.auctions .auction span.more {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 12px;
  text-align: center;
}
.auctions .auction .clip {
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 5% 100%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 5% 100%);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  min-height: 215px;
  text-align: center;
  padding-left: 60px;
}
.auctions .auction .clip span {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  margin-top: 20px;
}
.auctions .auction .clip span.title {
  text-transform: uppercase;
}
.auctions .auction .clip span.address {
  padding-top: 38px;
  background: url(../bundles/app/images/pin-location.png) no-repeat top right;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 15px;
}
@media (max-width: 767px) {
  .auctions .auction .clip {
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 6% 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 6% 100%);
  }
}
.links {
  font-size: 14px;
  color: grey;
}
.links .fa {
  margin-left: 15px;
  vertical-align: middle;
}
.links a {
  color: grey;
}
.links a:hover {
  text-decoration: none;
}
.lots .lot {
  margin-bottom: 15px;
  position: relative;
}
.lots .lot .lot-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.lots .lot div.border {
  min-height: 250px;
  border: 1px solid transparent;
  padding-bottom: 5px;
}
.lots .lot:hover div.border {
  border: 1px solid #3d3d3d;
}
.lots .lot:hover div.border span.image > span {
  display: block;
}
.lots .lot span {
  display: block;
}
.lots .lot span.number {
  color: #e30120;
  font-size: 15px;
}
.lots .lot span.image {
  position: relative;
}
.lots .lot span.image > span {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  display: none;
}
.lots .lot span.image > span a:hover {
  color: #3d3d3d;
}
.lots .lot span.image > span .fa-circle {
  opacity: 0.7;
}
.lots .lot span.image img {
  max-height: 125px;
}
.lots .lot span.title {
  font-weight: bold;
  padding: 5px;
  line-height: 15px;
}
.lots .lot span.estimates {
  display: inline;
  text-align: center;
  font-weight: bold;
  background-color: #1a1a1a;
  color: #fff;
  padding: 2px 8px;
  border-radius: 10px;
}
.lot-next {
  float: right;
}
.lot-next .fa,
.lot-previous .fa {
  font-size: 20px;
  vertical-align: middle;
}
.lot-next a,
.lot-previous a {
  color: grey;
  text-transform: uppercase;
  font-size: 14px;
}
.lot-next a:hover,
.lot-previous a:hover {
  color: grey;
  text-decoration: none;
}
.lot-detail {
  margin-bottom: 30px;
}
.lot-detail p.description {
  font-weight: bold;
  margin: 15px 0px 20px;
}
.lot-detail .estimates {
  display: inline;
  text-align: center;
  font-weight: bold;
  background-color: #1a1a1a;
  color: #fff;
  padding: 2px 8px;
  margin-left: 8px;
  border-radius: 10px;
}
.lot-detail a.btn {
  margin-top: 40px;
}
.lot-detail img.img-responsive.center-block {
  max-height: 600px;
}
.lot-detail .thumbs {
  margin-top: 10px;
}
.lot-detail .thumbs img {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 110px;
  width: 165px;
  object-fit: cover;
}
/* LIVE */
.btn-onlive,
.btn-onlive:hover,
.btn-onlive:focus,
.btn-onlive:active,
.btn-onlive:visited {
  border: 2px solid #E2001A;
  background-color: #fff;
  color: #E2001A;
  font-weight: bold;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.live {
  /*xs*/
  /*sm*/
  /*md*/
  /*lg*/
}
.live .flex {
  display: flex;
}
.live .flex-col {
  flex-direction: column;
}
.live .flex-1 {
  flex: 1;
}
.live .justify-center {
  justify-content: center;
}
.live .self-center {
  align-self: center;
}
.live .absolute {
  position: absolute;
}
.live .order-1 {
  order: 1;
}
.live .order-2 {
  order: 2;
}
@media (max-width: 800px) {
  .live .order-1-mobile {
    order: 1;
  }
  .live .order-2-mobile {
    order: 2;
  }
}
.live .p-15 {
  padding: 15px;
}
.live .mb-0 {
  margin-bottom: 0;
}
.live .mb-20 {
  margin-bottom: 20px;
}
.live .fs16 {
  font-size: 16px;
}
.live .fs18 {
  font-size: 18px;
}
.live .fs20 {
  font-size: 20px;
}
.live .font-weight-bold {
  font-weight: bold;
}
.live .font-italic {
  font-style: italic;
}
.live .text-center {
  text-align: center;
}
.live .filet-h3 {
  border-bottom: 2px solid #F5F5F5;
  margin-bottom: 15px;
}
.live .bg-grey {
  background-color: #F5F5F5;
}
.live .bg-lightgrey {
  background-color: lightgrey;
}
.live .txt-success {
  color: #00b900;
  font-weight: bold;
}
.live .txt-danger {
  color: #E2001A;
  font-weight: bold;
}
.live .video {
  position: relative;
}
.live .video .fa-youtube-play {
  padding-right: 10px;
}
.live .video .filet-info-vente {
  border: 1px solid #000;
  width: 10px;
}
.live .video .form-inline {
  text-align: center;
}
.live .video .form-inline .form-group:first-child {
  width: 75%;
}
.live .video .form-inline .form-group:last-child {
  width: 24%;
}
.live .video .form-inline .form-group #montantEnchere {
  border-radius: 20px;
  border: 2px solid #E2001A;
  width: 100%;
}
.live .video .form-inline .form-group #btn-montantEnchere {
  border: 2px solid #E2001A;
  background-color: #fff;
  color: #E2001A;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 20px;
  font-weight: bold;
  height: 46px;
  font-size: 15px;
  width: 100%;
}
.live .video .encherir .btn-encherir {
  font-size: 18px;
  border: 1px solid #E2001A;
  background-color: #E2001A;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 400px) {
  .live .video .encherir .btn-encherir {
    padding: 1rem 2rem;
  }
}
.live .video .encherir-attente .btn-encherir {
  font-size: 18px;
  border: 1px solid #E2001A;
  background-color: #E2001A;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 400px) {
  .live .video .encherir-attente .btn-encherir {
    padding: 1rem 2rem;
  }
}
.live .filet-enchere {
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
}
.live .filet-enchere p {
  margin-bottom: 0;
}
.live .color-red {
  color: #E2001A;
}
.live .col-centered {
  float: none;
  margin: 0 auto;
}
.live .carousel-control {
  width: 0px;
}
.live .carousel-control.left,
.live .carousel-control.right {
  opacity: 1;
}
.live .carousel-col {
  position: relative;
  min-height: 1px;
  padding: 5px;
  float: left;
}
.live .active {
  display: block;
}
@media (max-width: 767px) {
  .live .carousel-inner .next {
    left: 50%;
  }
  .live .carousel-inner .prev {
    left: -50%;
  }
  .live .carousel-col {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .live .carousel-inner .next {
    left: 50%;
  }
  .live .carousel-inner .prev {
    left: -50%;
  }
  .live .carousel-col {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .live .carousel-inner .next {
    left: 33%;
  }
  .live .carousel-inner .prev {
    left: -33%;
  }
  .live .carousel-col {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .live .carousel-inner .next {
    left: 25%;
  }
  .live .carousel-inner .prev {
    left: -25%;
  }
  .live .carousel-col {
    width: 25%;
  }
}
.live .panel {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.live .panel .panel img {
  height: 188px;
}
.live .panel .panel-heading {
  border: none;
  padding: 0px 15px;
}
.live .panel .panel-body {
  padding: 15px 0px;
}
.live .btn-dark,
.live .btn-dark:hover,
.live .btn-dark:focus,
.live .btn-dark:active,
.live .btn-dark:visited {
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  margin-left: 5px;
}
.login .bg-grey {
  background-color: #F2F2F2;
}
form ul {
  list-style-type: none;
  padding-inline-start: 0;
}
form ul li {
  color: #E2001A;
  font-weight: bold;
}
.inscription-paiement {
  font-weight: bold;
  margin-bottom: 30px;
}
.inscription-paiement .mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.inscription-paiement .mb-30 {
  margin-bottom: 30px;
}
.inscription-paiement .mt-15 {
  margin-top: 15px;
}
.inscription-paiement .mb-10 {
  margin-bottom: 10px;
}
.inscription-paiement h2 {
  color: #000 !important;
  font-weight: bold !important;
}
.inscription-paiement .bg-red {
  padding: 20px;
  background-color: #A8181B1A;
}
.inscription-paiement .text-red {
  color: #E2001A;
}
.emplacementAdjuger {
  text-align: center;
}
.emplacementAdjuger #adjugerEnCours {
  padding: 8px 12px;
  background-color: black;
  color: white;
  border-radius: 10px;
}
.info-user {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.info-user .form-group {
  margin-top: 20px;
}
.info-user .bg-grey {
  background-color: #f5f5f5;
  border-radius: 5px;
}
.lots-more-info {
  margin-bottom: 4rem;
}
@media (max-width: 800px) {
  .lots-more-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.lots-more-info > .lot-more-info {
  background-color: #282F32;
  color: white;
  max-height: 0;
  width: 100%;
  transition: 0.5s;
  overflow: hidden;
}
.lots-more-info > .lot-more-info.active {
  max-height: 100%;
}
.lots-more-info > .lot-more-info .lot-more-info__content {
  padding: 1rem 3rem;
  padding-top: 4rem;
}
.numero-lot {
  justify-content: space-between;
  align-items: center;
}
.moreInfo {
  font-size: 1.5rem;
  border: solid 1px white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  gap: 5px;
}
@media (min-width: 800px) and (max-width: 1199px) {
  .moreInfo .textMoreInfo {
    display: none;
  }
}
#lot_in_progress {
  cursor: pointer;
}
#btn-encherir-hor.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.horse-card-container {
  padding-top: 4rem;
}
.mt30 {
  margin-top: 30px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb-0 {
  margin-bottom: 0px;
}
.text-right {
  text-align: right;
}
#content {
  /*
    div.beautiful-auction {
        margin-bottom: 40px;
        border: 1px solid @grey;
        padding-bottom: 10px;
        
        p {
            padding: 10px;
            text-align: center;
        }

        span.bid {
            font-size: 18px;
            display: inline;
            font-weight: bold;
            background-color: @red;
            color: #fff;
            padding: 2px 8px;
            .radius(10);
        }
    }
    */
}
#content table.cgv {
  border-collapse: collapse;
}
#content table.cgv th {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
}
#content table.cgv td {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
}
#content .slider {
  background-color: #fff;
  margin-bottom: 30px;
  border: 1px solid #a2afb5;
}
#content .slider .border-left {
  border-left: 1px solid #000000;
  padding-left: 20px;
  margin-left: 20px;
}
#content .slider .bloc-vente-live {
  font-size: 27px;
  padding-left: 30px;
}
#content .slider .carousel-control .icon-prev,
#content .slider .carousel-control .icon-next {
  height: 60px;
  margin-top: -30px;
  width: 35px;
}
#content .slider .item img.filter {
  filter: brightness(70%) blur(0px);
  -webkit-filter: brightness(70%) blur(0px);
  -moz-filter: brightness(70%) blur(0px);
  -o-filter: brightness(70%) blur(0px);
  -ms-filter: brightness(70%) blur(0px);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
#content .slider .item:hover img.filter {
  filter: brightness(70%) blur(2px);
  -webkit-filter: brightness(70%) blur(2px);
  -moz-filter: brightness(70%) blur(2px);
  -o-filter: brightness(70%) blur(2px);
  -ms-filter: brightness(70%) blur(2px);
}
#content .slider .item .auction {
  position: absolute;
  top: 40%;
  left: 0px;
  right: 0px;
  text-transform: uppercase;
  text-align: center;
}
#content .slider .item .auction span {
  display: block;
  color: white;
}
#content .slider .item .auction span.date {
  font-size: 26px;
  font-weight: bold;
}
#content .slider .item .auction span.title {
  font-size: 24px;
  margin-bottom: 20px;
}
#content .slider .item .auction a {
  border: 1px solid #fff;
  padding: 10px 25px;
  color: #fff;
  margin-top: 15px;
  font-weight: bold;
  background-size: 100% 200%;
  background-image: linear-gradient(to top, #e30120 50%, transparent 50%);
  transition: background-position 0.5s;
}
#content .slider .item .auction a:hover {
  text-decoration: none;
  background-position: 0 100%;
}
#content .slider .lot {
  font-size: 0.9em;
}
#content .slider .lot img {
  margin-right: 30px;
}
#content .slider .lot .estimation {
  font-weight: bold;
  font-size: 1.8em;
}
#content .slider .nav {
  text-transform: uppercase;
  padding-top: 4px;
  display: inline-block;
}
#content .slider .nav i {
  vertical-align: middle;
  margin-top: -3px;
}
#content .savoir-faire {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 1.8em;
  text-align: center;
  font-weight: bold;
}
#content .savoir-faire-text {
  margin-bottom: 30px;
}
#content .actu-home {
  font-size: 0.9em;
}
#content .actu-home .photo {
  width: 150px;
  float: left;
  margin: 0px 30px 10px 0px;
}
#content .actu-home .read {
  float: right;
  margin: 50px 0px 40px 50px;
}
#content .actu-home h4 {
  font-weight: bold;
}
#content .btn-presentation {
  text-align: center;
  background-color: #e30120;
  color: #fff;
  border-radius: 6px;
  width: 360px;
  margin: 20px auto;
  padding: 15px 8px;
}
#content .btn-presentation span {
  font-weight: bold;
  font-size: 1.4em;
}
#content #google-map-presentation {
  width: 100%;
  height: 250px;
  margin-bottom: 12px;
}
#content .presentation-background {
  background: url(../bundles/moa/images/batiment-presentation.jpg) no-repeat top center;
  padding: 80px 20px;
  margin-bottom: 40px;
}
#content .presentation-background span.title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
#content .borde-red {
  color: #e30120;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #e30120;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  padding: 3px 0px;
  margin: 15px 0px;
  font-size: 18px;
}
#content div.title-line {
  background-color: #1a1a1a;
  padding: 15px 0px;
}
#content div.title-line h3 {
  text-transform: uppercase;
  color: white;
  margin: 0px;
  padding-left: 20px;
  font-size: 22px;
}
#content .fix-img-buy {
  margin-top: -26px;
}
#content #slider-auctions {
  margin-top: 200px;
  margin-bottom: 200px;
  height: 200px;
}
#content #slider-auctions li {
  list-style-type: none;
}
#content #slider-auctions li img {
  border: 1px solid #3d3d3d;
  max-height: 500px;
}
#content #slider-auctions li div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
}
#content #slider-auctions li div .bid {
  font-size: 18px;
  font-weight: bold;
  background-color: #e30120;
  color: #fff;
  padding: 2px 8px;
  border-radius: 10px;
}
#content #slider-auctions li div .title {
  font-size: 16px;
  background-color: white;
  color: #000;
  padding: 2px 8px;
  border-radius: 10px;
}
#content dl.dl-lexique dt {
  white-space: normal;
  color: #e30120;
}
#content dl.dl-lexique dd {
  margin-bottom: 10px;
}
#content .bloc-infos-vente {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 0;
}
#content .auction-date,
#content .auction-link-interencheres {
  font-size: inherit;
}
.intervention-export {
  color: #e30120;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  font-size: 13px;
}
#carousel-home .carousel-control.left,
#carousel-home .carousel-control.right {
  background: none;
  color: #000;
  opacity: 1;
}
@media (max-width: 767px) {
  #content .slider .item .auction {
    top: 0;
    padding: 5px 10px;
  }
  #content .slider .item .auction span.date {
    font-size: 22px;
  }
  #content .slider .item .auction span.title {
    font-size: 18px;
  }
}
.checkbox_register {
  display: flex;
}
.checkbox_register input {
  margin-right: 10px;
}
