body{
    color: #111;
}
h2
{
    color: #111;
    font-family: 'usb';
    font-weight: normal;
}
#titre_header_vps{
    margin-top: 0px;
    font-size: 38px;
}
#pname_photo_father{
    height: auto;
}
#pname_expli{
    height: auto;
    display: flex;
    text-align: left;
    justify-content: space-between;
    padding-bottom: 50px;
    padding-top: 50px;
}
#contenu_header_vps{
    margin-top: 30px;
}
.pname_photo{
    height: auto;
}
.div_vpc_backup_and_price{
    flex-direction: column-reverse;
    gap: 20px;
    align-items: normal;
    position: relative;
    
}

#pname_content_trial {
    background-color: #F7941C;
    height: 35px;
    text-align: center;

    & #pname_content {
        text-align: center;
        height: 35px;
        line-height: 35px;
        display: block;

        h1 {
            font-size: 16px;
            margin: 0;
            padding: 0;
            font-weight: bold;
            text-align: center;
        }
    }


}

#tarif_from_vpc{
    position:absolute;
    left:-70px;
    bottom:-20px;
    text-align: right;
    background:#0fa5df;
    padding:15px;
    border-radius:10px;
    color:#fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    >*:first-child{
        font-weight: 300;
    }
}

#div_info_vpc{
    display: flex;
    gap:30px;
    #div_info_vpc_list_options{
        width: 240px;
        display: flex;
        gap:15px;
        flex-direction: column;
        > div{
            border-radius:5px;
            background:#FAFAFA;
            padding:15px;
            display: flex;
            align-items: center;
            gap:5px;
            cursor: pointer;
            font-size: 14px;
            justify-content: space-between;
            &.selected_cat_option{
                background: #0fa5df;
                color: #fff;
            }
            
            >span:first-child{
                display: flex;
                gap:10px;
                align-items: center;
            }
        }
    }
    #div_info_vpc_list_options_content{
        width:calc(calc(100% - calc(1 * 30px)) - 240px);
        display: flex;
        gap:20px;
        flex-direction: column;
        h3{
            margin-bottom: 0px !important;
            margin-top: 0px !important;
            padding-left:20px;
        }
        .div_info_vpc_list_options_one_content {
            flex-direction: column;
            display: flex;
            gap:15px;
            .div_info_vpc_list_options_one_content_inner {
                border-radius: 5px;
                background: #FAFAFA;
                /*padding:15px;*/
                flex-direction: column;
                display: flex;
                /*gap:5px;*/
                
                > div {
                    display: flex;
                    justify-content: space-between;
                    padding: 20px;
                    font-size: 14px;
                    
                    &:not(:last-child) {
                        border-bottom: 1px solid #ddd;
                    }
                }
            }
        }
    }
    
}

#div_all_os_rack{
    display: flex;
    gap:30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    > * {
        flex:1;
        background:#fff;
        border-radius:10px;
        padding:20px;
        display: flex;
        gap:15px;
        flex-direction: column;
        white-space: nowrap;
        
        .os_rack_univers{
            font-size: 18px;
            font-family: ubb;
            display: flex;
            align-items: center;
            gap:5px;
            color:#666;
        }
        .os_rack_listing{
            display: flex;
            flex-direction: column;
            gap:10px;
            .os_rack_listing_one{
                display: flex;
                align-items: center;
                gap:5px;
            }
            
            
        }
    }
}

#div_header_explanation{
    display: flex;
    flex-direction: column;
    gap:20px;
    font-size:18px;
    color:#fff;
    > div{
        display: flex;
        align-items: center;
        gap:10px;
    }
}


.one_pack_amount {
    display: flex;
    align-items: end;
    gap: 10px;
    > span:nth-child(1) {
        font-family: ubb;
        font-size: 36px;
        /*color: #111;*/
        /*border:1px solid red;*/
        display: flex;
    }
    > span:nth-child(2) {
        /*color: #999;*/
        /*border:1px solid green;*/
        padding-bottom:3px;
        font-weight: 300;
        
    }
    
    /*margin-bottom: 25px;*/
}

