.title-footer {
  color: #fff;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}
.newsletter-form {
  background: white;
}
.input-news {
  padding: 16px;
  border: 0px solid white;
  width: 225px;
  height: 50px;
}
.news-button {
  position: relative;
  display: inline-block;
  width: 175px;
  background: #e41819;
  border: 0px solid white;
  clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  transition: 0.3s ease;
  padding: 0;
}
.rectangle {
  width: 70%;
  border-bottom: 2px solid #fff;
}
a#href-tel {
  color: white !important;
}

footer.sub-bg {
  padding: 50px 100px 50px 100px;
  background: linear-gradient(0deg, #27211b 0%, #27211b 100%),
    url(<path-to-image>) lightgray 0px 0px / 100% 269.599% no-repeat;
}

.social-icons {
  display: flex;
  gap: 40px;
  /* margin: 0px 0px 0 15px; */
}

.dropdown-toggle::after {
  border-top: none;
}

.container-lg {
  max-width: 1400px !important;
}

body {
  margin: 0;
  line-height: normal;
  font-family: "Rubik";
  background-color: #fff;
  color: #000;
}

a.menu-link {
  white-space: nowrap;
}

.menu-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  text-decoration: none;
  position: relative;
  font-weight: 500;
}

.menu-link::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 52px;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='52' viewBox='0 0 1 52' fill='none'%3E%3Cpath d='M0 0.5H1V51.5H0V0.5Z' fill='url(%23paint0_linear_115_658)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_115_658' x1='0.5' y1='0.5' x2='0.5' y2='51.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C0C0C0' stop-opacity='0'/%3E%3Cstop offset='0.5' stop-color='%23828282'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1px 52px;
}

i.bi.bi-search.fs-5 {
  display: flex;
  align-items: center;
}

i.bi.bi-search.fs-5::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 52px;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='52' viewBox='0 0 1 52' fill='none'%3E%3Cpath d='M0 0.5H1V51.5H0V0.5Z' fill='url(%23paint0_linear_115_658)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_115_658' x1='0.5' y1='0.5' x2='0.5' y2='51.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C0C0C0' stop-opacity='0'/%3E%3Cstop offset='0.5' stop-color='%23828282'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1px 52px;
}

.skewed-button {
  position: relative;
  display: inline-block;
  width: 200px;
  /* height: 50px; */
  background: #e41819;
  border: 0px solid white;
  clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
  color: white;
  font-size: 18px;
  /* font-weight: bold; */
  /* font-family: Arial, sans-serif; */
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  transition: 0.3s ease;
  padding: 0;
}

.skewed-button:hover {
  background: #c31617;
}

/* START CONTACT US */

.form-control,
.form-select {
  background-color: #f0f1f5;
  border: none;
  padding: 12px;
  font-size: 14px;
  color: #333;
  border-radius: 0;
}

.form-control::placeholder,
.form-select {
  color: #a0a3b1;
  font-style: italic;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  outline: none;
  background-color: #f0f1f5;
}

.form-label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 6px;
  font-style: italic;
}

textarea.form-control {
  height: 140px;
  resize: none;
}

.btn-red {
  position: relative;
  background-color: #e30d13;
  color: white;
  font-weight: bold;
  border: none;
  padding: 12px 24px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.btn-red::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 40px solid #e30d13;
  border-left: 12px solid white;
  z-index: 1;
}

.page-wrapper {
  position: relative;
  min-height: 100vh;
}

.background-image {
  background: url("https://cdn.builder.io/api/v1/image/assets%2Fcf1d5d5b5e5a4a85a49e19bc72b814d2%2Fadfd0669784c49088c350d8584ab0b3a")
    center/cover no-repeat;
  height: 300px;
}

.placeholder-text {
  color: red;
  font-size: 18px;
  margin: -45px 0 -15px;
}
.description {
  margin-top: 3%;
  line-height: 25px;
}
.h2-title {
  font-size: 48px;
  font-weight: bold;
  margin: 10px 0;
  font-weight: 700;
}

