/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.custom-menu ul li a{
    cursor: pointer;
}
a{
    outline: none !important;
}
/* Applied only when mega menu is open */
main.content.mega-menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 50;
}
.custom-label-mega-menu .lqd-iconbox-heading ,
.custom-label-mega-menu-inedit .lqd-iconbox-heading{
    max-width: 200px;
}
.custom-label-mega-menu .iconbox-label{
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #081c61;
    padding: 4px 12px;
    white-space: nowrap;
    border-radius: 6px;
    border: 0;
    align-items: center;
    height: fit-content;
    display: inline-flex;
    width: fit-content;
    letter-spacing: normal;
}
.custom-label-mega-menu-inedit .iconbox-label{
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #007a5a;
    background-color: #def4f0;
    padding: 4px 12px;
    white-space: nowrap;
    border-radius: 6px;
    border: 0;
    align-items: center;
    height: fit-content;
    display: inline-flex;
    width: fit-content;
    letter-spacing: normal;
}



.domain-input-search{
    display: flex;
    align-items: center;
    background: #ffffff; /* purple background */
    padding: 4px;
    border-radius: 999px; /* pill shape */
    max-width: 600px;
}

.domain-input-search input[type="text"] {
    flex: 1;
    border: none;
    outline: none;
    padding: 14px 20px;
    border-radius: 999px;
    font-size: 16px;

    /* position: relative;
    left: 0;
    right: 0;
    width: 100%; */
}

.domain-input-search .btn-submit {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border: none;
    outline: none;
    background: #1b103f; 
    color: #fff;
    padding: 11px 31px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 8px;
    transition: background 0.2s ease, transform 0.2s ease;
    /* position: absolute;
    right: 0; */
}

.domain-input-search .btn-submit:hover {
    background: #12092e;
    transform: translateY(-1px);
}

.domain-input-search input[type="text"] {
    padding-left: 46px;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23999' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 18px;
}







/* tabs de comparaison */
:root {
    --bg: #fafaf8;
    --surface: #ffffff;
    --surface2: #f5f4f1;
    --border: #e8e6e1;
    --border-dark: #d4d0c8;
    --text: #1a1a18;
    --text-muted: #78756c;
    --text-light: #a8a49a;
    --accent: #1a56db;
    --accent-bg: #eef2ff;
    --accent-light: #dbeafe;
    --green: #16a34a;
    --green-bg: #f0fdf4;
    --red: #dc2626;
    --red-bg: #fef2f2;
    --amber: #b45309;
    --amber-bg: #fffbeb;
    --highlight-col: #f0f5ff;
    --highlight-border: #93b4f8;
    --highlight-bg: #e8f0ff;
    --shadow: 0 1px 3px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.05);
    --feat-col-w: 210px;
    --host-col-w: 190px;
}

* { margin:0; padding:0; box-sizing:border-box; }

body {
    background:var(--bg);
    color:var(--text);
    font-family:'Geist',sans-serif;
    font-size:13.5px;
    line-height:1.5;
    -webkit-font-smoothing:antialiased;
}

.wrapper { max-width:1260px; margin:0 auto; padding:48px 32px 80px; }

/* Page header */
.page-header { margin-bottom:36px; animation:fadeIn .3s ease both; }
.tag {
    display:inline-block; background:var(--accent-bg); color:var(--accent);
    font-size:11px; font-weight:600; letter-spacing:.08em; text-transform:uppercase;
    padding:4px 10px; border-radius:4px; margin-bottom:14px;
}
.page-header h1 {
    font-family:'Instrument Serif',serif; font-size:clamp(24px,3vw,38px);
    font-weight:400; letter-spacing:-.01em; line-height:1.2; margin-bottom:8px;
}
.page-header p { color:var(--text-muted); font-size:14px; font-weight:300; }

/* Tabs */
.tabs-wrap { margin-bottom:24px; animation:fadeIn .35s ease both; }
.tabs {
    display:inline-flex; gap:0; background:var(--surface2);
    border:1px solid var(--border); border-radius:10px; padding:4px; overflow:hidden;
}
.tab-btn {
    padding:9px 22px; border:none; background:transparent; cursor:pointer;
    font-family:'Geist',sans-serif; font-size:13px; font-weight:500;
    color:var(--text-muted); border-radius:7px; transition:all .2s ease;
    display:flex; align-items:center; gap:7px;
}
.tab-btn:hover { color:var(--text); background:rgba(0,0,0,.04); }
.tab-btn.active {
    background:var(--surface); color:var(--accent);
    box-shadow:0 1px 4px rgba(0,0,0,.1);
}
.tab-icon { font-size:15px; }

/* Table section */
.table-section { display:block; animation:fadeIn .25s ease both; }
.table-section.active { display:block; }

/* ───────────────────────────────────────────────
   TABLE WRAP — clé du responsive
   overflow-x:auto sur le wrapper, table à largeur
   minimale fixe pour éviter l'écrasement.
─────────────────────────────────────────────── */
.table-wrap {
    background:var(--surface);
    border:1px solid var(--border);
    border-radius:12px;
    box-shadow:var(--shadow);
    overflow:hidden;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:thin;
    scrollbar-color:var(--border-dark) var(--surface2);
}

.table-wrap::-webkit-scrollbar { height:5px; }
.table-wrap::-webkit-scrollbar-track { background:var(--surface2); }
.table-wrap::-webkit-scrollbar-thumb { background:var(--border-dark); border-radius:3px; }

table {
    width:100%;
    min-width:820px; /* empêche l'écrasement — active le scroll avant que ça casse */
    border-collapse:collapse;
    table-layout:fixed;
}

/* Largeurs de colonnes via variables pour faciliter les overrides */
.col-feat { width:var(--feat-col-w); }
.col-host { width:var(--host-col-w); }

/* ───────────────────────────────────────────────
   COLONNE FEATURE — sticky sur mobile
─────────────────────────────────────────────── */
td.feat-label,
thead tr th:first-child {
    position:sticky;
    left:0;
    z-index:2;
}

