/* ==========================================================================
   V-Zone Cloud — Section Nos tarifs (cloud/templates/cloud/tarifs.html)
   ========================================================================== */

/* Bootstrap grid minimal pour #pricing-section (évite dépendance BS pour la grille) */
#pricing-section {
  padding-left: clamp(16px, 4vw, 40px);
  padding-right: clamp(16px, 4vw, 40px);
}
#pricing-section .container{width:100%;max-width:1140px;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0;box-sizing:border-box}
#pricing-section .row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}
#pricing-section .row>*{box-sizing:border-box;padding-left:15px;padding-right:15px;width:100%}
#pricing-section .col-12{flex:0 0 100%;max-width:100%}
@media (min-width:768px){
#pricing-section .col-md-3{flex:0 0 25%;max-width:25%}
#pricing-section .col-md-4{flex:0 0 33.333333%;max-width:33.333333%}
#pricing-section .col-md-6{flex:0 0 50%;max-width:50%}
#pricing-section .col-md-9{flex:0 0 75%;max-width:75%}
}

#pricing-section .row.hx-tab-inner > .col-12 {
  padding-left: 0;
  padding-right: 0;
}
#pricing-section .row.hx-tab-inner > .col-12 > .row {
  margin-left: 0;
  margin-right: 0;
}
/* Carte principale — marges, coins arrondis, ombre (ne touche pas les bords) */
#pricing-section .row.hx-tab-inner {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 18px !important;
  overflow: hidden;
  border: 1px solid rgba(207, 207, 207, 0.55) !important;
  background-color: #fff !important;
  box-shadow:
    0 24px 56px rgba(23, 73, 77, 0.1),
    0 8px 24px rgba(15, 23, 42, 0.06) !important;
  filter: none !important;
}

/* Une seule logique d'onglets : visible = .show.active uniquement */
#pricing-section .tab-content > .tab-pane {
  display: none !important;
  opacity: 1 !important;
  transition: none !important;
}
#pricing-section .tab-content > .tab-pane.show.active {
  display: block !important;
}

#pricing-section .list-unstyled{padding-left:0;list-style:none}
#pricing-section .list-inline{padding-left:0;list-style:none}
#pricing-section .list-inline-item{display:inline-block}
#pricing-section .table{width:100%;margin-bottom:1rem;border-collapse:collapse}
#pricing-section .nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}
#pricing-section .flex-column{flex-direction:column}
#pricing-section .nav-pills{flex-direction:column}

.new-hx-tabs div#v-pills-tab {
    height: 100%;
    padding: 24px 12px 24px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.col-md-3.tab-leftwidth {
    position: relative;
    padding-right: 0;
    background: #fff;
}
.col-md-3.tab-leftwidth::after {
    content: "";
    border-right: 1px solid #e6e6e6;
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.new-hx-tabs .nav-pills .nav-link-new {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    color: #4b5561;
    font-weight: 600;
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 14px 18px 14px 14px;
    line-height: 1.35;
    width: 100%;
    text-decoration: none;
    background: #f3f5f7 !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    transform: none !important;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.new-hx-tabs .nav-pills .nav-link-new:hover {
    color: #374151;
    background: #ebedf0 !important;
    transform: none !important;
}
.new-hx-tabs .nav-pills .nav-link-new.active,
.new-hx-tabs .nav-pills .nav-link-new.active:hover,
.new-hx-tabs .nav-pills .nav-link-new.active:focus {
    color: #fff !important;
    background: var(--primary, #06c4b4) !important;
    font-weight: 700;
    border-radius: 10px !important;
}
.new-hx-tabs .nav-pills .nav-link-new.active::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #111827;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    border: 0;
    border-radius: 0 10px 10px 0;
    z-index: 1;
}
.new-hx-tabs .nav-pills .nav-link-new span.hx-tab-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    padding-right: 0;
    font-size: 1.125rem;
    flex-shrink: 0;
    line-height: 1;
}
.new-hx-tabs .nav-pills .nav-link-new span.hx-tab-icon i,
.new-hx-tabs .nav-pills .nav-link-new span.hx-tab-icon .fas,
.new-hx-tabs .nav-pills .nav-link-new span.hx-tab-icon .fab,
.new-hx-tabs .nav-pills .nav-link-new span.hx-tab-icon .fa {
    font-style: normal;
    font-size: 1.125rem;
    width: 1.15em;
    text-align: center;
    color: inherit !important;
}
/* Couleurs d'icônes inactives (comme la maquette) */
#pricing-section .nav-pills .nav-link-new:not(.active):nth-child(1) span.hx-tab-icon { color: #663fe7 !important; }
#pricing-section .nav-pills .nav-link-new:not(.active):nth-child(2) span.hx-tab-icon { color: var(--primary, #06c4b4) !important; }
#pricing-section .nav-pills .nav-link-new:not(.active):nth-child(3) span.hx-tab-icon { color: #f97316 !important; }
#pricing-section .nav-pills .nav-link-new:not(.active):nth-child(4) span.hx-tab-icon { color: #64748b !important; }
#pricing-section .nav-pills .nav-link-new:not(.active):nth-child(5) span.hx-tab-icon { color: #d7327d !important; }
#pricing-section .nav-pills .nav-link-new.active span.hx-tab-icon,
#pricing-section .nav-pills .nav-link-new.active span.hx-tab-icon i {
    color: #fff !important;
}
/* Checks feature list — vert foncé lisible (maquette) */
#pricing-section .hx_webhost-list li span i,
#pricing-section .hx_webhost-list li span .fa,
#pricing-section .hx_webhost-list li span .fas {
    color: #17494d !important;
    font-size: 11px;
}
#pricing-section .hx_supprt-sec .list-inline-item i,
#pricing-section .hx_hide-btn i,
#pricing-section .hx-arrow i {
    color: var(--primary, #06c4b4);
    margin-right: 0.35rem;
}
/* Plan mis en avant (colonne centrale) */
#pricing-section .hx_webhosting_plans > .col-md-4:nth-child(2) {
    box-shadow: inset 0 4px 0 var(--primary, #06c4b4);
}
#pricing-section .hx_plans-find a {
    color: #17494d;
}
#pricing-section .hx_plans-find a:hover {
    background-color: var(--primary, #06c4b4);
    color: #fff;
}
img.captcha {
    width: 180px;
    height: 70px;
    object-fit: contain;
}