#div_inner_pack_essential {
    .p_descirption_pack {
        text-align: center;
        color: #fff;
        width: 800px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    
    #double_offer_pack {
        display: flex;
        gap: 20px;
        margin-top: 40px;
        justify-content: center;
        
        .one_pack {
            background: #FFF;
            border-radius: 10px;
            width: 470px;
            padding: 30px 30px;
            color: #696969;
            
            .one_pack_title {
                font-family: ubb;
                font-size: 24px;
                color: #111;
            }
            
            .one_pack_sub_title {
                margin-top: 8px;
                margin-bottom: 20px;
            }
            
            .one_pack_amount {
                display: flex;
                align-items: end;
                gap: 10px;
                
                > span:nth-child(1) {
                    font-family: ubb;
                    font-size: 42px;
                    color: #111;
                }
                
                margin-bottom: 25px;
                
            }
            
            .one_pack_include {
                font-size: 18px;
                color: #111;
                font-family: ubb;
                margin-bottom: 20px;
                
                
            }
            
            .one_pack_include_list {
                display: flex;
                gap: 20px;
                flex-direction: column;
                
                > div {
                    display: flex;
                    gap: 10px;
                    align-items: center;
                    font-size: 14px;
                    
                    .ubb {
                        color: #111;
                    }
                }
                
                .one_pack_include_list_disable {
                    opacity: 0.3;
                }
            }
            
            
        }
    }
    
    #essential_services {
        display: flex;
        gap: 20px;
        margin-top: 30px;
        flex-wrap: wrap;
        
        > .one_essential_service {
            background: #FFF;
            border-radius: 10px;
            width: calc(calc(100% - 20px) / 2);
            padding: 30px 30px;
            .div_essential_services_title{
                font-family: ubb;
                font-size: 18px;
                color: #111;
                margin-bottom: 10px;
                display: flex;
                gap:20px;
                align-items: center;
                img{
                    height: 50px;
                }
            }
            
        }
    }
}

.one_info_vpc_configurator_handler_content {
    display: flex;
    gap: 10px;
    justify-content: flex-start;


    .one_datacenter_option
    {
        width: 50%;
        .flag_option
        {
            width: 25px;
            border-radius: 2px;
        }
    }
    .one_pack_option
    {
        /*width: calc(calc(100% - 20px) / 3);*/
        width: 100%;
    }
    .one_datacenter_option, .one_pack_option {
        height: 45px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        cursor: pointer;
        background: #f6f8fd;
        gap: 8px;

        input {
            display: none;
        }

        &:has(input:checked) {
            background: #fff;
            border: 1px solid #0fa5df;
            box-shadow: 0 0 2px rgba(15, 165, 223, 0.1), 0 2px 4px rgba(15, 165, 223, 0.2);
            position: relative;
            background-image: url(../images/frame_checkbox2.png);
            background-repeat: no-repeat;
            background-position: right 10px center;
            background-size: 20px 20px;
        }
    }
}


#div_nuago_os{
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 100%;*/
    height: 435px;
    background-image: url(../images/nuage_os.webp), linear-gradient(90deg, rgba(1, 50, 118, 1) 0%, rgba(6, 17, 29, 1) 100%);
    background-size: contain ;
    background-repeat: no-repeat ;
    background-position: center center ;
    color:#fff;
    #div_inner_nuago_os {
        color: #fff;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 30px;
        > div{
            text-align: center;
            width: 420px;
        }
        
        
        #div_nuago_os_title {
            font-family: ubb;
            font-size: 22px;
        }
    }
    border-radius:15px;
}

#div_info_vpc_configurator{
    display: flex;
    gap:40px;
    #div_info_vpc_configurator_handler{
        flex:1;
        display: flex;;
        flex-direction: column;
        gap:50px;
        .select_tuned{
            height: 35px;
            width: 60px;
            text-align: left;
            background: #eceff5;
            padding-left:20px;
            border:1px solid #CDCDCD;
            
        }
        .one_info_vpc_configurator_handler{
            display: flex;
            align-items: center;
            gap:60px;
            .one_info_vpc_configurator_handler_title{
                width: 180px;
                display: flex;
                align-items: center;
                gap:10px;
            }
            > div:nth-child(2){
                flex:1;
            }
        }
    }
    #div_info_vpc_configurator_resume{
        width: 330px;
        background: #fff;
        border-radius: 5px;
        padding:25px;
        display: flex;
        flex-direction: column;
        /* ensure children can be pushed to the bottom */
        gap: 10px;
        min-height: 220px;
        /*display: flex;*/
        /*gap:10px;*/
        #div_info_vpc_configurator_resume_title{
            font-family: ubb;
            font-size: 18px;
            color: #111;
        }
        hr{
            margin-top:25px;
            margin-bottom: 25px;
            border-color: #F4F4F4;
        }
        #div_info_vpc_configurator_resume_all_main_spec {
            display: flex;
            flex-direction: column;
            gap: 10px;
            
        }
        .div_info_vpc_configurator_resume_one_spec {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .one_pack_amount {
            display: flex;
            align-items: end;
            gap: 10px;
            margin-top: auto; /* push this block to the bottom of the parent */
            > span:nth-child(1) {
                font-family: ubb;
                font-size: 42px;
                color: #111;
                /*border:1px solid red;*/
                display: flex;
            }
            > span:nth-child(2) {
                color: #999;
                /*border:1px solid green;*/
                padding-bottom:3px;
            }

            margin-bottom: 0; /* managed by spacing of container */
        }
        
    }
}