/* Nécessaire pour que le sticky ne soit pas transparent au scroll */
td.feat-label {
    background:var(--surface2);
    border-right:1px solid var(--border-dark) !important;
    padding:11px 20px !important;
    font-size:13px;
    font-weight:400;
}

thead tr th:first-child {
    background:var(--surface2);
    border-right:1px solid var(--border);
    padding:20px 20px 16px;
    font-size:10.5px;
    font-weight:600;
    letter-spacing:.1em;
    text-transform:uppercase;
    color:var(--text-light);
    vertical-align:middle;
    z-index:3; /* au-dessus des td sticky */
}

/* Cat row : le premier td doit aussi être sticky */
tr.cat-row td:first-child {
    position:sticky;
    left:0;
    z-index:2;
    background:var(--surface2);
}

tr.price-row td:first-child {
    position:sticky;
    left:0;
    z-index:2;
    background:var(--surface2);
}

/* Brand logo */
.brand-logo {
    width:44px; height:44px; object-fit:contain; margin:0 auto 10px;
    display:block; border-radius:6px; background:#fff; padding:3px;
    box-shadow:0 2px 6px rgba(0,0,0,.08); border:1px solid var(--border);
}

/* Brand header */
thead tr th { border-bottom:1px solid var(--border); vertical-align:bottom; padding:0; }

/* NovaHoster highlighted column header */
.brand-card-nh {
    padding:0; text-align:center; position:relative;
    border-right:1px solid var(--highlight-border);
    border-left:1px solid var(--highlight-border);
    background:var(--highlight-bg);
}
.nh-top-bar {
    background:var(--accent); color:#fff; font-size:10px; font-weight:600;
    letter-spacing:.07em; text-transform:uppercase; padding:6px 0;
    display:block;
}
.brand-card-nh .inner { padding:18px 16px 20px; }

.brand-card {
    padding:24px 16px 20px; text-align:center; position:relative;
    border-right:1px solid var(--border); background:var(--surface);
}
.brand-card:last-child { border-right:none; }

.brand-name { font-size:13px; font-weight:600; margin-bottom:2px; }
.plan-name { font-size:11.5px; color:var(--text-muted); font-weight:300; margin-bottom:2px; }
.plan-sub { font-size:10.5px; color:var(--text-light); font-weight:300; font-style:italic; }

.price-block { margin-top:10px; padding-top:10px; border-top:1px solid var(--border); }
.price-num {
    font-family:'Instrument Serif',serif; font-size:22px; display:block;
    line-height:1; color:var(--text);
}
.brand-card-nh .price-num { color:var(--accent); }
.price-sub { font-size:11px; color:var(--text-light); margin-top:3px; display:block; }
.price-note { font-size:10px; color:var(--text-light); margin-top:2px; display:block; }

/* Column highlight */
.col-hl {
    background:var(--highlight-col) !important;
    border-left:1px solid var(--highlight-border) !important;
    border-right:1px solid var(--highlight-border) !important;
}

