input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select,
.form-control {
  font-weight: 600;
}

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

select.form-control:not([size]):not([multiple]) {
  height: 50px;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}

select.form-control:not([size]):not([multiple]):invalid,
select option[disabled],
.form-control option[disabled] {
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
}

select option,
.form-control option {
  color: unset;
  background-color: unset;
  text-transform: none;
  font-style: normal;
  font-weight: 600;
}

.select_container::before,
.select_container::after {
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote h5,
blockquote h4,
blockquote h3,
.section-news .post.side-item .item-content a,
label,
.flex-pauseplay span,
.media h5,
.icon-box h5,
.post-nav .nav-links .nav-title,
.author-bio h4,
.comment-meta h4,
.page_title h1,
.page_title h2 {
  text-transform: none;
  /* géén capitalize */
}

.error {
  color: red;
}

.input-error {
  position: absolute;
  top: -5px;
  right: 5px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  pointer-events: none;
}

.about-section .image_cover {
  right: 0px;
}

.routs.rout-single .gallery-title .data-wrap li {
  width: 33%;
}

.routs .gallery-title .data-wrap li {
  width: 33.3%;
}

.filters.gallery-filters {
  font-weight: 600px;
}

.filters.gallery-filters.small-text.text-lg-right {
  font-weight: bold;
}

.reistitellinks {
  background: linear-gradient(to right, #dbac6d 0%, #fccc7c 100%);
  background: #dbac6d;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain", endColorstr="$colorMain2", GradientType=1);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  padding: 13px 20px;
  position: absolute;
  position: absolute;
  left: 30px;
  text-align: center;
  text-transform: uppercase;
  top: 30px;
  z-index: 5;
}

span.logo {
  font-size: 17px;
  color: #ffffff;
  font-weight: 900;
}

.content-padding .item-content {
  width: 100% !important;
}

.cat-price a {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #dbac6d;
  color: #FFFFFF;
  padding: 8px;
  font-weight: bold;
}

.post {
  z-index: 10;
}

.mb-40 {
  margin-bottom: 40px;
}

.card-body a {
  text-decoration: underline;
}

.ISO {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 15px;
  text-indent: 25px;
}