@font-face {
  font-family: PoiretOne;
  src: url(../fonts/PoiretOne-Regular.ttf);
}
* {
  font-family: 'PoiretOne';
  font-weight: 600;
}

.nav-item, .dropdown {
  border-right: 1px solid #ddd;
}

@media (max-width: 576px) {
  .nav-item, .dropdown {
    border-right: 0px none;
  }
}

.nav-item::last-child {
  border-right: 0px none;
}

.dropdown-menu {
  background: #E9E7E8 !important;
}

.dropdown-item {
  font-weight: 600;
}

.dropdown-item:hover {
  background-color: #fff !important;
  color: #BB9724 !important;
  transition: 0.2s ease;
}

.container {
  max-width: 100%;
  width: 1500px;
}

.container.content {
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}

.header-logo {
  display: inline-block;
  width: 25%;
  text-align: left;
}

@media (max-width: 576px) {
  .header-logo {
    display: inline-block;
    width: 23%;
    text-align: left;
  }
}

.header-text.align-bottom {
  display: inline-block;
  width: 73%;
  font-style: normal;
  font-weight: 600;
  color: #BB9724;
}

.navbar.navbar-light.navbar-expand-md.navigation-clean {
  border-top: 1px solid #ddd;
  padding: 5px 0;
  padding-top: 0px;
}

.dropdown-toggle.nav-link.dropdown-toggle.icon::after {
  display: none;
}

.nav-link.active {
  color: #BB9724 !important;
}

a.nav-item:hover {
  color: #BB9724 !important;
}

.navbar .dropdown-menu.show {
  margin-top: 5px !important;
}

.carousel .jumbotron {
  border-radius: 0px;
  height: 300px;
}

.hero-title {
  //background: rgba(233, 231, 232, 0.9);
  background: rgba(0, 0, 0, 1);
  padding: 10px;
  //color: #BB9724 !important;
  color: #fff !important;
  text-shadow: none !important;
  text-align: left;
  position: absolute;
  max-width: 100%;
  bottom: 5px;
  font-weight: 500;
}
.hero-subtitle{
  display: block;
  color: #000 !important;
  background: #fff;
  padding: 10px;
  text-align: right;
  max-width: 95%;
  position: absolute;
  bottom: 70px;
  left: -10px;
}
.hero-title em {
  display: block;
  color: #000 !important;
  background: #fff;
  padding: 5px;
  text-align: right;
  max-width: 95%;
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  text-align: right;
  float: right;
  right: 2% !important;
  left: inherit;
  color: #000 !important;
}
.carousel-control-next,
.carousel-control-prev{
  color: #000;
  font-size: 30px;
  opacity: 1;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #BB9724;
}

.filtr-item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding: 5px;
  height: auto !important;
}

.card {
  border: 0px none !important;
  min-height: auto !important;
}

.filtr-item img {
  border-radius: 5px;
}

#adress {
  font-weight: 700 !important;
  color: #000 !important;
  font-size: 20px;
}

.navbar-toggler {
  border: 0px none;
  outline: none !important;
}

@media (max-width: 576px) {
  .header-text.align-bottom {
    font-size: 30px;
  }
}

.article-masque {
  opacity: 0.2;
}

.info-mask.text-center {
  position: absolute;
  width: 100%;
  top: 45%;
}

.btn-group ,
.more-info {
  position: absolute;
  right: 0;
}

.btn-group .btn {
  height: 30px;
  width: 30px;
  border-radius: 20px;
  padding: 0;
  font-size: 12px;
  margin: 5px;
}

.btn.btn-primary {
  background: rgba(187, 151, 36, 1) !important;
  border: 0px none;
}

.btn-group.carousel-admin {
  position: absolute;
  margin-top: -20px;
  margin-right: 50%;
}

.btn.btn-primary.mask-article {
  display: none;
}

.btn.btn-primary.rounded {
  border-radius: 20px !important;
}

.badge.badge-primary.ml-2 {
  background: #BB9724;
  padding: 5px;
  border-radius: 2px;
}

hr {
  max-width: 80px;
  border-width: 3px;
  border-color: #BB9724;
  opacity: 0.5;
}

.title-cuir {
  font-size: 230%;
}

@media (min-width: 768px) {
  .title-cuir {
    font-size: 190%;
  }
}

@media (min-width: 992px) {
  .title-cuir {
    font-size: 210%;
  }
}

.couleurs-cuirs {
  overflow: hidden;
}

.btn.btn-primary.actions, .btn.btn-danger.actions {
  border-radius: 15px;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 12px;
  right: 5px;
  margin: 5px;
}
.btn.btn-danger.actions.action-lg {
  border-radius: 20px !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0;
  font-weight: 700 !important;
}

.div-actions {
  width: 90%;
  position: absolute;
  top: 0;
  padding: 5px;
  text-align: right;
}

.navigation-clean .dropdown {
  position: relative;
  z-index: 900;
}

#carousel {
}