/* Category rows */
tr.cat-row td {
    background:var(--surface2); border-top:1px solid var(--border);
    border-bottom:1px solid var(--border); padding:7px 20px;
    font-size:10.5px; font-weight:600; letter-spacing:.1em;
    text-transform:uppercase; color:var(--text-muted);
}
tr.cat-row td.col-hl { background:#eaefff !important; }

/* Data rows */
tr.data-row { border-bottom:1px solid var(--border); }
tr.data-row:last-of-type { border-bottom:none; }
tr.data-row:hover { background:#faf9f7; }
tr.data-row:hover td.col-hl { background:#ebf0ff; }

tr.data-row td {
    padding:11px 16px; vertical-align:middle; border-right:1px solid var(--border);
}
tr.data-row td:last-child { border-right:none; }

td.val { text-align:center; }

/* Badges */
.b {
    display:inline-block; padding:3px 8px; border-radius:4px;
    font-size:11.5px; font-weight:500; line-height:1.4;
}
.b-yes { background:var(--green-bg); color:var(--green); }
.b-no  { background:var(--red-bg); color:var(--red); }
.b-partial { background:var(--amber-bg); color:var(--amber); }
.b-info { background:var(--surface2); color:var(--text-muted); font-size:11px; }
.b-nh { background:var(--accent-bg); color:var(--accent); font-weight:600; }

/* Price footer row */
tr.price-row td {
    padding:16px; text-align:center; background:var(--surface2);
    border-top:2px solid var(--border-dark); border-right:1px solid var(--border);
}
tr.price-row td:first-child {
    font-size:10.5px; font-weight:600; letter-spacing:.1em;
    text-transform:uppercase; color:var(--text-muted); text-align:left;
    padding-left:20px; border-right:1px solid var(--border-dark);
}
tr.price-row td.col-hl { background:#eaefff; }

.pf-num { font-family:'Instrument Serif',serif; font-size:20px; display:block; }
.pf-sub { font-size:11px; color:var(--text-light); margin-top:2px; display:block; }

/* Legend */
.legend {
    display:flex; gap:20px; margin-top:18px; flex-wrap:wrap;
    animation:fadeIn .4s ease both;
}
.legend-item { display:flex; align-items:center; gap:6px; font-size:12px; color:var(--text-muted); }
.ld { width:10px; height:10px; border-radius:3px; flex-shrink:0; }

/* Note banner */
.note-banner {
    display:flex; align-items:center; gap:10px;
    background:var(--accent-bg); border:1px solid var(--accent-light);
    border-radius:8px; padding:10px 16px; margin-bottom:20px;
    font-size:12.5px; color:var(--accent);
    animation:fadeIn .3s ease both;
}
.note-banner strong { font-weight:600; }

/* Plan selector for NH */
.plan-selector {
    display:flex; gap:4px; justify-content:center;
    margin-top:6px; margin-bottom:2px;
}
.plan-pill {
    font-size:10px; font-weight:600; padding:2px 7px; border-radius:3px;
    background:rgba(26,86,219,.1); color:var(--accent); letter-spacing:.04em;
    text-transform:uppercase; border:none; cursor:default;
}

/* Hint de scroll visible sur mobile */
.scroll-hint {
    display:none;
    align-items:center;
    gap:6px;
    font-size:11.5px;
    color:var(--text-muted);
    margin-bottom:10px;
    padding-left:2px;
}
.scroll-hint svg { flex-shrink:0; }

/* Animations */
@keyframes fadeIn { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }

/* ═══════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
═══════════════════════════════════════════════ */

/* ── Tablette (≤1024px) ── */
@media (max-width:1024px) {
    :root {
        --feat-col-w: 180px;
        --host-col-w: 160px;
    }
    .wrapper { padding:32px 20px 60px; }
    table { min-width:760px; }
}

/* ── Mobile large (≤768px) ── */
@media (max-width:768px) {
    :root {
        --feat-col-w: 140px;
        --host-col-w: 140px;
    }

    body { font-size:13px; }
    .wrapper { padding:24px 12px 50px; }

    /* Afficher le hint de scroll */
    .scroll-hint { display:flex; }

    table { min-width:680px; }

    .brand-logo { width:36px; height:36px; }
    .brand-name { font-size:12px; }
    .plan-name, .plan-sub { font-size:10px; }

    .price-num { font-size:18px; }
    .brand-card-nh .price-num { font-size:19px; }
    .pf-num { font-size:17px; }
    .pf-sub { font-size:10px; }

    .brand-card { padding:14px 10px 14px; }
    .brand-card-nh .inner { padding:14px 10px 14px; }

    .nh-top-bar { font-size:9px; padding:5px 0; }
    .plan-pill { font-size:9px; padding:1px 5px; }

    td.feat-label { padding:10px 12px !important; font-size:12.5px; }
    tr.data-row td { padding:9px 10px; }
    tr.cat-row td { padding:7px 12px; font-size:10px; }
    tr.price-row td { padding:12px 10px; }
    tr.price-row td:first-child { padding-left:12px; }

    .b { font-size:11px; padding:2px 6px; }

    .table-wrap { border-radius:10px; }
    thead tr th:first-child { padding:14px 12px 12px; }
}

/* ── Mobile petit (≤480px) ── */
@media (max-width:480px) {
    :root {
        --feat-col-w: 120px;
        --host-col-w: 125px;
    }

    body { font-size:12px; }
    .wrapper { padding:20px 8px 40px; }

    table { min-width:600px; }

    .brand-logo { width:32px; height:32px; }
    .brand-name { font-size:11.5px; }
    .plan-name, .plan-sub { font-size:9.5px; }

    .price-num { font-size:16px; }
    .brand-card-nh .price-num { font-size:17px; }
    .pf-num { font-size:15px; }

    .brand-card { padding:12px 8px; }
    .brand-card-nh .inner { padding:10px 8px 12px; }

    td.feat-label { padding:9px 10px !important; font-size:12px; }
    tr.data-row td { padding:8px 8px; }
    tr.cat-row td { padding:6px 10px; font-size:9.5px; }

    .b { font-size:10.5px; padding:2px 5px; }

    .price-block { margin-top:8px; padding-top:8px; }
}

/* ── Très petit (≤360px) ── */
@media (max-width:360px) {
    :root {
        --feat-col-w: 105px;
        --host-col-w: 115px;
    }
    table { min-width:550px; }
}





.all-cards {
    display: flex;
    flex-direction: column; /* Arrange cards vertically in the column */
}
.card1 {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 50px; /* Offset from the top */
}
.card2 {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 100px; /* Offset from the top */
}
.card3 {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 150px; /* Offset from the top */
}










#overlay-bottom-image figure::before{
    background: linear-gradient(0deg, #11092a 16.83%, #11092a00);
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
}



.lqd-icn-ess{
    font-size: 18px !important;
}
span.right-icon{
    margin-left: 5px !important;
    margin-top: 3px;
}








.lqd-megamenu-slide-bg{
    border-radius: 16px;
}





#mega-menu-services{
    /* max-height: calc(100% - 16px);
    max-width: calc(100% - 32px); */
    max-height: 650px;
    overflow-y: auto;
}
#mega-menu-explorer{

}
#mega-menu-support{

}


.arrow-to-right .iconbox-icon-container{
    position: absolute;
    right: 0;
}






.icon-createur-site-web img{
    background-color: #cf0;
    border-radius: 8px;
    padding: 8px;
}
.icon-horizons img{
    background: linear-gradient(141deg, rgb(161, 155, 255) -4.71%, rgba(103, 61, 230, 0.8), rgba(103, 61, 230, 0.1) 144.91%), rgb(0, 0, 0);
    border-radius: 8px;
    padding: 8px;   
}
.icon-wordpress img{
    background-color: #1f1346;
    border-radius: 8px;
    padding: 8px;
}







ul.acf-checkbox-list{
    list-style: none;
    padding-left: 0;
    margin-left: 0;

    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: start;
}
ul.acf-checkbox-list li{
    color: #1d1e20;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    background-color: #f2f3f6;
    padding: 4px 12px;
    width: fit-content;
    border-radius: 50px;
    text-align: center;
}












.strike {
    text-decoration: line-through;
}







.link-faq{
    color: #E30000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 16px;
    display: block;
}
.link-faq:hover{
    text-decoration: underline;
}




.full-width-link a{
    width: 100% !important;
    justify-content: flex-start;
}
.full-width-link a .btn-txt{
    flex-grow: 1;
    padding-bottom: 0;
}



.swiper-slide{
    width: 592px !important;
}

.elementor-35 .elementor-element.elementor-element-fc692e6:not(.elementor-motion-effects-element-type-background){
    background-size: 100% 100% !important;
}


.buisness-price{
    position: relative;
}
.buisness-text{
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;
}
















.custom-tabs .lqd-tabs{
    gap: 32px;
}
.custom-tabs .lqd-tabs-nav a{
    border-radius: 16px !important;
}
.custom-tabs .lqd-tabs-nav li a {
    position: relative;
    display: block;
    border: 1px solid #d5dfff;
    padding: 24px !important;
}
.custom-tabs .lqd-tabs-nav-txt{
    display: block;
    margin-left: 30px;
}
.custom-tabs .lqd-tabs-nav-ext{
    opacity: 1 !important;
}
.custom-tabs .lqd-tabs-nav-icon-icon{
    position: absolute;
    top: 24px;
}










/* joli faq style*/
.jfaq-wrap{
    font-family: "DM Sans" !important;
}
h3.jfaq--title{
    font-family: inherit !important;
    line-height: 24px !important;
    font-size: 16px !important;
}
.jfaq--answer{
    line-height: 24px !important;
}
.jfaq--item{
    border: 1px solid #d5dfff;
    border-bottom: 1px solid #d5dfff !important;
    border-radius: 16px;
    margin-bottom: 8px;
    overflow: hidden;
    border-bottom: 0;
}
.jfaq--item:hover{
    background-color: #f4f5ff;
}
.jfaq--question{
    padding: 24px !important;
    transition: none !important;
}
.jfaq--answer-content{
    padding-top: 0 !important;
    padding-bottom: 24px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}








.btn-solid:hover{
    transform: none !important;
    box-shadow: none !important;
}

.radius-img img{
    border-radius: 16px;
}









.domain-transfer {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 14px;
  padding: 10px 12px;
  max-width: 720px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
}

.input-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7f8fa;
  padding: 14px 16px;
  border-radius: 12px;
}

