﻿/*
    URI: https://www.cybertek.fr/boutique/liste-config-pc-gamer.aspx ;
    Description: Style de la liste pc gamer ;
*/

.overlay-hide {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999999;
}

.overlay-show {
    display: block;
}

#pop_up_devis_choice {
    width: 30%;
    height: 100vh;
    left: unset;
    top: 0;
    right: 0;
    text-align: left;
    padding: 20px;
    max-width: 530px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.cantainer_titre_popup h2 {
    font-weight: 500;
}

    .cantainer_titre_popup h2::after {
        display: block;
        position: relative;
        content: '';
        width: 30%;
        height: 2px;
        background: #ffcf00;
        bottom: -10px;
    }

.cantainer_titre_popup p {
    padding: 20px 0;
    font-weight: var(--regular)
}

.cbk_form_name_adress {
    gap: 15px;
    display: flex;
}

.label_size_account_margin {
    margin-top: 20px;
}

.form__container__submit {
    display: flex;
    justify-content: center;
    background: white !important;
}

.sd-cmp {
    z-index: 999999999;
}

.form__container__submit input {
    width: 300px !important;
    background: black !important;
    padding: 20px !important;
}

.container_titre_popup-bouton {
    gap: 20px;
    padding-bottom: 40px;
    justify-content: space-around;
}

.pop_up_question_client {
    overflow-y: hidden;
}

.pop_up_question_client_show {
    width: 30%;
    height: 100vh !important;
    top: 0px !important;
    right: 0 !important;
    left: unset !important;
    display: block;
    padding: 0;
    box-shadow: none;
    max-width: 530px;
}

.pop_up_question_client input, .container__textarea {
    border: 1px solid var(--noir) !important;
    padding: 8px;
    margin-top: 10px
}

.container__textarea {
    border-radius: unset;
}

.question_btn {
    color: black;
    border-radius: 0;
    box-shadow: none;
    width: 255px;
    padding: 20px;
}

.question_client a::before {
    display: none;
}

.question_btn:hover, .question_btn:hover a {
    color: #000;
}

.cbk_fch-prod__close_pop_up {
    border-radius: inherit;
    background: #ffcf00;
    transform: inherit;
    top: 0;
    right: 0;
    font-weight: 500;
}

.champ__obligatoire {
    font-weight: var(--regular)
}

.cross_pop-up {
    color: black;
    transform: rotate(45deg);
}

.bold--500 {
    font-weight: var(--medium);
}

.bold--600 {
    font-weight: var(--semibold);
}

.bold--700 {
    font-weight: var(--semibold);
}

.text--uppercase {
    text-transform: uppercase;
}

@media screen and (max-width: 1667px) {
    .cbk_pcgamer-list__img-wrapper {
        width: 50%;
    }

    .cbk_pcgamer-list__product-info {
        width: 50%;
    }
}

@media screen and (max-width: 1440px) {
    .cbk_pcgamer-list__product {
        padding-top: var(--val_20);
    }
}

@media screen and (min-width: 1024px) {
    .filtre_title_container {
        display: none !important;
    }

    .filtre-wrapper {
        display: flex !important;
    }

    .filte_title {
        color: var(--blanc);
    }
}

@media screen and (max-width: 1024px) {
    /* Pop-up */
    .main_container_pop_up_question_client {
        margin-top: 0
    }

    #pop_up_devis_choice, .pop_up_question_client_show {
        width: 100%;
    }

    .container_titre_popup-bouton {
        align-items: flex-end;
    }

    #pop_up_devis_choice .cbk_pcgamer-list__header-element {
        height: auto;
        overflow: hidden;
    }

    .cbk_pcgamer_list_avis--config {
        height: 190px
    }

    .cbk_pcgamer_list_avis img {
        padding: 0;
    }

    .cbk_pcgamer_list_avis--config {
        height: 170px !important;
    }

    .cbk_pcgamer__config-info {
        justify-content: space-around;
        padding: 0 15px
    }

    .champ__obligatoire {
        font-weight: var(--regular);
    }
    /* Pop-up Question client */
    .main_container_pop_up_question_client {
        padding: 20px
    }

    .pop_up_question_client label, label.cbk_form__title {
        font-weight: var(--regular) !important;
        padding-bottom: var(--val_5);
    }

    .pop_up_question_client input, textarea {
        margin-top: var(--val_10) !important;
    }

    .pop_up_question_client .main_container_info_client {
        row-gap: 3px
    }

    .cbk_form_name_adress {
        gap: 0
    }

    .container__textarea {
        resize: none
    }
}

@media screen and (max-width: 959px) {
    .cbk_pcgamer-list__header {
        flex-direction: column;
    }

    .cbk_pcgamer-list__header-element {
        width: 100%;
        height: 100%;
    }

    .cbk_pcgamer__config-info {
        justify-content: flex-start;
        row-gap: var(--val_10);
    }
}

@media screen and (max-width: 768px) {

    #pop_up_devis_choice {
        width: 100%;
    }

    .container_titre_popup-bouton {
        gap: 30px;
    }

    .question_btn {
        width: 100%;
        padding: 30px 36px;
    }

    .cbk_pcgamer-list__top-cta.cbk_pcgamer-list__top-cta__right {
        padding: 10px 40px
    }

    /* Pop-up Question client */

    .pop_up_question_client input {
        width: 100%
    }

    .cbk_form_name_adress {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .cbk_form_name_adress__name, .cbk_form_name_adress__adress {
        width: 100%
    }
}