.subtitle {
  font-style: italic;
  font-size: 14px;
  color: #444;
  font-weight: 400;
}

.contact-section {
  margin-top: 40px;
  text-align: left;
}

.section-title {
  font-weight: 700;
  font-size: 40px;
  border-left: 5px solid red;
  padding-left: 10px;
  margin-bottom: 10px;
  font-style: italic;
}

.section-subtitle {
  font-style: italic;
  font-size: 14px;
  color: #444;
  margin-bottom: 30px;
  font-weight: 500;
}
/**  END CONTACT US  */

/**/

header {
  text-align: center;
  padding: 40px 20px 10px;
}

.h1-title {
  color: rgb(0, 0, 0);
  font-size: 40px;
  padding: 60px 0 0px;
  font-weight: 700;
  font-style: italic;
}

.h1-p {
  text-align: center;
  color: white;
  font-size: 14px;
  padding: 0px 0 20px;
  font-style: italic;
}

.form-container {
  background: #fff;
  margin: -100px auto 50px;
  padding: 50px;
  width: 85%;
  max-width: 1400px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}
h1 span {
  color: #e60000;
  font-weight: 700;
  font-size: 40px;
  font-style: italic;
}

nav ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0;
  list-style: none;
  /* border-bottom: 1px solid #ccc; */
  margin-bottom: 0;
}

.section1 img {
  max-width: 100%;
  border: 4px solid #e60000;
  clip-path: polygon(10% 0%, 90% 0%, 100% 40%, 100% 100%, 0% 100%, 0% 40%);
}

nav ul li {
  margin: 0;
}

.tab-btn {
  background: none;
  border: none;
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
  font-style: italic;
  font-weight: 700;
}
.fabrication-list {
  list-style: none;
}

.tab-btn.active {
  color: #e60000;
  border-color: #e60000;
}
.h2-title {
  font-size: 31px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Rubik";
}

.paragraph {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  font-family: "Rubik";
}
.strong-p {
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  font-family: "Rubik";
}
main {
  padding: 40px 10%;
}

.tab-content {
  display: none;
  animation: fadeIn 0.4s ease-in;
}

.tab-content.active {
  display: block;
}

.kennol-container {
  max-width: 1200px;
  margin: 0 auto;
}

.kennol-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.kennol-logo,
.nascar-logo {
  width: 150px;
  max-width: 100%;
  margin-top: 130px;
}

.kennol-content {
  flex: 1;
  padding: 0 20px;
}

.kennol-content h2 {
  font-size: 28px;
  font-weight: 800;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-style: italic;
}

.kennol-content h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #d91414;
  margin: 8px auto 0;
  border-radius: 2px;
}

.kennol-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #444;
  font-size: 14px;
  font-family: "Rubik";
}
.kennol-section {
  background-color: #fff;
  padding: 50px 20px;
  text-align: center;
  font-family: "Rubik";
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Start Produits */

.product-card {
  border-radius: 8px;
  font-family: "Arial", sans-serif;
  display: inline-block;
  text-align: center;
  padding: 12px;
}

.product-image {
  width: 100%; /* Smaller image width */
  height: auto;
  display: block;
  margin: 0 auto 12px;
  padding: 10%;
}
.div-image-product {
  background: #f4f4f4;
}

.product-info {
  text-align: left;
}

.category {
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 6px;
}

.product-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
  font-style: italic;
}

.product-description {
  font-size: 14px;
  color: #555;
}

/* End Produits */
.filter-container {
  font-family: Arial, sans-serif;
  width: 250px;
}

.filter-title {
  font-weight: bold;
  margin-bottom: 12px;
}

.filter-item {
  border-top: 1px solid #ccc;
}