.input-wrapper input {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  font-size: 15px;
  color: #333;
}

.input-wrapper input::placeholder {
  color: transparent;
}

.search-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #8a8f98;
  stroke-width: 2;
}

.transfer-btn {
  background: #6c4cff;
  color: #fff;
  border: none;
  padding: 14px 22px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s ease;
}

.transfer-btn:hover {
  background: #5939f5;
}









.link-p-trasfert-domain{
    color: #673de6 !important;
    font-weight: 600;
}
.link-p-trasfert-domain:hover{
    color: #5025d1 !important;
}



.tabs-p-trasfert-domain li.active {
    position: relative;
}
.tabs-p-trasfert-domain li a {
    padding: 0 !important; 
    margin: 0 !important;
}
.tabs-p-trasfert-domain li{
    margin-bottom: 32px;
}
.tabs-p-trasfert-domain li.active::before{
    content: "";
    background: #673de6;
    border-radius: 30px;
    left: -16px;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 4px;
    height: 100%;
    
}
.tabs-p-trasfert-domain .lqd-tabs-nav-ext{
    opacity: 1 !important;
    display: block !important;
    margin: 0 !important;
}
.tabs-p-trasfert-domain li.active a{
    color: #673de6 !important;
}








.row-t {
    display: flex;
    padding: 10px;
    border: 1px solid #d5dfff;
    border-top: 0;
}
.header-t {
    background-color: #F4F5FF;
    border-radius: 16px 16px 0 0;
    border-top: 1px solid #d5dfff;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.column-t {
    /* flex: 1; */
    padding: 10px;
}
.price-t {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.row-t > :nth-child(1){
    width: 30%;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}.row-t > :nth-child(2){
    width: 70%;
    text-align: center;
}










/* .about-card{
    text-align: center;
    max-width: 360px !important;
    height: 264px !important;
    border-radius: 16px;
    padding: 36px 24px;
    border: 1px solid #d5dfff;
}
.about-card .number{
    font-size: 60px;
    font-weight: 900;
    color: #2E1C6C;
    line-height: 85.5px;
    margin-bottom: 16px;
}
.about-card .text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #6d7081;
}

.carousel-nav{
    position: absolute !important;
    top: -50px !important;
    right: 0 !important;
}
.carousel-dots{
    position: absolute !important;
    top: -40px !important;
    left: 0 !important;
} */





.tabs-p-a-propos li.active {
    position: relative;
}
.tabs-p-a-propos li.active a{
    color: #673de6 !important;
}
.tabs-p-a-propos li{
    margin-bottom: 32px;
}
.tabs-p-a-propos li a {
    padding: 0 !important; 
    margin: 0 !important;
}
.tabs-p-a-propos li.active::before{
    content: "";
    background: #673de6;
    border-radius: 30px;
    left: -16px;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 4px;
    height: 100%;
}
.tabs-p-a-propos .lqd-tabs-pane{
    border: 1px solid #673de6;
    padding: 40px;
    border-radius: 16px;
    max-width: 552px;
}
.tabs-p-a-propos .lqd-tabs-content .ht{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
.tabs-p-a-propos .lqd-tabs-content .hc{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.tabs-p-a-propos .lqd-tabs{
    align-items: center;
}





.is-stuck{
    box-shadow: none !important;
    /* box-shadow: 0 4px 10px #0000001a; */
}






.lqd-tabs-style-3 .lqd-tabs-nav{
    border-bottom: 0 !important;
}
.lqd-tabs-style-3 .lqd-tabs-nav li{
    border-bottom: 2px solid #d8dae0 ;
}



#lqd-tab-2191.active , 
#lqd-tab-2192.active , 
#lqd-tab-2193.active , 
#lqd-tab-2194.active , 
#lqd-tab-2195.active , 
#lqd-tab-2196.active ,
#lqd-tab-2197.active
{
    display: flex;
    overflow: hidden;
    justify-content: center;
    gap: 24px;
}






.custom-pills ul{
    gap: 24px;
}
.custom-pills li a {
    flex-direction: row-reverse;
    padding: 12px 16px;
    border: 1px solid #d5dfff;
    height: fit-content;
    background-color: #fff;
    border-radius: 16px;
    gap: 16px;
}
.custom-pills li a:hover{
    background-color: #fafbff;
}
.custom-pills .elementor-icon-list-text{
    padding-inline-start: 0 !important;
}
.custom-pills svg{
    margin: 0 !important;
}









/* 19/01/2026 */
.tabs-p-cloud li a{
    padding: 8.5px 10px !important;
}
.startup , .professional , .enterprise {
    position: absolute;
    top: -180px;
}






/* 30/01/2026 */
/* .iconbox-label-tt .iconbox-label{
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
} */

/* 
.radial-gradient::before{
    background: radial-gradient(46.33% 46.11% at 50% 50%, #fffcde 0, #fffde24a 57.5%, #fff0);
    border-radius: 1052px;
    content: "";
    display: block;
    height: 1052px;
    left: 50%;
    position: absolute;
    top: -48px;
    transform: translate(-50%);
    width: 972px;
} */


/*04/02/2026*/
.domain-search input[type="text"]{
    border-radius: 12px;
    background-color: white;
    border: 1px solid #dedee2;
    padding: 11px 14px 11px 52px;
    margin: 0 !important;
    background-image: url(/wp-content/themes/hub-child/media/search.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 24px;
}
.domain-search input[type="text"]:focus, .domain-search input[type="text"]:focus-visible {
    outline: none;
}
.domain-search input[type="submit"]{
    padding: 11px 15px;
    height: 48px;
    background-color: #673de6;
    color: #fff;
    border-radius: 8px;
    width: fit-content;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    position: absolute;
    right: 6px;
    min-width: 154px;
    border: 0;
}








/* 09/02/2026 */
.tarfis-menu li a img{
    filter: brightness(0) invert(1) opacity(1);
    transition: all .3s;
}
.tarfis-menu li a:hover img{
    filter: none;
}
.tarfis-menu li.current-menu-item a {
    background-color: #fff !important;
    color: #222225 !important;
}
.tarfis-menu li.current-menu-item a img{
    filter: none;
}



.gap-sep-right .elementor-divider-separator{
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.gap-sep-left .elementor-divider-separator{
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}












/* 10/02/2026 */

.accordion-heading#heading-2341 .accordion-title .accordion-title-txt ,
.accordion-heading#heading-2342 .accordion-title .accordion-title-txt ,
.accordion-heading#heading-2343 .accordion-title .accordion-title-txt ,
.accordion-heading#heading-2344 .accordion-title .accordion-title-txt ,
.accordion-heading#heading-2345 .accordion-title .accordion-title-txt ,
.accordion-heading#heading-2346 .accordion-title .accordion-title-txt
{
    position: relative;
    padding-left: 28px;
    display: inline-block;
}

.accordion-heading#heading-2341 .accordion-title .accordion-title-txt::before ,
.accordion-heading#heading-2342 .accordion-title .accordion-title-txt::before ,
.accordion-heading#heading-2343 .accordion-title .accordion-title-txt::before ,
.accordion-heading#heading-2344 .accordion-title .accordion-title-txt::before ,
.accordion-heading#heading-2345 .accordion-title .accordion-title-txt::before ,
.accordion-heading#heading-2346 .accordion-title .accordion-title-txt::before 
{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.accordion-heading#heading-2341 .accordion-title .accordion-title-txt::before {
    background-image: url("/wp-content/themes/hub-child/media/icons/rocket.svg");
}
.accordion-heading#heading-2342 .accordion-title .accordion-title-txt::before {
    background-image: url("/wp-content/themes/hub-child/media/icons/wp.svg");
}
.accordion-heading#heading-2343 .accordion-title .accordion-title-txt::before {
    background-image: url("/wp-content/themes/hub-child/media/icons/hostinger.svg");
}
.accordion-heading#heading-2344 .accordion-title .accordion-title-txt::before {
    background-image: url("/wp-content/themes/hub-child/media/icons/check.svg");
}
.accordion-heading#heading-2345 .accordion-title .accordion-title-txt::before {
    background-image: url("/wp-content/themes/hub-child/media/icons/headset.svg");   
}
.accordion-heading#heading-2346 .accordion-title .accordion-title-txt::before {
    background-image: url("/wp-content/themes/hub-child/media/icons/server.svg");
}




