.containerCard {
    padding-right: 10vw;
    padding-left: 10vw;
}

.ligne-divider-question {
    width: 100%;
    color: #333333;
    margin: 0rem 0px;
    opacity: 0.4;
    border: 0;
    border-top: 1px solid;
}

.cust_accc {
    margin-top: 5%;
    padding-left: 9vw;
    padding-right: 5vw;
}

.menu-deroulant-questions {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.logo-card {
    width: 12vw;
    margin-left: 3vw;
    margin-right: 3vw;
}

img, svg {
    vertical-align: middle;
}

.cust_accc h2 {
    font-size: 3.8vw;
    margin-top: 1%;
    margin-bottom: 1%;
    font-weight: 500;
    line-height: 1.2;
    margin-left: 5%;
    margin-right: 8%;
}

.panel {
    margin-top: var(--hauteur-menu);
    width: 100%;
    text-align: left;
    background-color: white;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

.cust_accc p {
    font-size: 2.5vw;
    width: 100%;
    align-items: center;
    font-weight: normal;
    padding-top: 5%;
    margin-top: 0; 
    margin-bottom: 1rem;
    font-size: 3.8vw !important;
}
.cust_accc>div:after {
    content: '❯';
    font-size: 4vw;
    margin-left: 0;
    margin-right: 5%;
    display: inline-flex;
    transform: rotate(90deg);
    transition: transform 0.2s linear;
}
.cust_accc.active>div:after {
    transform: rotate(-90deg);
}

.ligne-divider-question {
    width: 70%;
    color: #333333;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}