body {
    padding-top: inherit !important;
}

.card-header {
    color: #000 !important;
    background-color: #f0f0f0 !important;
}

.bg-light-1 {
    background-color: #f0f0f0 !important;
}

.bg-light-2 {
    background-color: #f6f6f6 !important;
}

.card-footer {
    color: #000 !important;
}

.card-header-bg-overwrite {
    background-color: #ffffff !important;
}

.list-group-item.active {
  color: #ff7900 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  font-weight: bold;
}

.card-minimise:hover {
    cursor: pointer;
}

.input-login:focus {
    border-color: #ccc !important;
}

.table > thead >tr {
    background-color: #f0f0f0 !important;
}

header.header .topbar {
    padding: 5px 0;
    background-color: #0d0b00;
}

div#carousel-20i-notification {
    width: 100%;
    text-align: center;
}

div#carousel-20i-notification .carousel-control-next-icon, div#carousel-20i-notification .carousel-control-prev-icon {
    width: 10px;
}

#order-standard_cart label{
    color: #000 !important;
}


.domain-checker-container {
    background-color: #ff7900 !important;
    background-image: none !important;
    border-radius: 0px !important;
}

#order-standard_cart .input-group-lg > .form-control {
    border-radius: 0px !important;
}

.domain-checker-container .input-group-box {
    border-radius: 0px !important;
}

.domain-pricing .tld-pricing-header div:nth-child(2n+1) {
    border-color: #000 !important;
}

.domain-pricing .tld-pricing-header .col-xs-4 {
    border-bottom: 6px solid #4bb4e6 !important;
}

.domain-promo-box {
    border-radius: 0px !important;
}

form#frmDomainTransfer .row .panel.card.panel-default .panel-body.card-body .form-group {
    margin-bottom: 1.25rem !important;
}

form#frmDomainTransfer .row .panel.card.panel-default .panel-body.card-body .form-group label {
    margin-right: 10px;
    font-weight: 300;
    font-size: 13px;
    color:#000 !important;
    margin-bottom: .375rem;
}

/*#order-standard_cart .font-size-30 {
    display: none !important;
}*/

#order-standard_cart .order-summary h2 {
    color: #000 !important;
    font-weight: 700 !important;
    background-color: #ccc !important;
}

#order-standard_cart .summary-container {
    background-color: #ffffff !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

#order-standard_cart .order-summary {
    border: 1px solid !important;
    border-color: #cccccc !important;
    margin: 0 !important;
}

#scrollingPanelContainer.secondary-cart-sidebar div#orderSummary.order-summary.card {
    border: 0 !important;
}

#order-standard_cart .order-summary .summary-totals {
    border-bottom: 0px !important;
}

#order-standard_cart .btn-checkout {
    padding: calc(.3125rem - 1px) .625rem calc(.3125rem + 1px) !important;
}

#orderSummary.order-summary.card h2.font-size-30 {
    display: block !important;
    background-color: #ccc !important;
    color: #000 !important;
    font-weight: 700 !important;
}

/*#order-standard_cart p {
    display: none !important;
}*/

#order-standard_cart .order-summary .recurring-charges {
    color: #000 !important;
    font-size: 16px !important;
}

#btnCompleteProductConfig i {
    margin-left: .625rem !important;
}

#order-standard_cart .order-summary .product-name {
  font-size: 1.3em !important;
}

#order-standard_cart .order-summary .product-group {
    line-height: 1.5rem !important;
}

#order-standard_cart .order-summary .total-due-today span {
    text-align: left !important;
}

#order-standard_cart .empty-cart .btn {
    /*display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    vertical-align: middle !important;
    user-select: none !important;
    border: .125rem solid transparent !important;
    outline-offset: 0.3125rem !important;
    --o-icon-spacing: 0.5rem !important;
    padding: calc(.5rem - 1px) 1.125rem calc(.5rem + 1px);
    border-radius: 0 !important;
    transition: outline-offset .2s ease-in-out !important;*/
    /*background-color: #000 !important;*/
    background-color: transparent !important;
    color: black !important;
    font-size: .8rem !important;
    text-decoration: none;
}

