﻿.cbk_pop-up--container {
    max-width: 520px;
    width: 100%;
    height: 100vh;
    top: 0;
    position: fixed;
    background: var(--blanc);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    right: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    align-content: flex-start;
    padding: var(--val_20);
    z-index: 10001;
    filter: drop-shadow(0px 0px 30px #00000088);
    -webkit-box-shadow: -3px -2px 39px 5px rgba(0,0,0,0.54);
    -moz-box-shadow: -3px -2px 39px 5px rgba(0,0,0,0.54);
}

/* width */
#cbk_pop-up--container::-webkit-scrollbar {
    width: 6px;
}
/* Track */
#cbk_pop-up--container::-webkit-scrollbar-track {
    background: #FFEFFF;
}
/* Handle */
#cbk_pop-up--container::-webkit-scrollbar-thumb {
    background: var(--jaune);
}
/* Handle on hover */
#cbk_pop-up--container::-webkit-scrollbar-thumb:hover {
    background: #FFE266;
}

.cbk_pop-up--container-box {
    display: block;
    width: 100%;
.fond-pop
{
    width: 100%;
    height: 100vh;
    background: #00000033;
    position: fixed;
    top: 0;
    z-index: 10001;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.pop__titre--h2 {
    font-size: var(--size_h3);
    font-weight: var(--medium);
}

.pop__titre--h2:before {
    content: "";
    background: var(--jaune);
    width: 8%;
    height: 4px;
    bottom: -8px;
    position: absolute;
    min-width: 120px;
}
.pop__up-close {
    background: var(--jaune);
    position: fixed;
    z-index: 99999;
    height: var(--val_30);
    width: var(--val_30);
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
}
.pop__up-close:hover {
    background: #ffe266;
}
.cross_close {
    width: var(--val_20);
    transform: rotate(45deg);
}
.cyb_fch-prod__pop-up-extension__presentation p{
    margin: 20px 0;
}