/********************** NOVAHOSTER *********************/
.floating-btn {
    animation: floatY 3s ease-in-out infinite;
}

@keyframes floatY {
    0%, 100% {
        transform: translateY(-7px);
    }
    50% {
        transform: translateY(7px);
    }
}
.dsfwhmcs-wrapper .dsfwhmcs-domain-search-input{
    width: 100% !important;
    display: block;
    border-radius: 66px !important;
    border: 1px solid #081c61 !important;
    min-height: 50px;
    padding: 29px 20px !important;
}
.dsfwhmcs-wrapper .dsfwhmcs-domain-search-button{
    background-color: #081c61 !important;
    border-radius: 30px !important;
    min-width: 170px !important;
    max-height: 52px !important;
    top: 4px !important;
    right: 5px !important;
}
.dsfwhmcs-wrapper .dsfwhmcs-domain-search-button:hover{
    background-color: #E30000 !important;
}
button.dsfwhmcs-domain-search-button::before {
    content: "Rechercher";
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
}
button.dsfwhmcs-domain-search-button .dashicons.dashicons-search{
    display: none;
}
.read-more-wrapper{
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.read-more-wrapper.expanded {
  max-height: 3000px; /* assez grand pour tout afficher */
}
.read-more-wrapper {
  position: relative;
}

.iconbox-label{
    font-weight: 600 !important;
    font-family: 'Poppins' !important;
    font-size: 10px !important;
}
/* .carousel-container .e-con-boxed.e-con.e-parent{
    height: 80% !important;
    min-height: 80% !important;
} */
.plan .hosting-plan .elementor-widget-ld_icon_box, .plan .hosting-plan .elementor-widget-ld_icon_box > .elementor-widget-container{
    height: 100% !important;
}

.archive .container{
    width: 100% !important;
    min-width: 100%;
    padding: 0 !important;
} 
#novahoster-select .elementor-shortcode{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
#novahoster-select select{
    background-color: #fff;
    color: #222225;
    line-height: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 8px;
    outline: 1px solid #dedee2;
    padding: 13px 16px;
    transition: border 0.3s, outline 0.3s;
    margin-right: 20px;
}