#order-standard_cart .view-cart-items {
      margin: 0 0 5px 0 !important;
      border-bottom: none !important;
}


#order-standard_cart .empty-cart {
  margin: 0px !important;
}

#order-standard_cart .view-cart-items .item {
    /*background-color: #f0f0f0 !important;*/
    background-color: #fbfbfb !important;
}

#order-standard_cart .view-cart-items .item-title {
  font-weight: 700 !important;
}

#order-standard_cart .view-cart-items .item-price {
  font-weight: 700 !important;
}

#order-standard_cart .view-cart-items .item-price .cycle {
  font-size: 1.3em !important;
}

#order-standard_cart .view-cart-items .item-group {
  line-height: 2rem;
}

#order-standard_cart .view-cart-items small {
  line-height: 1.4rem !important;
  font-size: .8rem !important;
}

#order-standard_cart .view-cart-items .item-price span {
  font-size: 1.4em !important;
}


/* Menu */
.HoverDecoration {
    position: relative;
    height: 3px;
    width: calc(100% + 20px);
    margin-left: -15px;
    background-color: #000
}
    
.m-nav-link {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}
    
 .m-nav-link:hover .HoverDecoration {
    background-color: #f16e00!important
}
    
.m-nav-link:hover .HoverDecoration span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 3px;
    width: 0;
    height: 0;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #f16e00;
    border-style: solid;
    border-width: 0 8px 8px
}
    
.HoverDecoration {
    margin-top: 0px
}
    
.menuDesktop-subNav {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px 30px
  }

.m-nav-link:hover .subNav-dropdown-menu {
    max-height: 100vh;
    font-weight: normal;
}
.breadcrumb > li + li:before {
    color:#f16e00;
}

.subNav-dropdown-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background-color: white;
    width: 100vw;
    z-index: 100;
    transition: max-height 0.35s ease-in;
    max-height: 0;
    overflow: hidden;
    border: none;
}

.bootstrap-switch-container {
    width: 125px !important;
}

.bootstrap-switch-handle-on {
    width: 40px !important;
}

.bootstrap-switch-handle-off {
    width: 42px !important;
}

.bootstrap-switch-label {
    width: 40px !important;
}

.vertical-align-center-container {
    min-height: 20px;
    position: relative;
}

.vertical-align-center {
    top: 40%;
    position: absolute;
    right: 30px;
}

#order-standard_cart .view-cart-tabs .nav-tabs {
    padding-left: 14px !important;
    border-bottom: inherit !important;
    font-size: inherit !important;
}

#order-standard_cart .view-cart-tabs .nav-tabs a[aria-expanded="true"] {
    border-color: transparent !important;
    background-color: inherit !important;
    border-bottom-color: #f16e00 !important;
}

#order-standard_cart .view-cart-tabs .tab-content {
  background-color: #ffffff !important;
}

#order-standard_cart .field, #order-standard_cart .form-control {
    border-radius: 0px !important;
}


#order-standard_cart .view-cart-items .item-title a.btn {
      font-size: .7rem !important;
}

#first-zone{
    display: block;
}

#second-zone{
    position: absolute;
    display: none;
    overflow-x: visible;
    overflow-y: visible; 
    z-index: 1000;
}

.navbar-nav .nav-link:focus, a{
  outline-color: transparent !important;
}

.text-primary {
    color: #ff7900 !important;
}

.text-success {
    color: #32c832 !important;
}

.bg-warning-dim {
    background-color: #fffae8 !important;
    color: #000 !important;
}

.bg-success-dim {
    background-color: #e1fff0 !important;
    color: #000 !important;
}

.bg-danger-dim {
    background-color: #e67251 !important;
    color: #000 !important;
}

.bg-dark-dim {
    background-color: #606060 !important;
    color: #fff !important;
}

.bg-light-dim {
    background-color: #f9f9f9 !important;
}