.filter-header {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 10px 0;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.filter-content {
  display: none;
  list-style: none;
  padding: 5px 0 10px 10px;
  margin: 0;
  font-size: 13px;
}

.filter-content.active {
  display: block;
}

.image-section {
  flex: 1;
  min-width: 300px;
}
.thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.thumbnails img {
  width: 60px;
  cursor: pointer;
  border: 2px solid transparent;
}
.thumbnails img.active {
  border-color: red;
}
.main-image {
  width: 100%;
  max-width: 350px;
}
.details {
  flex: 1;
  min-width: 300px;
}
h1 {
  font-size: 24px;
}

select {
  padding: 10px;
  font-size: 16px;
}
.cta {
  background-color: red;
  color: white;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.links {
  margin-top: 20px;
}
.links a {
  display: block;
  color: red;
  text-decoration: none;
  margin-bottom: 5px;
}
.badge {
  margin-top: 30px;
}
.badge img {
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

/* Limit image width to avoid overflow the container */

.image-gallery {
  margin: 0 auto;
  display: table;
}

.image,
.thumbnails {
  display: table-cell;
}

.image {
  width: 300px;
  height: 400px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* .thumbnail:hover .thumbnail-image,
.selected .thumbnail-image {
  opacity: 1;
} */

.thumbnail {
  opacity: 0.6;
}
.selected {
  opacity: 1;
}

.thumbnail-image {
  width: 60px;
  height: 100px;
  margin: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 4px solid transparent;
}

.small-img-gallery {
  background: #f5f5f5;
  margin: 5px;
}

.link-product {
  text-decoration: none !important;
  color: black;
}

/**/

.div-image-product {
  overflow: hidden;
  border-radius: 8px;
}

.div-image-product img {
  transition: transform 0.4s ease;
}

.div-image-product:hover img {
  transform: scale(1.1);
}
/**/

.main-contact-us {
  color: white;
  font-family: "Rubik";
}
.h1-title-contact {
  font-size: 90px;
  font-weight: 900;
  color: #ffffff8c;
  margin: 0;
  text-align: center;
}
.h2-title-contact {
  font-size: 48px;
  margin: 10px 0;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
.placeholder-text {
  font-size: 18px;
  margin: -45px 0 -15px 0;
  text-align: center;
}

.subtitle {
  font-style: italic;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

.h3-title {
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
}
.red-underline {
  border-bottom: 3px solid #dc3545;
  display: inline-block;
  margin-bottom: 1rem;
}
.form-control,
.form-select {
  background-color: #d6d9dfec;
  border: none;
  padding: 12px;
  font-size: 14px;
  color: #272727;
  border-radius: 0;
}
.form-control::placeholder,
.form-select {
  color: #7d7d7e;
  font-style: italic;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  outline: none;
  background-color: #e5e7eb;
}
.form-label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 6px;
  font-style: italic;
}

textarea.form-control {
  height: 140px;
  resize: none;
}

.btn-red {
  position: relative;
  background-color: #e30d13;
  color: white;
  font-weight: bold;
  border: none;
  padding: 12px 24px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.btn-red::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 40px solid #e30d13;
  border-left: 12px solid transparent;
  z-index: 1;
}
.btn-contact:hover {
  color: var(--bs-btn-hover-color);
  background-color: #e30d13;
  border-color: #e30d13;
}
.map-container {
  position: relative;
  width: 100%;
  height: 570px;
  overflow: hidden;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.info-card {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 30px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  max-width: 80%;
  width: 470px;
  z-index: 2;
  color: black;
}

.info-card h3 {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 700;
}

.info-card p {
  color: #666;
  margin-bottom: 5px;
  line-height: 1.5;
}

.info-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  flex: 1 1 45%;
}

.info-item i {
  color: #e74c3c;
  margin-top: 3px;
}
.link-category-filter {
  color: rgb(0 0 0);
  text-decoration: none;
}

.link-category-filter:hover {
  text-decoration: underline;
}
h5.product-category {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 200;
  color: #999999;
}