.menu-tarifs ul li a{
    background: #fff;
    padding: 20px;
    font-size: 15px;
    line-height: 21px !important;
    margin: 0 4px;
    max-height: 70px !important;
    min-height: 70px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 5px 0px;
    color: #000;
    border-radius: 15px !important;
}
.menu-tarifs ul li:hover a{
    background-color: #E30000 !important;
    color: #fff !important;
}
.menu-tarifs ul li:hover img{
    filter: invert(99%) sepia(0%) saturate(2225%) hue-rotate(344deg) brightness(112%) contrast(100%);
}
.menu-tarifs ul li img{
    width: 19px;
}
.menu-tarifs .current-tarif-ancestor a, .menu-tarifs .current-menu-item a{
    background-color: #E30000 !important;
    color: #fff !important;
}
.current-tarif-ancestor img, .current-menu-item img{
    filter: invert(99%) sepia(0%) saturate(2225%) hue-rotate(344deg) brightness(112%) contrast(100%);
}
li.available, li.not-available {
    list-style: none;
}
li.available::before {
  content: "";
  /* position: absolute; */
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/uploads/2026/03/checkbox.svg"); /* ton image */
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 7px;
  position: relative;
}
li.not-available::before {
  content: "";
  /* position: absolute; */
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/uploads/2026/03/croix.svg"); /* ton image */
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 7px;
  position: relative;
}
.tarif-col ul{
  padding-left: 10px;
}
.commander:hover svg{
    color: #fff !important;
    fill: #fff !important;
}

.widget_3, .widget_2 {
    display: none;
}
.logo-default {
    width: 180px;
    height: 60px !important;
}

/**************** DESIGN MENU BY PAGE ID ****************/
.page-id-11722 header .logo-default, .page-id-142 header .logo-default,.page-id-12024 header .logo-default{
    display: none !important;
}
.page-id-11722 header .logo-sticky, .page-id-142 header .logo-sticky, .page-id-12024 header .logo-sticky{
    display: block !important;
}
.page-id-11722 header .main-nav > li > a, .page-id-142 header .main-nav > li > a, .page-id-12024 header .main-nav > li > a{
    color: #000 !important;
}
.page-id-11722 header a.elementor-button, .page-id-142 header a.elementor-button, .page-id-12024 header a.elementor-button{
    color: #000 !important;
    fill: #000 !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #000 !important;
    position: relative;
}
.page-id-11722 header a.elementor-button:hover, .page-id-142 header a.elementor-button:hover, .page-id-12024 header a.elementor-button:hover{
    background-color: #E30000 !important;
    color: #fff !important;
    border-color: #E30000 !important;
}



/************************/
.typed-container{
        display: inline-block !important;
    width: 100px !important;
    text-align: left !important;
}
.typed-container .typed-domain{
    color: #fcb900;
}
/* .widget_3.active, .widget_2.active {
    display: block !important;
} */

/***************** CONTACT FORM ******************/
.gravity-contact-form{
    width: 100%;
    background: #fff;
    padding: 30px 50px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.gravity-contact-form input[type="text"], .gravity-contact-form select, .gravity-contact-form textarea{
    width: 100% !important;
    min-height: 50px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 10px !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-family: "Poppins" !important;
    font-weight: 400 !important;
    padding: 10px 12px !important;
}

.gravity-contact-form .gform-field-label{
    font-weight: 400 !important;
    font-size: 17px !important;
    font-family: 'Poppins' !important;
}

.gravity-contact-form input[type="submit"]{
    font-size: 16px;
    font-weight: 500;
    padding: 15px 25px;
    border-radius: 30px;
    border: 0;
    background: #e00000;
    color: #fff;
}






/* added by yassine 19/03/2026 */
body .main-header-overlay{
    position: relative;
}
.is-stuck{
    position: fixed !important;
}



/* page tarifs new */
.bg-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to right, rgba(15, 23, 42, 0.04) 1px, transparent 1px), linear-gradient(to bottom, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    z-index: 0;
    pointer-events: none;
    mask-image: radial-gradient(ellipse at top center, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at top center, black 20%, transparent 70%);
}
.bg-glow-1 {
    position: absolute;
    top: -150px;
    left: 15%;
    width: 600px;
    height: 600px;
    background-image: radial-gradient(circle, rgba(79, 70, 229, 0.12) 0%, rgba(79, 70, 229, 0) 70%);
    z-index: 1;
    pointer-events: none;
}
.bg-glow-2 {
    position: absolute;
    top: 50px;
    right: 5%;
    width: 500px;
    height: 500px;
    background-image: radial-gradient(circle, rgba(219, 39, 119, 0.08) 0%, rgba(219, 39, 119, 0) 70%);
    z-index: 1;
    pointer-events: none;
}
.bg-glow-3 {
    position: absolute;
    bottom: 10%;
    left: 30%;
    width: 800px;
    height: 800px;
    background-image: radial-gradient(circle, rgba(2, 132, 199, 0.06) 0%, rgba(2, 132, 199, 0) 70%);
    z-index: 1;
    pointer-events: none;
}