.text-dark {
    color: #000 !important;
}

.text-danger {
    color: #cd3c14 !important;
}

.text-warning {
    color: #fc0 !important;
}

@media (max-width: 1280px) {
    .fsm {font-size: 0.827px !important;
        text-align: justify;
    } 

    #header-container{
        padding-right: 0.625rem!important;
        padding-left: 0.625rem!important;
    }

    #order-standard_cart .cart-body {
        padding-right: 0px !important;
    }

    .blockPerformanceContainer {
        width: 100% !important;
        position: relative !important;
    }

    #header-column-12 > div.container-lg.px-3,
    #order-standard_cart > div > div,
    #homepage-block > main{
        width: 100% !important;
        position: relative !important;
        left: 11px !important;
    }

    #partner-container{
        max-width: 130% !important;
        width: 107% !important;
        position: relative !important;
        left: -1px !important;
    }

    #header-column-12 > div.container-fluid.p-md-5.text-white.banner{
        max-width: 130% !important;
        width: 107% !important;
        position: relative !important;
        left: -15px !important;
        background-position: left !important;
    }

    #header-column-12 > div.container-fluid.p-md-5.text-white.banner > div > div > div.col-lg-6.col-sm-12.py-3.d-lg-none.d-block > h2{
        font-size: 1.12rem!important;
    }

    #header-column-12 > div.container-fluid.p-md-5.text-white.banner > div > div > div.col-lg-6.col-sm-12.py-3.d-lg-none.d-block > p{
        font-size: 12px !important;
    }

    #header-column-12 > div.container-fluid.p-md-5.text-white.banner > div,
    #header-column-12 > div.container-fluid.p-md-5.bg-dark.text-white.banner > div,
    #header-column-12 > div.container-lg.px-3{
        padding-right: 0.725rem!important;
        padding-left: 0.725rem!important;
    }
  
    .solutionstitle{
        position: relative !important;
        left: -25px !important;
    }

    #header-column-12 > main > div,
    #header-column-12 > div.container.px-0{
        padding-right: 0.3125rem!important;
        padding-left: 0.3125rem!important;
    }

    #header-breadcrumb > div{
        margin-right: -0.375rem!important;
        margin-left: -0.375rem!important;
    }
    .p-header{
        margin-right: 0!important;
        margin-left: 0!important;
    }
    .p-header1{
        margin-left: -6.432rem!important;
        max-width: 135%;
        width: 133%;
    }
    
    /*.card-border{
        max-width: 130% !important;
        width: 125% !important;
        left: -35px !important;
    }*/
    .blockHomeBannerContainer{
        padding: 0.525rem!important;
    }
    
    #header-column-12 > div.container.px-0 > div > h1 > span{
        position: relative;
        left: -36px;
    }
    #header-column-12 > div.container.mx-0.pt-3 > div{
        margin-right: 0!important;
        margin-left: 0!important;
    }
    #header-column-12 > div.container-fluid.p-md-5.bg-dark.text-white.banner > div
    #header-column-12 > main > div > div > div:nth-child(1) > h1{
        font-size: 1.3rem!important;
    }
    #header-column-12 > div.container-fluid.p-md-5.bg-dark.text-white.banner > div > div > div{
        margin-right: 0!important;
        margin-left: 0!important;
    }
    #header > div.container-fluid.bg-dark.border-1.border-bottom.border-light.border-top-0.border-end-0.border-start-0.d-none.d-lg-block > div > div > div.col-2.d-xl-none{
        display: none !important;
    }
    #header-column-12 > div.container-fluid.p-md-5.text-white.banner > div > div > div.col-lg-6.col-sm-12.py-3.d-lg-none.d-block > h1{
        margin-bottom: 0.3125rem!important;
        font-weight: 400!important;
        font-size: 0.80rem !important;
    }
    .btn-xs{
        font-size: 0.675rem !important;
    }

    #header-column-12 > div.col-md-12.col-lg-12 > div.card-header.bg-transparent.border-light.text-body.fs-2.display-title.p-2.bd-highlight{
        font-size: 1.025rem!important;
    }
    
    #header-column-12 > div.container-fluid.p-md-5.bg-dark.text-white.banner > div > div > div > p{
        font-size: 0.85rem;
    }
    #header-column-12 > div.container-fluid.p-md-5.text-white.banner > div > div > div.col-lg-6.col-sm-12.d-lg-block.d-none > h1{
        font-weight: 400!important;
        font-size: 0.85rem !important;
    }
    .dataTables_length, .dataTables_info{
        display: none !important;
    }
    .dataTables_paginate{
        margin-bottom: 20px !important;
    }
    .dataTables_filter{
        position: relative!important;
    }
    
    .dataTables_filter > label{
        float: left;
    }
    .dataTables_filter > label > input{
        width: 334px !important;
        margin-bottom: 0.625rem!important;
        margin-left: 0 !important;
    }
    .solution-title{
        font-size: 0.85rem;
    }
    
    #header-breadcrumb > div > ol{
        font-size: 0.62rem;
    }
    #tableListServers_length > label{
        position: relative!important;
        top: 41px !important;
        left: -40px !important;
        margin-top: 5px !important;
    }
    #carousel-20i-notification > a.carousel-control-prev.position-absolute.top-50.start-0.translate-middle-y{
        left: -38px !important;
    }
    #carousel-20i-notification > a.carousel-control-next.float-end{
        right: -33px !important;
    }
    #carousel-20i-notification > div > div:nth-child(2) > a{
        left: -8px !important;
    }
    #carousel-20i-notification > a.carousel-control-prev.position-absolute.top-50.start-0.translate-middle-y{
        left: -96px !important;
    }
    #carousel-20i-notification > a.carousel-control-next.float-end{
        right: -82px !important;
    }
    .on-overview{
        visibility:visible
    }
    body > main > div > div > div.col-md-6.mx-2.col-sm-12.align-self-center{
        left: -38px;
    position: relative;
    margin-bottom: 0;
    }
    body > main > div > div > div.col-md-6.mx-2.col-sm-12.align-self-center > div{
        margin-top: -18px !important;
    }
     #webformContainer > p{
        position: relative;
    	max-width: 130%;
    	width: 99%;
    	left: -1px;
    	margin-bottom: 0.625rem!important;
    }
    #webformContainer > h1{
    	position: relative;
    	max-width: 130%;
    	width: 104%;
    	left: -1px;
    }
    #webformContainer{
    	position: relative;
    	max-width: 130%;
    	width: 100%;
    	left: -1px;
    }
    body > main > div > div > div.col-md-6.mx-2.col-sm-12.align-self-center{
        top: -10px !important;
    }
    .table{
        width: 954px !important;
    }
  }