.btn-primary:hover, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(187, 151, 36, 0.4) !important;
  transition: 0.2s ease;
}

table img {
  width: 100px;
  border-radius: 5px;
}

table td {
  vertical-align: middle !important;
}

.btn.btn-danger {
  background: #ff4444;
  border: 1px solid #ff4444;
}

.btn-danger:hover, .btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 68, 68, 0.4) !important;
  transition: 0.2s ease;
}

.form-control.newform {
  background: rgba(150, 187, 187, 0.2) !important;
  border: 0px none;
}

.form-control:focus {
  box-shadow: 0 0 0 .2rem rgba(187, 151, 36, 0.3) !important;
  transition: 0.2s ease;
  border: 0px none;
}

.cuir-option-td img {
  width: 20px;
  float: right;
}

.table-responsive {
  width: 100%;
  min-width: 900px;
  overflow: hidden;
}

@media (max-width: 1020px) {
  .table-responsive {
    width: 100%;
    min-width: 1000px;
    overflow: hidden;
  }
}

.hero-title em {
  font-size: 17px;
  color: rgba(0,0,0,0.7);
  font-style: normal;
}

.table-content {
  width: 100%;
  overflow-x: auto;
}

tr.total {
  background: rgba(150, 187, 187, 0.2);
  border-top: 0px none !important;
}

tr.total td {
  border-top: 0px none !important;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
}

table tr td:first-child {
  border-left: 1px solid #ddd;
}

table tr td:last-child {
  border-right: 1px solid #ddd;
  width: 300px;
}

#gallery img {
  width: 100%;
}

.contact-form {
  border: 1px solid #BB9724;
  border-bottom: 0px;
}

.contact-form .input-group {
  border-bottom: 1px solid #BB9724 !important;
}

.contact-form input, .contact-form textarea {
  border-left: 1px solid #BB9724;
  border-right: 1px solid #BB9724;
  border-radius: 0px;
  border-top: 0px none;
  border-bottom: 0px none;
  font-weight: 700;
}

.input-group-text {
  background: transparent;
  border: 0px none;
  color: #BB9724;
  border-radius: 0px;
}

.btn.btn-primary.edit {
  padding: 0 !important;
  width: 30px;
  height: 30px;
}

.contact-form .form-control::placeholder {
  color: #BB9724;
  opacity: 0.5;
}

.contact-form .form-control:focus::placeholder {
  opacity: 0;
}

.contact-form .form-control:focus {
  border-left: 1px solid #BB9724;
  border-right: 1px solid #BB9724;
}

@media (max-width: 500px) {
  .header-text.align-bottom.head {
    font-size: 60%;
  }
}

.filtr-controls.text-center.lead.mb-3 {
  font-weight: 600;
}

.ml-0.title-cuir.title-article {
  font-size: 250%;
}

.row.other-images img {
  width: 100%;
}

.row.other-images div {
  padding: 5px;
}

.price {
  font-size: 250%;
  font-weight: 600;
}

.price small {
  font-size: 50%;
  font-weight: 700;
}
.article-details div.price{
  position: absolute;
  //top: 100px;
  bottom: 0;
  background: #000;
  right: 0;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
}
.article-details h6.price{
  font-size: 50%;
  padding: 5px;
  color: #fff;
  margin: 0;
}
.article-details h6.old-price{
  font-size: 35%;
  padding: 5px;
  color: #fff;
  margin: 0;
  background: #ff4444;
  border-bottom-right-radius: 4px;
  font-weight: 700;
  text-decoration: line-through;
}

.ml-0.title-cuir.title-article small {
  font-size: 17px;
  font-weight: 700;
}

.subtitle {
  font-style: normal;
  font-size: 120%;
}

.composant .title {
  width: 70px;
  text-align: right;
}

.composant-color {
  width: 20px;
  height: 20px;
  margin-top: -9px;
}

.composant a {
  margin-left: 7px;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: 0.2s ease;
}

.composant {
}

.composant a.active, .composant a:hover {
  box-shadow: 0 0 0 .2rem rgba(187, 151, 36, 1) !important;
}

.composant a.active img, .composant a:hover img {
  border: 1px solid #fff;
}

.more-color, .more-color:hover {
  padding: 0;
  text-align: center;
  background: rgba(187, 151, 36, 1);
  color: #fff;
  display: inline-block;
}

.more-color i {
  display: inline-block;
}

.btn.btn-primary.outline {
  background: #fff !important;
  color: rgba(187, 151, 36, 1) !important;
  font-weight: 700;
  border: 2px solid rgba(187, 151, 36, 1) !important;
}

.btn.btn-primary.actions.small, .btn.btn-danger.actions.small {
  font-size: 10px;
  width: 25px;
  height: 25px;
  margin-top: -5px;
  border-radius: 15px;
}

.btn.btn-danger.actions.small {
  margin-top: -6px;
}

input, .modal input, .bootstrap-select button, .modal textarea {
  background: rgba(150, 187, 187, 0.2);
  border: none;
  padding: 7px;
  font-weight: 700;
}

