@font-face {
    font-family: 'BERNIERDISTRESSED';
    src: url('styles/BERNIERDISTRESSED-REGULAR.OTF.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    padding-top: 80px;
    font-family: "PT Sans", sans-serif;
}

.section {
    padding: 80px 0;
}

.nav-icons a {
    color: #333;
    margin-left: 12px;
    font-size: 18px;
}

.navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 500;
}

.navbar-nav .nav-link:hover {
    color: #333 !important;
}

@media (min-width: 992px) {
    .navbar-collapse {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

.main-nav {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

.logo_small {
    width: 50px;
}

.hero {
    background: url("../img/bg_head.jpg") center / cover no-repeat;
    padding: 100px 0 60px;
    position: relative;
}

.hero h1 {
    font-family: 'BERNIERDISTRESSED', serif;
    font-size: 60px;
    color: #d18a5c;
    text-transform: uppercase;
}

.hero-collage {
    max-width: 100%;
}

.hero-info {
    margin-top: 50px;
}

.hero-box {
    border: 2px solid #f1c7a3;
    padding: 20px 10px;
    background-image: url(../img/d.png);
    background-position: 50% 70%;
    background-repeat: no-repeat;
    font-size: 15px;
}

@media (max-width: 768px) {
    .hero {
        padding: 70px 0 40px;
    }

    .hero h1 {
        font-size: 28px;
    }

    .hero-info {
        margin-top: 30px;
    }
}

h2 {
    font-family: 'BERNIERDISTRESSED', serif;
    text-transform: uppercase;
    color: #d18a5c;
}

.subtitle {
    color: #5f80ff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    
}

.hero-list {
    padding-left: 0;
    list-style: none;
}

.btn-main {
    background: #e27c4f;
    border: none;
    color: #fff;
    padding: 12px 30px;
}

.about-text-wrap {
    border: 3px solid #f1c7a3;
    display: inline-block;
}

.about-text-bg {
    background: url("img/bg.jpg") center / cover no-repeat;
    padding: 20px;
}

.about-text-bg h2 {
    margin-bottom: 15px;
}

.about-img-frame {
    border: 3px solid #f1c7a3;
    display: inline-block;
}

.about-img-frame img {
    display: block;
}
.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.materials {
    position: relative;
}
.material_name {
    color: #63a6e3
}
.paint-dropdown {
    display: none;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    background: #fff;
    border: 2px solid #9db5d1;
    border-radius: 12px;
    padding: 15px;
    z-index: 10;
    text-align: left;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.paint-title {
    display: inline-block;
    border: 1px solid #9db5d1;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 12px;
    margin-bottom: 10px;
}

.paint-cols {
    display: flex;
    gap: 20px;
}

.paint-cols ul {
    padding-left: 18px;
    margin: 0;
}

.paint-cols li {
    margin-bottom: 6px;
}

.toggle-paints {
    margin-top: 8px;
}
.btn-outline-secondary {
    color: #63a6e3;
    border-color: #63a6e3;
    border-radius: 20px;
}
.btn-outline-secondary:hover {
    background-color: #63a6e3;
    border-color: #63a6e3;
}
.materials_list {
    width: 60px;
}


.icon {
    font-size: 40px;
    color: #e27c4f;
}

.blue{
    color: #5f80ff;
}

.faq-title-main {
  color: #d18a5c;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.faq-wrap {
  max-width: 750px;
  margin: 0 auto;
}

.faq-item {
  border: 3px solid #f1c7a3;
  margin-bottom: 25px;
  padding: 20px 25px;
  cursor: pointer;
}

.faq-title {
  font-weight: 600;
  color: #d18a5c;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-arrow {
  font-size: 20px;
  transition: transform 0.3s;
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

.faq-content {
  display: none;
  margin-top: 15px;
  color: #000;
  line-height: 1.5;
}

    
.prices-section {
  background: url("../img/bg_tarif.jpg") center / cover no-repeat;
}

.price-card {
  background: #fff;
  padding: 0 20px 30px;
  margin-bottom: 30px;
}

.price-head {
    text-transform: uppercase;
  background: #365f82;
  color: #fff;
  padding: 15px;
  font-weight: 600;
  margin: 0 -20px 20px;
}

.price-image {
  margin-bottom: 15px;
}

.price-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.price-list {
  text-align: left;
  padding-left: 18px;
  margin-bottom: 15px;
}

.old-price {
  text-decoration: line-through;
  color: #365f82;
}

.price {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
    color: #365f82;
}
.linethrough {
    text-decoration: line-through;
    color: #9f9f9f;
}
li::marker {
  color: #e27c4f;
}
.price-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.price-buttons .btn {
  width: auto;
}

.toggle-currency {
  margin-bottom: 8px;
}      
    
.footer {
    padding: 30px 0;
    font-size: 12px;
}