.carousel-control-prev {
    left: -60px !important;
}

.carousel-control-next {
    right: -60px !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    border-radius: 0 !important;
}

div.row.justify-between{
    flex-direction: row-reverse!important;
}   
.dataTables_length > label{
    text-align: right !important;
}

#tableListTenants_wrapper > div.row.align-items-center > div.col-7.col-sm-12.col-md-9{
    flex: 0 0 auto;
    width: 100%;
}
.logo{
    left:118px;
}
.loggedin{
    left: 75px;
}
.drop-top{
    /*top:8px;*/
    top: 50px;
    right: 1px;
}
.islogged{
   left:78px;
}
.toggle-l{
    left: 10px;
    position: relative;
}
body > main > div.p-4.p-md-5.text-white.bg-dark > div > div.col-md-5.col-sm-12.px-0.align-self-center > div > a:hover{
    background-color: #fff !important;
    color: #000 !important;
}
#more {
    display: none !important;
}
.m-start{
    margin-right: 1.625rem!important;
}
.top-2{
    top: -33px !important;
}
.card-border{
    border: 0.5rem solid!important;
    border-color: #000!important;
    border-left: 0!important;
    border-right: 0!important;
    border-top: 0!important;
}
.card-body-m{
    padding-top: 20px!important;
    padding-bottom: 15px!important;
}
.card-border:hover{
    border: 0.5rem solid!important;
    border-color: #ff7900!important;
    border-left: 0!important;
    border-right: 0!important;
    border-top: 0!important;
}
#header-breadcrumb > div > ol > li.breadcrumb-item.active{
    color: #ff7900 !important;
}
.btn-text {
    color: #fff !important;
    background-color: #ff7900;
    border-color: #ff7900;
}
.btn-text:hover {
    color: #fff !important;
    background-color: #000000;
    border-color: #000000;
}
#other-solutions > div > nav{
    margin-right: 0.6rem!important;
    margin-left: 1.5rem!important;
}
#other-solutions > div > div{
    margin-right: 0.6rem!important;
    margin-left: 0.99rem!important;
}
.list-scroll{
    max-height: 150px;
    margin-bottom: 10px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
}
#header-column-12 > div.container-lg.px-3 > p.display-7.mt-3.big-title, #header-column-12 > div.container-lg.px-3 > p.mb-5.blockOverviewContent > p:nth-child(2){
    margin-bottom: 0.3125rem!important;
}
#carousel-20i-notification > a.carousel-control-prev.position-absolute.top-50.start-0.translate-middle-y{
    margin-left: 3.75rem!important;
}
#carousel-20i-notification > a.carousel-control-next.float-end{
    margin-right: 2.875rem!important;
}
#Primary_Sidebar-Account-My_Details{
    background-color: #fff;
    border: 0.125rem solid #ccc;
    border-left: 0!important;
    border-right: 0!important;
    border-top: 0!important;
}
.disp::placeholder{
    color:  #C9C9C9 !important;
    font-weight: normal;
}
#header-breadcrumb > div > ol{
    margin-left: -0.1rem!important;
}
.swal2-title{
    color: #000!important;
    background-color: #fff !important;
}
body > div.swal2-container.swal2-center.swal2-backdrop-show > div > div.swal2-actions > button.swal2-confirm.bg-danger.swal2-styled{
    background-color: #ff7900!important;
    border-radius: 0!important;
}
body > div.swal2-container.swal2-center.swal2-backdrop-show > div > div.swal2-actions > button.swal2-cancel.bg-secondary.swal2-styled{
    border-radius: 0!important;
}
.solutionstitle{
    position: relative !important;
    right: -9px;
}
.on-overview{
    visibility: hidden;
}
#partner-container > div > div.row.row-cols-1.row-cols-md-3 > div,
#carouselLogos > div > div > div > div:nth-child(1){
    margin-left: 0.125rem!important;
}