.p-tarifs-pills a{
    border: 1px solid #e2e8f0;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    box-shadow: 0 10px 30px rgba(11, 16, 32, 0.04);
    box-shadow: 0 16px 36px rgba(91, 108, 255, 0.12);
}
.p-tarifs-pills a:hover{
    background: linear-gradient(180deg, #ffffff 0%, #f2f6ff 100%);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    box-shadow: 0 10px 30px rgba(11, 16, 32, 0.04);
    box-shadow: 0 16px 36px rgba(91, 108, 255, 0.12);
    transform: translateY(-2px);
    border-color: rgba(91, 108, 255, 0.24);
}
.p-tarifs-pills .link-icon{
    margin-right: 12px;
}
.p-tarifs-pills .current_page_item img{
    filter: none;
}
.p-tarifs-pills .current_page_item a{
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f2f6ff 55%, rgba(91, 108, 255, 0.08) 100%) !important;
    border-color: rgba(91, 108, 255, 0.32);
    box-shadow: 0 18px 40px rgba(91, 108, 255, 0.14), 0 0 0 4px rgba(91, 108, 255, 0.08);
}
.p-tarifs-pills .current_page_item a::after{
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #5b6cff;
    box-shadow: 0 0 0 6px rgba(91, 108, 255, 0.12);
}

.page-service-boxes-icons .elementor-widget-ld_icon_box .iconbox-icon-container, .page-service-boxes-icons .icon-col .elementor-icon-wrapper .elementor-icon{
    padding: 10px;
}

.page-service-boxes-icons .elementor-widget-ld_icon_box:hover .iconbox-icon-container, .page-service-boxes-icons .icon-col:hover .elementor-icon-wrapper .elementor-icon{
    /* padding: 10px; */
    background: #e00000;
    border-radius: 10px;
    transform: rotate(-5deg);
}

.page-service-boxes-icons .elementor-widget-ld_icon_box:hover{
    cursor: pointer;
}
.page-service-boxes-icons .elementor-widget-ld_icon_box:hover{
    position: relative;
}
.tabs-tarifs .lqd-tabs-nav-wrap{
    position: absolute !important;
    top: -100px  !important;
    left: 50%  !important;
    transform: translateX(-50%)  !important;
    width: 100%  !important;
}
.tabs-tarifs .lqd-tabs-nav li a{
    border: 1px solid #e2e8f0;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    box-shadow: 0 10px 30px rgba(11, 16, 32, 0.04);
    box-shadow: 0 16px 36px rgba(91, 108, 255, 0.12);
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    display: flex;
    align-items: center;
    padding: 19px 30px;
}
.tabs-tarifs .lqd-tabs-nav svg {
    min-width: 50px !important;
    min-height: 47px !important;
}
.tabs-tarifs span.lqd-tabs-nav-icon-icon{
    margin-right: 15px !important;
}
.tabs-tarifs .lqd-tabs-nav li.active a{
    background-color: #fff !important;
    color: #000 !important;
        border: 1px solid #081c6140 !important;
}

body.blog main .container{
    min-width: 100% !important;
    width: 100% !important;
    
}

/******* PAGE A PROPOS *******/
h1 .red-text{
    color: #E30000 !important;
}

h1 .blue-text{
    color: #00B4D8 !important;
}