.commander-maintenant .bootstrap-select button {
  background: rgba(150, 187, 187, 0.2);
  border: 0px none;
  box-shadow: none;
  outline: none !important;
  padding: 9px 15px;
}

.commander-maintenant .bootstrap-select button:focus {
}

.commander-maintenant .bootstrap-select .dropdown-menu, .modal .bootstrap-select .dropdown-menu {
  border: 0px none;
  padding: 0;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  margin-top: -1px;
}

.btn.btn-primary.actions.update-article {
  position: absolute;
  top: 0;
}

.commander-maintenant .bootstrap-select .dropdown-menu input, .modal .bootstrap-select .dropdown-menu input {
  margin-top: 5px;
  margin-bottom: 5px;
}

.bootstrap-select .dropdown-menu a.active {
  background: rgba(187, 151, 36, 1) !important;
  color: #fff !important;
}

table .btn.btn-primary.dropdown-toggle.outline {
  border: 0px none !important;
}

table thead tr {
  background: rgba(150, 187, 187, 0.2);
}

.table-responsive.commandes tbody tr:nth-child(2n) {
  background: rgba(0,0,0,0.05);
}

table .dropdown-menu {
  border: 0px none;
  background: #fff !important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,0.15)!important;
}

table .btn.btn-primary.dropdown-toggle.outline.p-0 {
  box-shadow: none !important;
  background: transparent !important;
}

.table-responsive.commandes tbody tr td {
  padding: 10px 10px !important;
  border: 0px none;
}

.table-responsive.commandes {
  border: 1px solid #ddd;
}

.table-responsive.commandes tbody.sort td {
  padding: 5px !important;
}

.table-responsive.commandes tbody.sort td input, .modal input, .table-responsive.commandes .bootstrap-select button {
  border-radius: 20px;
  padding: 5px 10px;
  outline: none;
}

.table-responsive.commandes tbody.sort td input::placeholder {
  opacity: 0.5;
}

.table-responsive.commandes tbody.sort td input:focus::placeholder, .modal input:focus::placeholder, .modal textarea:focus::placeholder {
  opacity: 0;
}

.table-responsive.commandes tbody.sort td input:focus, .modal input:focus {
  box-shadow: 0 0 0 .2rem rgba(187, 151, 36, 0.4) !important;
}

.error {
  font-size: 14px;
}

.label {
  font-size: 14px;
}

.modal-title {
  font-weight: 700;
}

.logo-modal {
  width: 100px;
}

.modal-header {
  background: rgba(150, 187, 187, 0.2);
  border: 0px none;
}

.modal-content {
  border: 0px none !important;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.btn-primary.dropdown-toggle.outline.p-0.text-success::after {
  display: none;
}

.row.mt-3.switch-article img {
  height: 60px;
}

.row.mt-3.switch-article a {
  text-decoration: none;
  color: rgba(187, 151, 36, 1) !important;
}

.modal .bootstrap-select button, .modal textarea {
  border-radius: 20px;
}

.modal .btn.btn-light {
  background: rgba(150, 187, 187, 0.2);
  font-weight: 600;
  border-radius: 20px;
}

.dropzone-subtitle {
  font-weight: 600 !important;
}

.dropzone-title {
  font-weight: 700 !important;
}

.btn-admin{
  display: inline-block;
  width: 25px !important;
  height: 25px !important;
  font-size: 10px !important; 
  border-radius: 15px;
  padding: 0;
}
.cuir-small-img{
  cursor: pointer;
  transition: 0.3s ease;
}
.cuir-small-img:hover{
  box-shadow: 0 0 0 .2rem rgba(187, 151, 36, 0.7) !important;
}

tbody.content-commands tr {
  cursor: pointer;
}

.modal-image {
  cursor: pointer;
}

input[type="number"]{
  font-weight: 700 !important;
}

input.form-control.error-form,
textarea.form-control.error-form{
  background: rgba(255,0,0,0.05);
}

.link-paragraph a{
  text-decoration: none;
  color: #000;
}

table .commande-statut button.btn.btn-primary{
  background: transparent !important;
  box-shadow: none !important;
}
.paye-livree::after{
  display: none;
}
.btn.btn-primary.dropdown-toggle.outline.text-primary{
  color:#007bff!important;
}
.btn.btn-primary.dropdown-toggle.outline.text-danger{
  color:#dc3545!important;
}
.btn.btn-primary.dropdown-toggle.outline.text-success{
  color:#1e7e34!important;
}
.logo-texte{
  text-decoration: none !important;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  opacity: 0.8;
}
#custom-modele-article{
  max-height: 400px;
  width: auto !important;
}

.bg-pure-blue{
  background : rgba(150, 187, 187, 0.2);
}

.fournisseur{
  background: #fff;
  width: 70px;
  height: 70px;
  background-size: contain;
  border-radius: 35px;
  background-repeat: no-repeat;
  background-position: center;
}