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

* {
  font-family: 'Roboto';
}

.logo {
  display: inline-block;
  max-height: 60px;
  max-width: 100%;
}

.btn-circle {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-radius: 17px;
}

@media (max-width: 767px) {
  .btn-circle {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0 !important;
    border-radius: 18px;
  }
}

@media (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .hide-xs {
    display: none !important;
  }
}

.col-menu .btn {
  border-radius: 30px;
  margin-left: 3px;
  font-size: 13px;
}

.col-menu {
  padding-left: 0;
}

@media (max-width: 600px) {
  .col-menu .btn {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 0 !important;
    line-height: 40px;
    font-size: 120%;
  }
}

.image {
  display: inline-block;
  width: 27%;
}

.image img {
  width: 100%;
  border-radius: 4px;
}

.short-title {
  font-size: 90%;
  font-weight: 600;
  margin-bottom: 2px;
}

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

.short-description {
  display: inline-block;
  width: 71%;
}

@media (max-width: 576px) {
  .text-small {
    font-size: 90%;
  }
}

.nb-images {
  border-radius: 30px;
  position: absolute;
  left: 4%;
  margin-top: 2%;
}

.btn.certif {
  border-radius: 30px;
  position: absolute;
  left: -2%;
  margin-top: -2%;
}

@media (max-width: 400px) {
  .btn.certif {
    left: -2%;
    margin-top: -4%;
  }
}

.article {
  text-decoration: none !important;
}

.boutique img {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 35px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  border: 0px none;
}

.small-image {
  display: inline-block;
  width: 30%;
}

.small-image img {
  display: inline-block;
  height: 80px;
  max-width: 100%;
}

.small-block-description {
  display: inline-block;
  width: 75%;
}

.boutique {
  padding: 5px;
}

.size-12 {
  font-size: 12px;
}

.size-14 {
  font-size: 14px;
}

.ls-0 {
  letter-spacing: 0.05em;
}

.btn.rubrique {
  width: 80px;
  height: 80px;
  font-size: 30px;
  border-radius: 40px;
}

@media (max-width: 600px) {
  .btn.rubrique {
    /*width: 50px;*/
    /*height: 50px;*/
    /*font-size: 20px;*/
    /*line-height: 50px;*/
    /*padding: 0;*/
  }
}

@media (max-width: 600px) {
  .rubriques strong {
    /*margin-top: 5px;*/
    font-size: 90%;
  }
}

@media (max-width: 350px) {
  .rubriques strong {
    /*margin-top: 5px;*/
    font-size: 78%;
  }
}

@media (max-width: 600px) {
  .rubriques small {
    /*display: block;*/
    /*font-size: 60%;*/
  }
}

.size-18 {
  font-size: 18px;
}

.size-20 {
  font-size: 20px;
}

img.language {
  box-shadow: var(--shadow-sm);
}

@media (max-width: 767px) {
  .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.boutique .action {
  margin-top: 5px;
}

@media (max-width: 400px) {
  .boutique .seller {
    font-size: 80%;
  }
}

.article-ville {
  font-size: 14px;
}

.article-time {
  font-size: 12px;
}

.article-shop {
  font-size: 12px;
}

@media (max-width: 400px) {
  .article-shop {
    font-size: 80%;
  }
}

.row.article a {
  text-decoration: none !important;
}

.row.article .annonce {
  padding: 5px;
}

.short-description.service {
  width: 100%;
}

.image-service {
  height: 40px;
  width: 40px;
  float: right;
  border-radius: 20px;
  line-height: 40px;
  padding: 0 !important;
  font-size: 150%;
}

.title {
  line-height: 1.2;
  font-size: 220%;
  font-weight: 300;
}

form label {
  font-size: 12px;
  font-weight: 600;
  display: block;
}

form .form-control {
  border: 0px none;
  box-shadow: none !important;
  font-size: 15px;
}

form .form-control::placeholder {
  font-size: 12px;
  font-weight: 500;
}

.p-info {
  font-weight: 600;
}

.id-net img {
  height: 70px;
  width: 70px;
  border-radius: 40px;
  box-shadow: var(--shadow-sm);
}

.right {
  border-radius: 3px;
}

.id-net .short-title {
  font-size: 100%;
  margin-bottom: 5px;
}

.id-net a {
  text-decoration: none !important;
}

.id-net .carte {
  padding: 5px;
  border-radius: 3px;
}

.search {
  margin-top: -80px;
  box-shadow: var(--shadow-sm) !important;
  background: #fff;
  margin-bottom: 25px;
  border-radius: 7px !important;
}

.rubriques.and-search {
  padding-bottom: 90px !important;
}

.lh-1 {
  line-height: 1.5em;
}

@media (max-width: 576px) {
  .search .title {
    font-size: 180%;
  }
}

.card.news img {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.card .content {
  font-size: 14px;
  margin-bottom: 0px;
}

@media (max-width: 600px) {
  .card .title {
    font-size: 170%;
  }
}

.card .dropdown.action {
  position: absolute;
  right: 2%;
  top: 2%;
  z-index: 20;
}

.filtr-item {
  padding: 7px;
}

.search img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  box-shadow: var(--shadow);
}

.dropdown-menu {
  box-shadow: var(--shadow);
}

#les-villes .ville, #les-rubriques .ville {
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

#les-villes .ville .btn, #les-rubriques .ville .btn {
  border: 0px none !important;
  box-shadow: none !important;
  font-size: 80%;
  font-weight: 600;
}

.input-group.recherche {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.input-group.recherche .input-group-prepend span {
  border: 0px none !important;
}

.slider.slider-horizontal {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.min-amount, .max-amount {
  display: inline-block;
  white-space: nowrap;
}

.min-amount .value, .max-value .value {
  display: block;
  font-weight: 600;
}

@media (min-width: 576px) {
  .submit-search {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.transform-none {
  text-transform: none;
}

.mask {
  opacity: 0.3 !important;
}

.annonce.fly {
  padding-left: 0 !important;
}

.breadcrumb {
  padding-left: 0;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 0;
}

.font-300 {
  font-weight: 300;
}

.font-500 {
  font-weight: 500;
}

.logo-annone {
  height: 50px;
}

.animate-section small {
  display: block;
  margin-top: -5px;
  opacity: 0.9;
  font-weight: 400;
}

.animate-section span {
  font-weight: 500;
}

.animate-section div {
  padding: 10px 5px;
}

.profil-heading {
  font-weight: 300;
}

.dropdown.card-dropdown {
  position: absolute;
  bottom: 30px;
  right: 10px;
}

.dropdown.card-dropdown .btn-circle {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-shadow: none !important;
}

.tabs {
  box-shadow: var(--shadow-sm);
  padding: 5px 10px;
}

.tab-content {
  padding: 10px 0;
}

.nav.nav-tabs {
  border: 0px none;
}

.nav.nav-tabs .nav-link {
  border: 0px none;
  transition: 0.03s ease;
}

@media (max-width: 500px) {
  .nav.nav-tabs .nav-link {
    padding: 7px 5px;
  }
}

.list-group-item .info {
  display: block;
  font-weight: 600;
}