body > div.swal2-container.swal2-center.swal2-backdrop-show > div > div.swal2-header > div.swal2-icon.swal2-warning.swal2-icon-show{
    border-color: #ff7900 !important;
    color: #ff7900 !important;
}
#webformContainer >.card{
    max-width: 120% !important;
    width: 104% !important;
    left: -16px !important;
}
#webformContainer > h1,
#webformContainer > p,
#formContainer{
    position: relative !important;
    max-width: 130% !important;
    width: 104% !important;
    left: -21px !important;
    }
body > main > div > div > div.col-md-6.mx-2.col-sm-12.align-self-center{
    position: relative !important;
    top: -19px !important;
}
body > main > div > div > div.col-md-5.px-0.align-self-center.d-lg-block.d-none.ms-3{
    position: relative !important;
    top: 3px !important;   
}

.fs-7 {
    font-size: .9rem !important;
}

.fs-8 {
    font-size: .8rem !important;
}

/*#order-standard_cart .cart-body {
    width: 100% !important;
}*/


#order-standard_cart .view-cart-items .item-qty button {
  font-size: .92em !important;
}

#header .border-custom {
    border: 1px solid #333 !important;
}

.fixed-bottom-2 {
    position: fixed !important;
}

@media only screen and (max-width: 1199px){
    #order-standard_cart .cart-body {
        padding-left: 0px !important;
    }
    #order-standard_cart .secondary-cart-body {
        padding-left: 0px !important;
    }
    #scrollingPanelContainer {
        position: fixed !important;
        right: 0;
        bottom: 0px;
        left: 0;
        z-index: 1030;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.paginate_button > a{
    padding-right: 0.3125rem!important;
    padding-left: 0.3125rem!important;
}
#header > div.container-fluid.bg-dark.d-none.d-lg-block > div > div > div.container.px-0 > div > nav > ul > a.bg-transparent.text-decoration-none.py-2.pr-4.dropdown-toggle::after{
    display: none !important;
    margin-right: 0.325rem !important;
}