#div_tab_vpc_specs_faq_content_faq
{
    display: block;
}

/*.faq_container*/
/*{*/
/*    display: flex;*/
/*    gap: 30px;*/
/*    margin-top: 50px;*/
/*    flex-direction: column;*/
/*    .faq_item*/
/*    {*/
/*        flex:1;*/
/*        border: 1px solid #ccc;*/
/*        border-radius: 5px;*/
/*        overflow: hidden;*/
/*        .faq_item_title*/
/*        {*/
/*            background: #f6f8fd;*/
/*            padding: 15px 20px;*/
/*            font-family: ubb;*/
/*            font-size: 16px;*/
/*            display: flex;*/
/*            justify-content: space-between;*/
/*            align-items: center;*/
/*            cursor: pointer;*/
/*            user-select: none;*/
/*        }*/
/*        .faq_item_answer*/
/*        {*/
/*            display: none;*/
/*            max-height: 0;*/
/*            overflow: hidden;*/
/*            transition: max-height 0.3s ease-out, padding 0.3s ease-out;*/
/*            background: #fff;*/
/*            padding: 10px 20px;*/

/*            &.active*/
/*            {*/
/*                display: block;*/
/*                padding: 15px 20px;*/
/*                max-height: 500px; !* adjust as needed *!*/
/*                transition: max-height 0.5s ease-in, padding 0.3s ease-in;*/
/*            }*/
/*        }*/

/*        .faq_item_icon*/
/*        {*/
/*            transition: transform 0.3s ease;*/
/*            width: 30px;*/
/*            text-align: right;*/
/*            .show_item, .hide_item*/
/*            {*/
/*                padding: 0px 10px;*/
/*            }*/
/*            .show_item*/
/*            {*/

/*            }*/
/*            .hide_item*/
/*            {*/
/*                display: none;*/
/*            }*/
/*        }*/
/*    }*/
/*}*/

#div_tab_vpc_specs_faq
{
    display: flex;
    gap: 20px;
    margin-bottom: 10px;

    .div_tab_vpc_specs_faq_one
    {
        flex:1;
        text-align: center;
        padding: 10px;
        border-bottom: 2px solid #ccc;
        background: #fff;

        &.selected_tab
        {
            border-bottom: 2px solid #0fa5df;
            background: #f6f8fd;
        }
        &:hover
        {
            background: #f6f8fd;
            cursor: pointer;
        }
    }
}

.slider-container {
    position: relative;
    /*width: 500px;*/
    /*margin: 70px 0;*/
    
    .slider {
        -webkit-appearance: none;
        width: 100%;
        height: 15px; /* piste */
        border-radius: 8px;
        outline: none;
        /* two-layer fill: colored left layer + white base. Animate the fill by changing background-size */
        background: linear-gradient(to right, #23a0d9, #23a0d9) no-repeat, #fff;
        background-size: 0% 100%; /* update to "X% 100%" via JS to reflect value */
        background-position: left center;
        transition: background-size 120ms cubic-bezier(0.2, 0.8, 0.2, 1);
        will-change: background-size;
    }
    .slider::-webkit-slider-runnable-track {
        height: 15px;
        border-radius: 8px;
        background: transparent;
    }
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #23a0d9;
        cursor: pointer;
        border: none;
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        position: relative;
        margin-top: -5px;
    }
    
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 0;        /* largeur du thumb */
        height: 0;       /* hauteur du thumb */
        background: transparent; /* transparent si tu veux */
        border: none;
    }
    
    /* Masquer le thumb pour Firefox */
    .slider::-moz-range-thumb {
        width: 0;
        height: 0;
        border: none;
        background: transparent;
    }
    
    /* Masquer le thumb pour IE */
    .slider::-ms-thumb {
        width: 0;
        height: 0;
        border: none;
        background: transparent;
    }
    
    .thumb-value {
        position: absolute;
        top: 50%;
        transform: translateY(-55%);
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #23a0d9;
        color: white;
        font-size: 10px;
        font-family: ubb;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: grab;          /*  curseur drag */
        user-select: none;
        /*transition: left 0.1s;*/
    }
    .thumb-value:active {
        cursor: grabbing;
    }
    .ticks {
        /*position: absolute;*/
        /*top: 20px; !* sous la piste *!*/
        /*left: 0;*/
        /*right: 0;*/
        /*height: 20px;*/
        /*display: flex;*/
        /*justify-content: space-between;*/
        /*font-size: 13px;*/
        font-family: usb;
        /*margin-top:1px;*/
        color: #333;
        
        position: absolute;
        top: 25px; /* sous la piste */
        left: 0;
        right: 0;
        height: 20px;
        /*border:1px solid red;*/
    }
    .ticks span {
        position: absolute;
        font-size: 12px;
        white-space: nowrap;
        
        &.span_end{
            transform: translateX(-50%); /* centrer sur la position */
            
        }
        /*color: #333;*/
        
    }
    .ticks .tick-line {
        width: 1px;
        height: 5px;
        background: #bbbdc2;
    }
    .ticks .tick-line-minmax{
        padding-top:5px;
    }
    .tick-labels {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        font-size: 14px;
        color: #333;
    }
}


