.navbar-main {
  background-color: #251c5b;
}
section#home-banner {
  background-color: #151035;
}
.home-shortcuts {
  background: #3c2d96;
}
.home-shortcuts li:first-child {
  border-left: 1px solid #fff;
}
.home-shortcuts li {
  border-right: 1px solid #fff;
}
ul.top-nav > li.primary-action > a.btn {
  background-color: #251c5b;
}
section#home-banner .btn.search {
  background-color: #ffc30d;
}
.navbar-main .navbar-nav > li > a:hover {
  color: #eee;
  background-color: #ffc30d;
}
.btn-primary {
  color: #fff;
  background-color: #251c5b;
  border-color: #312480;
}
div.header-lined h1 {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  color: #251c5b;
}
#registration .sub-heading span {
  display: inline-block;
  position: relative;
  padding: 0 17px;
  top: -11px;
  font-size: 16px;
  color: #251c5b;
  background-color: #fff;
}
#order-standard_cart .products .product header {
  background: #251c5b  !important;
}
#order-standard_cart .products .product header span {
  color: #fff  !important;
}
#order-standard_cart .products .product div.product-desc {
  font-size: .9em  !important;
}
.panel-sidebar a.list-group-item.active {
  background-color: #ffc30d;
  border-color: #251c5b;
}



/* --- HERO SECTION --- */
  #hero {
    background: linear-gradient(135deg, #151035 0%, #3c2d96 100%);
    color: #fff;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
  }
  #hero h1 {
    font-size: 3rem;
    font-weight: 700;
  }
  #hero p {
    font-size: 1.5rem;
    margin: 20px 0;
  }
  #hero .btn-hero {
    font-size: 1.2rem;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
  }

  /* === Packs Hébergement === */
  .hosting-card {
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
  }
  .hosting-card:hover {
    transform: scale(1.05);
  }
  .hosting-card .card-header {
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    border-bottom: none;
  }
  .hosting-card .btn {
    width: 100%;
    font-weight: bold;
    margin-top: 15px;
  }

  /* Pour distinguer les “features” ou “caractéristiques” */
  .feature-badge {
    display: inline-block;
    margin: 5px 3px 0 3px;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 0.8rem;
    background-color: rgba(0,0,0,0.1);
  }
  
.domain-checker-container {
background: -webkit-gradient(linear,0 0,0 100%,from(#ffb201),to(#ffd960))  !important;
  background: -webkit-linear-gradient(top,#ffd960,#ffb201) !important;
  background: -moz-linear-gradient(top,#ffd960,#251c5b) !important;
  background: -ms-linear-gradient(top,#ffd960,#ffb201) !important;
  background: -o-linear-gradient(top,#ffd960,#ffb201) !important;
}