#navContent {
    min-height: 300px;
}

/*#order-standard_cart .panel-addon .panel-add {
    background-color: #32c832 !important;
    border-radius: 0 !important;
}*/
.hidden {
    display: none;
}

div > card-body > i{
    margin-left: 6.25rem!important;
  }

  #order-standard_cart .form-control {
    border: .125rem solid #000 !important;
  }

.scrollable-table {
    overflow-x: auto;
}
.liste {
    list-style-type: none;
    margin-bottom: 0; 
}
.see-more {
text-decoration: none; 
}
.ellipsis {
margin-bottom: 5px; 
}
.blockHomeBannerImage {
    height: 100%;
    background-size: cover;
    position: relative;
}

.blockHomeBannerImage::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.8));
}

.blockHomeBannerContent, .blockHomeBannerBtn, .blockHomeBannerTitle {
    position: relative;
    z-index: 1;
}
  body {
    font-family: "Helvetica" !important;
    color: #333333 !important;
  }


  .underline-orange span {
    border-bottom: 4px solid #ff7900;
    padding-bottom: 2px;
  }
  .underline-short {
    position: relative;
    display: inline-block;
  }
  
  .underline-short::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0; /* Aligne à gauche du texte */
    width: 30px; /* Longueur fixe */
    height: 6px;
    background-color: #ff7900;
  }
  
  
  /*.card-footer::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 2px;
    background-color: #000000;
    bottom: 111px;
    margin-bottom: 12px;
  }*/

  p{
    font-size:18px !important;
  }


  .banner {
    position: relative;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden;
  }
  
 
  .banner .container-lg {
    position: relative;
    z-index: 3;
  }

  li::marker {
    color: #ff7900;
  }
  .small-text-btn {
    font-size: 0.85rem; /* ou 14px */
    padding: 0.7rem 0.8rem;
    text-align: center;
    white-space: normal; /* autorise retour à la ligne si nécessaire */
}
.list-unstyled{
    font-size: 17px;
    margin-bottom: 0 !important;
}
#btnCompleteProductConfig{
    background-color: #ff7900 !important;
    border-color: #ff7900 !important;
}

.shimmer {
    position: relative;
    overflow: hidden;
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    /*background-repeat: no-repeat;*/
    background-size: 800px 104px;
    animation: shimmer 1.2s infinite linear;
    min-height: 50px;
    border-radius: 10px;
  }
  
  @keyframes shimmer {
    0% {
        background-position: -800px 0;
    }
    100% {
        background-position: 800px 0;
    }
  }

  /* Effet shimmer pour fond sombre */
.shimmer-banner {
    position: relative;
    overflow: hidden;
    background: #1a1a1a; /* gris très foncé */
    background-image: linear-gradient(
      90deg,
      #1a1a1a 0%,
      #2a2a2a 20%,
      #3a3a3a 40%,
      #1a1a1a 100%
    );
    background-size: 700px 104px;
    animation: shimmer-dark 1.6s infinite linear;
    border-radius: 12px;
    min-height: 300px; /* adapte à ta bannière */
  }
  
  @keyframes shimmer-dark {
    0% {
      background-position: -800px 0;
    }
    100% {
      background-position: 800px 0;
    }
  }
 