.div_vpc_all_specs{
    > div:nth-child(even){
        background: #fff;
    }
    
    
    .div_one_specs {
        display: flex;
        /*border:1px solid red;*/
        height: 60px;
        align-items: center;
        .div_vpc_one_specs_title {
            font-family: usb;
            width: 30%;
            padding-left:20px;
        }
        
        .div_vpc_one_specs_infos{
            display: flex;
            flex:1;
            color:#666;
            font-weight: 300;
            > div{
                width: 50%;
            }

        }
    }
    
    #div_one_specs_global_title{
        .div_vpc_one_specs_tech, .div_vpc_one_specs_info
        {
            font-family: usb;
            color: #111;
        }
    }
}

.div_vpc_feature_one
{
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 20px;
    min-height: 60px;
    border-radius: 5px;
    background: #fff;

    .div_vpc_feature_one_header
    {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        align-items: center;
        height: 60px;
        padding: 0 20px;

        /*border-bottom: 1px solid #ccc;*/

        &.closed
        {

        }
        &.oppened
        {

        }
        h3
        {
            font-family: ubb;
            font-weight: normal;
            margin: 0;
        }
        &:hover
        {
            cursor: pointer;
            /*background: #f6f8fd;*/
        }

        .icon_close
        {
            display: none;
            cursor: pointer;
            user-select: none;
            width: 30px;
            text-align: right;
            .show_item, .hide_item
            {
                padding: 0px 10px;
            }
            .show_item
            {

            }
            .hide_item
            {
                display: none;
            }
        }
    }

    .div_vpc_feature_one_table_container
    {
        display: none;
        padding: 0px 10px 10px 10px;
        .div_vpc_feature_one_table
        {

            width: 100%;
            border-collapse: collapse;
            margin-top: 10px;

            th, td {
                border-bottom: 1px dashed #ddd;
                padding: 8px;
                text-align: left;
                width: 50%;
                height: 50px;
            }


        }
    }

}

.faq_container
{
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 20px;
    min-height: 60px;
    border-radius: 5px;


    .faq_item
    {
        background: #fff;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: space-between;
        padding: 0px 20px;
        border-radius:10px;
        .faq_item_title
        {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 60px;
            /*padding: 0 20px;*/
            font-family: ubb;
            font-weight: normal;
            margin: 0;
            &:hover
            {
                cursor: pointer;
            }
            h3
            {
                font-family: ubb;
                font-weight: normal;
                margin: 0;
            }
            .faq_item_question
            {

            }
            .faq_item_icon
            {
                .hide_item
                {
                    display: none;
                }
            }
        }
        .faq_item_answer
        {
            display: none;
            overflow: hidden;
            background: #fff;
            /*padding: 0px 10px 10px 10px;*/
            padding-bottom:15px;
        }
    }
}



