@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.water-fixed{
    border-radius: unset;
}
.fancybox-wrap {
    width: 530px !important;
    height: 100vh !important;
    top: 0px !important;
    right: 0 !important;
    left: unset !important;
    display: block;
}

.fancybox-overlay-fixed {
    right: -10px;
    z-index: 999999;
}

.title_fiche {
    color: #000000 !important;
    margin: 0 !important;
    width: 90%;
    font-size: 24px !important;
    font-weight: 500 !important;
    background: none !important;
    text-transform: inherit !important;
    text-align: left !important;
}

    .title_fiche:after {
        display: block;
        position: relative;
        content: '';
        width: 30%;
        height: 2px;
        background: #ffcf00;
        bottom: -10px;
    }

.cbk_form_contain {
    display: flex;
    justify-content: space-between;
}

.content-partage {
    padding: 0 15px 0 15px;
}

.partage-fiche input {
    width: 100%;
}

.ui-field-contain {
    width: 100%;
}

#nom, #prenom, #mail, #telephone, #budget {
    padding: 13px 0;
}

.fancybox-outer {
    height: 100vh !important;
}

.fancybox-inner {
    max-width: 530px;
    height: 100vh !important;
}

.validation {
    text-align: center !important;
}

.label_size_account_margin span:first-child {
    display: none !important;
}


.sujet-form {
    text-transform: inherit !important;
}

.partage-fiche input {
    margin-top: 10px;
    margin-bottom: 10px;
}

.partage-fiche label span:first-child {
    font-weight: normal !important;
}

.partage-fiche label span {
    text-transform: inherit;
}

.error_msg {
    font-size: 13px;
}

#tbx_message {
    resize: none;
}

.fancybox-close {
    top: 0;
    right: 0;
    width: 30px !important;
    height: 30px !important;
    border-radius: 0 !important;
    background: #ffcf00;
    position: fixed;
}

    .fancybox-close:after {
        content: "";
        background: url(/images/pc_gamer/gamer_plus.svg);
        width: 20px;
        height: 20px;
        background-size: contain;
        top: 5px;
        left: 5px;
        position: absolute;
        transform: rotate(45deg);
        display: block;
    }

.title_fiche {
    padding: 20px 20px !important;
}

.message-falcu {
    font-weight: normal;
    font-size: 13px;
    text-transform: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fancybox-outer, .partage-fiche {
    background-color: white;
}

.cbk_banner_watercooling {
    width: 100%;
}

.btn_envoyer {
    background: #ffcf00 !important;
    border: none !important;
    color: #000 !important;
    font-weight: 500;
    cursor: pointer;
    height: 55px !important;
    width: 25% !important;
    text-transform: capitalize !important;
}

    .btn_envoyer:hover {
        background: #ffe783 !important;
    }

@media screen and (max-width: 530px) {
    .fancybox-margin .fancybox-wrap .fancybox-inner {
        width: 100% !important;
        height: 100% !important;
    }

    .fancybox-close {
        right: 0
    }

    .fancybox-margin .fancybox-wrap {
        width: 100% !important;
    }

    .cbk_form_contain {
        gap: 20px;
        margin-top: 10px;
    }

    .title_fiche {
        padding: 20px 20px 25px 15px !important
    }
}
