body {
    --vc-main-color: #c0ac93;
    --vc-color-text-secondaire: white;
    --vc-border-main: 1px dashed var(--vc-main-color);
}

.vc-liste-voyants {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 10px;
    padding: 0px;
    margin: 20px;
    justify-content: space-between;
    margin-left: 60px;
    margin-right: 60px;
}

.vc-voyant {
    width: 48%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.list-one-line .vc-voyant {
    width: 100%;
}

.list-medium .vc-voyant {
    flex-direction: column;
}

.list-medium .vc-voyant>div {
    width: 100%;
}

.vc-voyant>div {
    width: 48%;
}

.list-one-line .vc-voyant>div {
    width: auto;
}

.list-one-line .vc-voyant .vc-voyant-img-container {
    width: 200px;
}

.list-one-line .vc-voyant .vc-voyant-text {
    width: calc(100% - 220px);
}

.vc-voyant img {
    border-radius: 10px !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.vc-voyant-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vc-container-consultation {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.vc-consultation-infos {
    width: 300px;
}

.vc-consultation-contenus {
    margin: 20px;
    margin-top: 20px;
    width: calc(100% - 350px);
}

.vc-menu {
    list-style: none;
    padding: 0px;
}

.vc-menu .vc-btn {
    width: 100%;
    display: flex;
    gap: 5px;
    text-align: center;
}

.vc-menu .vc-btn i {
    color: var(--vc-main-color);
}

#vc-question-form textarea,
#vc-answer,
#vc-commentaire {
    width: 100%;
    field-sizing: content;
    min-height: 100px;
}

#vc-compteur {
    text-align: right;
    font-size: 0.9em;
}

.limite-atteinte {
    color: red;
    font-weight: bold;
}

.vc-message {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.vc-message-img {
    width: 50px;
}

.vc-message-img img {
    border-radius: 50% !important;
    flex: 0 0 50px;
}

.vc-message-text {
    flex: 1;
    text-align: justify;
}

.vc-conversation {
    margin-top: 40px;
    margin-bottom: 10px;
}

.vc-message-me {
    padding: 10px;
    border-radius: 50px;
    background-color: var(--vc-main-color);
    color: var(--vc-color-text-secondaire);
    font-weight: 700;
}

.vc-question {
    flex-direction: row-reverse;
}

.vc-credit-packs {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.vc-pack {
    width: 160px;
    /* border: var(--vc-border-main);
    border-top: 1px solid var(--vc-main-color); */
}

.vc-pack h3 {
    font-size: 1em !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    width: 100% !important;
    cursor: auto !important;
    background-color: var(--vc-main-color) !important;
    color: var(--vc-color-text-secondaire) !important;
    text-align: center !important;
}

.vc-pack-content {
    padding: 10px;
    padding-bottom: 20px;
    border: var(--vc-border-main);
    border-top: none;
}

.vc-pack-price {
    font-size: 1.8em;
}

.vc-pack-btn-container {
    text-align: center;
}

.vc-questions-liste-animateur,
.vc-historique-liste-animateur,
.vc-historique-liste-client {
    list-style: none;
    padding: 0px;
}

.vc-questions-liste-animateur>li,
.vc-historique-liste-animateur>li,
.vc-historique-liste-client>li {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    border-bottom: var(--vc-border-main);
    margin-bottom: 10px;
}

.vc-question-head,
.vc-question-body {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.vc-question-body {
    margin-top: 20px;
    align-items: flex-end;
}

.vc-question-head>div,
.vc-question-body>div {
    width: 48%;
}

.vc-form-field-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
    max-width: 900px;
    width: 100%;
    justify-content: center;
    margin: auto;
}

.vc-form-field-container input {
    width: 100%;
}

.vc-form-field-container input[type=checkbox] {
    width: auto;
}

.vc-form-field-container p,
.vc-form-field-container div {
    width: 300px;
}

.vc-form-submit-container {
    text-align: center;
}

.vc-form-submit-container button {
    width: 200px;
}

#vc-login-register {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px;
    justify-content: center;
}

#vc-login-register>* {
    max-width: 45%;
    padding-top: 20px;
}

.vc-login-wrapper,
.vc-register-wrapper {
    /* border-radius: 10px; */
    border: var(--vc-border-main);
}

.vc-or-wrapper {
    width: auto;
}

.vc-upload-section button,
.vc-upload-section label {
    border: 1px solid var(--vc-main-color) !important;
    border-radius: 10px !important;
    background-color: transparent !important;
    padding: 15px 30px 15px 30px !important;
    display: inline-block !important;
    line-height: 1 !important;
    cursor: pointer;
}

.vc-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.vc-modal-content {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    animation: vcFadeIn 0.4s ease;
    max-width: 600px;
    margin-left: 20px;
    margin-right: 20px;
}

.flag {
    padding: 5px;
    background-color: red;
    color: white;
    border-radius: 5px;
    display: inline-block;
}

.vc-link {
    text-decoration: underline !important;
    font-weight: 700;
}

.vc-btn {
    padding: 10px 20px;
    background-color: white;
    border: var(--vc-border-main);
    display: inline-block;
    cursor: pointer;
}

.vc-active .vc-btn {
    background-color: var(--vc-main-color);
    color: white;
}

.vc-active .vc-btn i {
    color: white;
}

.flex {
    display: flex;
    gap: 5px;
}

.flex-wrap {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.min-width-250 {
    min-width: 250px !important;
}

.justify-center {
    justify-content: center;
}

.item-align-center {
    align-items: center;
}

.center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.error {
    color: red;
}

.vc-notice-success {
    padding: 10px;
    background-color: green;
    color: white;
    border-radius: 10px;
}

.vc-notice-message.success {
    padding: 10px;
    background-color: green;
    color: white;
    border-radius: 10px;
    margin-bottom: 20px;
}

.vc-notice-message.error {
    padding: 10px;
    background-color: red;
    color: white;
    border-radius: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {

    .vc-pack {
        width: 155px;
    }

    .vc-liste-voyants {
        margin-left: 20px;
        margin-right: 20px;
    }

    .vc-form-field-container p,
    .vc-form-field-container div {
        width: 100%;
    }

    .vc-question-head>div,
    .vc-question-body>div {
        width: 100%;
    }

    .vc-voyant {
        width: 100%;
    }

    .vc-voyant>div {
        width: 100%;
    }

    .list-one-line .vc-voyant>div {
        width: 100%;
    }

    .list-one-line .vc-voyant .vc-voyant-img-container {
        width: 100%;
    }

    .list-one-line .vc-voyant .vc-voyant-text {
        width: 100%;
    }

    .vc-consultation-contenus {
        width: 100%;
        margin: 20px;
    }

    .vc-consultation-infos {
        width: 100%;
        margin: 0px;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 99999;
    }

    .vc-menu {
        margin-top: 0px;
        margin-bottom: 0px;
        display: flex;
    }

    .vc-menu li {
        width: 25%;
    }

    .vc-menu-option-label {
        height: 30px;
    }

    .vc-menu .vc-btn {
        flex-direction: column;
        gap: 7px;
        line-height: 1;
        font-size: 0.8em !important;
    }

    .vc-menu .vc-btn i {
        font-size: 25px;
    }

    #vc-login-register>* {
        max-width: 100%;
    }

}


@keyframes vcFadeIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}