@media (max-width: 1320px) {
    * {
        text-align: left;
    }
    #div_nuago_os {
        background-image: url(../images/nuage/nuage_os_1.webp), linear-gradient(90deg, rgba(1, 50, 118, 1) 0%, rgba(6, 17, 29, 1) 100%);
    }
    
    #pname_expli{
        .div_vpc_backup_and_price{
            img{
                width:500px;
            }
        }
    }
}
@media (max-width: 1080px) {
    #div_inner_pack_essential {
        #essential_services {
            flex-direction: column;
            > .one_essential_service {
                width: 100%;
                
                .div_essential_services_description {
                    text-align: left;
                }
            }
        }
    }
    
    #div_inner_pack_essential {
        .p_descirption_pack {
            width: 100%;
        }
        #double_offer_pack {
            flex-direction: column;
            .one_pack {
                width: 100%;
                .one_pack_include_list {
                    text-align: left;
                }
            }
        }
    }
    
    #div_info_vpc_configurator {
        gap: 20px;
        flex-direction: column;
        #div_info_vpc_configurator_handler {
            /*flex:1;*/
            /*display: flex;;*/
            /*flex-direction: column;*/
            gap:40px;
            /*border: 1px solid green;*/
            .one_info_vpc_configurator_handler {
                flex-direction: column;
                /*border:1px solid red;*/
                align-items: start;
                gap:10px;
                position: relative;
                
                > div{
                    width: 100%;
                }
            }
        }
        #div_info_vpc_configurator_resume{
            width: 100%;
            
        }
    }
    
    .div_vpc_all_specs {
        
        #div_one_specs_global_title {
            display: none;
        }
        
        .div_one_specs {
            align-items: start;
            padding-top:10px;
            .div_vpc_one_specs_infos {
                flex-direction: column;
                > div{
                    width: 100%;
                }
                .div_vpc_one_specs_info {
                    color: #666;
                }
            }
        }
    }
    
    #pname_expli{
        flex-direction: column;
        gap: 30px;
        padding-bottom:40px;
        padding-top:20px;
        align-items: center;
    }
    
    #div_nuago_os {
        background-image: url(../images/nuage/nuage_os_2.webp), linear-gradient(90deg, rgba(1, 50, 118, 1) 0%, rgba(6, 17, 29, 1) 100%);
        #div_inner_nuago_os{
            & > div{
                /*width: auto;*/
                padding:0 70px;
            }
        }
    }
    
    
    
}

@media (max-width: 840px) {
    #div_nuago_os {
        background-image: url(../images/nuage/nuage_os_3.webp), linear-gradient(90deg, rgba(1, 50, 118, 1) 0%, rgba(6, 17, 29, 1) 100%);
    }
    
    .faq_item {
        .faq_item_title {
            h3 {
                font-size: 15px;
            }
        }
    }
}


@media (max-width: 680px) {

    .one_info_vpc_configurator_handler_content {
        flex-direction: column;
        .one_datacenter_option
        {
            width: 100%;
        }
    }
    .pname_photo{
        height: auto;
        padding-bottom:40px;
    }
    #pname_photo_father{
        height:auto;
    }
    #titre_header_vps{
        margin-top: 40px;
    }
    
    .div_vpc_all_specs {
        .div_one_specs {
            flex-direction: column;
            height: auto;
            gap:20px;
            padding-top:20px;
            padding-bottom:20px;
            .div_vpc_one_specs_infos{
                padding-left:20px;
            }
        }
    }
    
    #pname_expli{
        .div_vpc_backup_and_price{
            img{
                width:100%;
            }
        }
        
        #tarif_from_vpc{
            left: 25%;
        }
    }
    
    #div_nuago_os {
        background-image: url(../images/nuage/nuage_os_4.webp), linear-gradient(90deg, rgba(1, 50, 118, 1) 0%, rgba(6, 17, 29, 1) 100%);
        #div_inner_nuago_os{
            & > div{
                width: auto;
                padding:0 70px;
            }
        }
    }
    
    .faq_container {
        & .faq_item {
            & .faq_item_title {
                height: auto;
                padding:10px 5px;
            }
        }
    }

}

@media (max-width: 480px) {
    
    #pname_expli {
        .div_vpc_backup_and_price {
            img {
                width: 100%;
            }
        }
        
        #tarif_from_vpc {
            left: 15%;
        }
    }
    #div_nuago_os {
        background-image: url(../images/nuage/nuage_os_5.webp), linear-gradient(90deg, rgba(1, 50, 118, 1) 0%, rgba(6, 17, 29, 1) 100%);
        /*background-size: cover;*/
        #div_inner_nuago_os{
            #div_nuago_os_title{
                font-size: 16px;
            }
            
            #div_nuago_os_description{
                font-size: 14px;
            }
            gap:10px;
             > div{
                /*width: auto;*/
                padding:0 60px;
            }
        }
    }
    
    #p_little_os_list{
        text-align: center;
    }
    
    .faq_item {
        padding:0px 12px;
        .faq_item_title {
            gap:15px;
            h3 {
                font-size: 14px;
            }
        }
    }
    
    
}