.hx-tablesearchbar .has-search .form-control {
    padding-left: 2.375rem
}
.hx-tablesearchbar .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa
}
.hx-tablesearchbar .input-group-text {
    font-size: 17px;
    letter-spacing: 0;
    color: #000;
    font-weight: 600
}
.hx-tablesearchbar .input-group {
    height: 64px;
    border-radius: 0;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, .36)
}
.hx-tablesearchbar input.form-control {
    height: 100%
}
.hx-tablesearchbar input.form-control::placeholder {
    height: 100%;
    font-size: 17px;
    color: #6d6d6d99;
    font-weight: 600
}
.hx-tablesearchbar .input-group-append button {
    width: 120px;
    height: 44px;
    border-radius: 0;
    border: 0;
    background-color: #06c4b4;
    margin: 9px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center
}
.hx-table-content .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5
}
.hx-table-content {
    padding: 35px 35px 40px
}
.hx-table-content table td {
    border: 0;
    vertical-align: middle;
    width: 33.33%
}
.hx-table-content table tbody td {
    border-top: 0
}
#tbl-new-block-tld td.hx-table-extensions {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-left: 20px
}
#tbl-new-block-tld td.hx-table-price select {
    box-shadow: unset
}
#tbl-new-block-tld td.hx-table-noprice {
    font-size: 13px;
    text-decoration: line-through;
    color: #909090;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-align: right;
    padding-right: 20px
}
#tbl-new-block-tld td.hx-table-price {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    text-align: center;
    width: 150px;
    background-color: transparent;
    border: 0;
    margin: auto
}
.hx-table-content p {
    font-size: 13px;
    color: #9a9999;
    font-weight: 600;
    font-family: "Open Sans", sans-serif
}
.hx-domain-txt {
    font-size: 14px;
    color: #06c4b4;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-decoration: underline;
    cursor: pointer
}
.hx_supprt-sec {
    padding: 25px 35px 30px;
    background: #f8fafc;
    border-top: 1px solid #e6e6e6
}
.hx_hide-btn {
    font-size: 15px;
    color: #0f766e;
    font-weight: 700;
    text-decoration: none
}
.hx_supprt-sec .list-inline {
    margin-top: 12px
}
.hx_supprt-sec .list-inline-item {
    font-size: 13px;
    color: #4b5561;
    font-weight: 600;
    margin-right: 18px
}

@media (max-width: 767.98px) {
  #pricing-section {
    padding-left: 12px;
    padding-right: 12px;
  }
  #pricing-section .row.hx-tab-inner {
    border-radius: 14px !important;
  }
  .new-hx-tabs div#v-pills-tab {
    padding: 12px 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
  }
  .col-md-3.tab-leftwidth::after {
    display: none;
  }
  .new-hx-tabs .nav-pills .nav-link-new {
    padding: 12px 14px;
    margin-bottom: 0;
    white-space: nowrap;
    width: auto;
    flex: 0 0 auto;
  }
  .new-hx-tabs .nav-pills .nav-link-new.active::after {
    width: 100%;
    height: 3px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    border-radius: 0 0 10px 10px;
  }
  .hx-table-content {
    padding: 20px 10px 24px;
  }
}