.icon-box-absolut .iconbox-icon-container {
    padding: 0;
    width: 70px !important;
    height: 70px !important;
    border-radius: 16px !important;
}
.icon-box-absolut .elementor-widget-container{
    padding: 0;
    margin: 0 !important;
}
.icon-box-absolut{
    background: #fff;
    padding: 20px;
    border-radius: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.icon-box-absolut .iconbox-icon-wrap{
    display: flex;
    align-items: center;
}
/******** BLOG ********/
#page-blog-novahoster .lqd-lp-excerpt{
    font-size: 14px;
    line-height: 20px;
    color: #727272;
}
#page-blog-novahoster h2{
    font-size: 16px;
    line-height: 21px;
}
#page-blog-novahoster  img{
    height: 220px;
    object-fit: cover;
}
#page-blog-novahoster article.lqd-lp{
    border-radius: 20px;
    border: 1px solid #eaeaea;
}
#page-blog-novahoster header .lqd-lp-meta{
    display: none;
}
#page-blog-novahoster header{
    padding: 10px 20px;
}
#page-blog-novahoster .lqd-lp-excerpt{
    padding: 0px 20px 20px 20px;
}
.blog-novahoster .lqd-lp-excerpt{
    font-size: 15px;
    line-height: 23px;
    color: rgb(150 153 159);
    font-weight: 400;
    padding: 0 25px;
    margin-bottom: 30px;
}
.blog-novahoster .entry-title, .related-posts .lqd-lp-title{
    font-size: 17px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    padding: 0 25px !important;
    line-height: 22px !important; 
}
.btn.ld-ajax-loadmore{
    border-radius: 30px !important;
}
.related-posts figure img, .blog-novahoster figure img{
    min-height: 250px !important;
    max-height: 250px;
    object-fit: cover;
}
.related-posts .lqd-lp-title {
    line-height: 25px !important;
    margin: 20px 0;
}
.blog-novahoster article, .related-posts article{
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    overflow: hidden;
}
.blog-novahoster .lqd-lp-meta, .related-posts .lqd-lp-meta{
    padding: 0 25px;
}
.blog-novahoster .lqd-lp-meta li a, .related-posts .lqd-lp-meta li a{
    font-weight: 400 !important;
    font-size: 13px !important;
    padding: 4px 10px;
    border-radius: 20px;
    background: #e1ffd6 !important;
    color: #056400;
    text-transform: capitalize;
}
.blog-novahoster article:hover,  .related-posts article:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
}
.single-post article .entry-content h2{
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 36px !important;
    /* border-left: 4px solid #e30000;
    padding-left: 15px; */
    border-bottom: 2px solid #e5e7eb;
    padding: 10px 0;
    position: relative;
}
.single-post article .entry-content h2:after {
        content: "";
    background: linear-gradient(90deg, #c60000, #ff1212);
    border-radius: 1px;
    width: 65px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 1;
    display: block;
}
.related-posts article h2{
    font-size: 27px !important;
    font-weight: 600 !important;
    line-height: 36px !important;
}
.single-post article .entry-content h3{
    font-size: 22px !important;
    font-weight: 600;
    line-height: 32px !important;
    border-left: 4px solid #e30000;
    padding-left: 15px;
}
.single-post article img:not(.wp-post-image){
    margin: 0;
    border-radius: 20px;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}
.single-post img.wp-post-image{
    max-height: 530px;
    object-fit: cover;
    border-radius: 20px !important;
}
.single-post figure.lqd-post-media{
    max-height: 500px;
    min-height: 500px;
    padding: 0;
}
.single-post article p, .single-post article ul li{
    font-size: 17px;
    color: #333333 !important;
    line-height: 30px;
}
.restore-account .gform_title{
    font-size: 27px;
    font-family: 600;
}
.restore-account input[type="submit"]{
    background-color: #e30000 !important;
    outline: none !important;
    border: none !important;
    border-radius: 53px !important;
    padding: 10px 27px !important;
    margin-bottom: 20px !important;
}
.restore-account form input{
    outline: none !important;
}
.restore-account .gform-theme--foundation .gform_fields{
    row-gap: 15px !important;
}
.dialog-widget-content{
    border-radius: 19px !important;
}
.website-ai{
    position: relative;
    background: linear-gradient(90deg, #1dddfd2e, #337cff42, #a055fc24, #ff690057);
    padding: 13px;
    border-radius: 8px;
    padding-bottom: 13px !important
}
.website-ai::before{
        background: linear-gradient(90deg, #1dddfd, #337cff, #a055fc, #fd8c3d);
    border-radius: 8px;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    position: absolute;
}


    .custom_table.serveurs{
    width:100%;
    border-collapse:separate;
    border-spacing:0 20px;
    font-family:'Inter',sans-serif;
}

.custom_table.serveurs thead th{
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:2px;
    color:#8a7272;
    font-weight:700;
    text-align:left;
    padding:0 25px 10px;
    border:none;
    background:none;
}

.custom_table.serveurs tbody tr{
    background:#fff;
    border:1px solid #f1d6dc;
    /* border-radius:20px; */
    overflow:hidden;
    box-shadow:0 0 0 1px #f1d6dc;
    padding: 20px !important;
}
.custom_table.serveurs tbody tr:hover{
    box-shadow:0 0 0 1px #E30000;
}
.custom_table.serveurs tbody td{
    padding:25px 21px;
    vertical-align:middle;
    border:none;
    font-size:14px;
    color:#4e4e4e;
    line-height: 20px !important;
}

/* badge serveur */
.custom_table.serveurs tbody td:first-child strong{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#fdecef;
    color:#c70043;
    padding:12px 11px;
    border-radius:8px;
    font-size:14px;
    font-weight:700;
    min-width:90px;
}

/* CPU */
/* .custom_table.serveurs tbody td:nth-child(2){
    min-width:260px;
    line-height:1.7;
} */

.custom_table.serveurs tbody td:nth-child(2) strong{
    display:block;
    font-size:20px;
    color:#13233a;
    margin-bottom:8px;
}

/* RAM */
.custom_table.serveurs tbody td:nth-child(3){
    line-height:1.8;
}

/* DISQUE */
.custom_table.serveurs tbody td:nth-child(4){
    line-height:1.8;
    font-weight:600;
}

/* DATACENTER */
.custom_table.serveurs tbody td:nth-child(5){
    line-height:1.8;
}

/* PRIX */
.custom_table.serveurs .price_span{
    display:block;
    margin-bottom:10px;
}

.custom_table.serveurs .price_span span{
    font-size:22px;
    font-weight:800;
    color:#13233a;
}

.custom_table.serveurs .price_span sup{
    font-size:16px;
    color:#7c6b6b;
    top:-12px;
}

.custom_table.serveurs tbody td:nth-child(6){
    min-width:220px;
    color:#7b6b6b;
    line-height:1.8;
}

/* bouton */
.custom_table.serveurs .buy_btn{
        display: flex;
    align-items: center;
    justify-content: center;
    background: #00116d;
    color: #fff;
    text-decoration: none;
    height: 45px;
    min-width: 130px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.3s;
    box-shadow: 0 6px 18px rgba(199, 0, 67, 0.25);
}

.custom_table.serveurs .buy_btn:hover{
    background:#e30000;
    transform:translateY(-2px);
}

.custom_table.serveurs .price_td{
    text-align:right;
}
.infogerance .iconbox-label {
    font-size: 13px !important;
}
/* changement page d'accueil */
.prq-novatis .icon-box {
    height: 100% !important;
}
.prq-novatis .icon-box .iconbox-label {
    font-weight: 800 !important;
    font-family: 'Poppins' !important;
    font-size: 27px !important;
    color: #00000021 !important;
    letter-spacing: -1px !important;
    background: none !important;
    text-align: left !important;
}
/* responsive */
@media(max-width:991px){

    .custom_table.serveurs{
        display:block;
        overflow-x:auto;
    }

    .custom_table.serveurs thead th{
        font-size:12px;
    }

    .custom_table.serveurs tbody td{
        padding:20px 15px;
        font-size:14px;
    }

    .custom_table.serveurs .price_span span{
        font-size:30px;
    }

    .custom_table.serveurs .buy_btn{
        min-width:150px;
        height:48px;
        font-size:14px; 
    }
}
@media screen and (max-width: 750px) {
    button.dsfwhmcs-domain-search-button::before {
        font-size: 19px;
        letter-spacing: 0;
        font-weight: unset;
        content: "\f002";
        color: #fff !important;
        font-family: "Font Awesome 5 Free";
    }
    .dsfwhmcs-wrapper .dsfwhmcs-domain-search-button{
        background-color: #081c61 !important;
        border-radius: 30px !important;
        min-width: 50px !important;
        max-height: 52px !important;
        top: 4px !important;
        right: 5px !important;
    }
    .mobile-nowrap{
        flex-wrap: nowrap;
    }
    .section-tableau .e-con-inner{
        min-width: fit-content !important;
    }
    .section-tableau{
        overflow: scroll !important;
    }
    .tabs-tarifs .lqd-tabs-nav-wrap{
    position: static !important;
    top: 0  !important;
    left: 0  !important;
    transform: translateX(0)  !important;
}
}