/* Définition des variables */
/* Mixins */
/* Fonctions */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
.component-loader {
    width: 100%;
    display: flex;
    min-height: 320px;
    flex-direction: column;
}
.component-loader .lds-dual-ring {
    margin: auto;
    display: inline-block;
    width: 80px;
    height: 80px;
}
.component-loader .lds-dual-ring:after {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    margin: 1px;
    border-radius: 50%;
    border: 7px solid #d9bb7f;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.sr-root {
    animation: 0.4s form-in;
    animation-fill-mode: both;
    animation-timing-function: ease;
}
.btn_payer {
    background-color: #d9bb7f !important;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    letter-spacing: 0.01em;
    font-family: Lato, serif;
    line-height: 15px;
}
@media (min-width: 993px) {
    .v-dialog.v-dialog--active {
        overflow-x: hidden;
        overflow-y: auto;
    }
}
@media (max-width: 992px) {
    .v-dialog.v-dialog--active {
        overflow: scroll;
    }
}
.v-btn {
    border: 0 !important;
}
button.icone_ronde.btn_add, button.icone_ronde.btn_remove {
    color: #d9bb7f;
    border: 1px solid #d9bb7f !important;
}
.v-input.error--text .v-text-field__details .error--text {
    color: #f44336;
}
.modale_paiement {
    min-height: 400px;
}
.btn_orange {
    background: #d9bb7f !important;
}
.btn_gris {
    background: #9e9e9e !important;
    color: #fff !important;
}
button {
    color: #fff;
    cursor: pointer;
    padding: 8.5px 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    font-family: Lato, Sans-serif, serif;
    background-color: #d9bb7f;
    border: 2px solid #d9bb7f;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
button:hover {
    background-color: #54595f;
}
button.btnGrey {
    background-color: #54595f;
    border: 2px solid #54595f;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
    line-height: 21px!important;
    padding: 10px 20px;
}
button.btnGrey:hover {
    background-color: #d9bb7f;
    border: 2px solid #d9bb7f;
}
ul {
    padding: 0!important;
}
ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    color:#54595F;
    font-family: Lato, Sans-serif, serif;
}
ul li span {
    font-weight: 600;
}
ul li.nom {
    text-transform: uppercase;
}
ul li.nom span {
    text-transform: none;
}
/* Styles */
.containerCompteClient {
    display: flex;
    margin-top: 44px;
    flex-direction: column;
    margin-bottom: 150px;
}
.containerCompteClientContent {
    display: flex;
    flex-direction: row;
    .panel{
        position: relative;
    }
}
@media (max-width: 767px) {
    .containerCompteClientContent {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0 15px;
    }
    .containerCompteClient .logout-container {
        padding: 0 15px;
    }
}
.containerCompteClient .btn_icone {
    background: transparent;
    color: #d9bb7f;
    border: 0;
}
.containerCompteClient .label {
    font-size: 12px;
    color: #888;
    display: block;
    font-weight: 300 !important;
    margin-bottom: 4px !important;
    font-family: Lato, Sans-serif, serif;
    text-transform: initial !important;
    font-style: normal;
}
.containerCompteClient .input_style {
    font-size: 15px;
    min-height: 47px;
    padding: 5px 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
}
.containerCompteClient .logout-container {
    margin-bottom: 30px;
}
.containerCompteClient .logout-container .titre {
    font-family: Raleway, Sans-serif, serif;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #54595F;
    margin-top: 0;
    margin-block-end: 0;
}
.containerCompteClient .logout-container a {
    color: #d9bb7f!important;
    font-family: Lato, Sans-serif, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.79em;
    text-decoration: underline;
}
.containerCompteClient .panel-content {
    min-width: 290px;
    padding: 0 25px 60px 25px;
    border: 2px solid #d9bb7f;
    height: 250px;
}
.containerCompteClient .panel {
    height: 350px;
}
.containerCompteClient .panel:before {
    display: block;
    content: "";
    background: url("../images/reine-du-monde.png");
    height: 221px;
    width: 102px;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
@media (max-width: 767px) {
    .containerCompteClient .panel {
        width: 100%;
        padding-right: 0;
        border-right: none;
        height: 220px;
    }
    .containerCompteClient .panel:before {
        display: none;
    }
    .containerCompteClient .panel-content {
        padding: 0 25px;
        height: 210px;
    }
    .containerCompteClient .input_style {
        width: 80%;
    }
}
.containerCompteClient .panel-content .panelItem p {
    cursor: pointer;
    padding: 16px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e6e6;
    font-size: 16px;
    font-weight: 400;
    font-family: Lato, Sans-serif, serif;
    margin-bottom: 0;
}
.containerCompteClient .panel-content .panelItem:last-child p {
    border-bottom: none;
}
.containerCompteClient .panel .panelItem p.active, .containerCompteClient .panel .panelItem p:hover {
    color: #d9bb7f;
}
.containerCompteClient .panel .contact {
    width: 100%;
    margin-top: 42px;
    padding: 24px 13px;
    background-color: #f5f5f5;
    display: none;
}
@media screen and (min-width: 200px) and (max-width: 640px) {
    .containerCompteClient .panel .contact {
        text-align: center;
    }
}
.containerCompteClient .panel .contact .reclamation p {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    font-family: Lato, Sans-serif, serif;
    font-style: italic;
}
.containerCompteClient .panel .contact h2 {
    color: #d9bb7f;
    font-size: 20px;
    font-weight: bold;
    font-family: Lato, Sans-serif, serif;
}
.containerCompteClient .panel .contact .email p {
    font-style: italic;
}
.containerCompteClient .panel .contact .telephone {
    margin-top: 24px;
}
.containerCompteClient .panel .contact .email p, .containerCompteClient .panel .contact .telephone p {
    margin-top: 12px;
    font-size: 14px;
    font-weight: bold;
    font-family: Lato, Sans-serif, serif;
}
.containerCompteClient .panel .contact .email span svg, .containerCompteClient .panel .contact .telephone span svg {
    color: #d9bb7f;
    font-size: 22px;
    font-weight: bold;
}
.containerCompteClient .accountContent {
    flex-grow: 1;
    padding-left: 61px;
    /* Mes artistes */
}
@media screen and (min-width: 200px) and (max-width: 640px) {
    .containerCompteClient .accountContent {
        padding-left: 0;
        margin-top: 24px;
        width: 100%;
    }
}
.containerCompteClient .accountContent .titre {
    font-family: "Source Sans Pro", Sans-serif, serif;
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    color: #d9bb7f;
    margin-top: 0;
    margin-bottom: 15px;
}
.containerCompteClient .accountContent a.js_deconnexion {
    font-family: Lato, Sans-serif, serif;
    font-size: 16px!important;
    font-weight: 500;
    color: #d9bb7f!important;
    text-decoration: underline!important;
    margin-top: 0;
    margin-bottom: 15px;
}
.containerCompteClient .accountContent .js_deconnexion {
    font-family: "Source Sans Pro", Sans-serif, serif;
}
.containerCompteClient .accountContent .js_deconnexion:hover {
    color: #d9bb7f;
}
.containerCompteClient .accountContent .customerContent .newsletterInscription {
    padding: 8px 0 45px 0;
    border-bottom: 1px solid #F2E8DC;
}
.containerCompteClient .accountContent .customerContent .newsletterInscription label {
    font-size: 14px;
    font-family: Lato, Sans-serif, serif;
}
.containerCompteClient .accountContent .connexionContent .mdp-container {
    display: grid;
    grid-template-columns: 270px 150px 150px;
    align-items: end;
}
.containerCompteClient .accountContent .connexionContent form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.containerCompteClient .accountContent .connexionContent .mdp input {
    max-width: 80%;
    min-height: 47px;
}
.containerCompteClient .accountContent .connexionContent .mdp .btn_icone {
    padding: 0!important;
    margin: 0 0 0 10px!important;
}
.containerCompteClient .accountContent .connexionContent .mdp .goldBtn {
    margin: 0!important;
}
.containerCompteClient .accountContent .connexionContent .mdp-container .mdp .btnGrey {
    margin: 0!important;
}
.containerCompteClient .accountContent .connexionContent .mdp-container .message.alert {
    margin-top: 20px!important;
}
@media (max-width: 767px) {
    .containerCompteClient .accountContent .connexionContent form {
        flex-direction: column;
    }
    .containerCompteClient .accountContent .connexionContent form .bloc_changer_email {
        flex-direction: column;
    }
    .containerCompteClient .accountContent .connexionContent form .mdp {
        margin-top: 24px;
    }
    .containerCompteClient .accountContent .connexionContent .bloc_changer_email button {
        margin-left: 0!important;
    }
}
.containerCompteClient .accountContent .connexionContent form .email, .containerCompteClient .accountContent .connexionContent form .mdp {
    display: flex;
    flex-basis: 48%;
    flex-direction: column;
}
.containerCompteClient .accountContent .connexionContent form .bloc_changer_email > div {
    width: 369px;
}
.containerCompteClient .accountContent .connexionContent .change-password-btn {
    margin-top: 10px;
}
.containerCompteClient .accountContent .connexionContent button, .containerCompteClient .accountContent .customerContent button {
    font-size: 16px!important;
    line-height: 25px;
    font-weight: 400;
}
.containerCompteClient .accountContent .connexionContent .bloc_changer_email button {
    margin:20px 0 38px;
}
.containerCompteClient .accountContent .paiementContent h3 {
    margin-bottom: 48px !important;
}
.containerCompteClient .accountContent .paiementContent .paiement {
    display: flex;
    flex-direction: row;
}
@media (max-width: 767px) {
    .containerCompteClient .accountContent .paiementContent .paiement {
        flex-direction: column;
    }
}
.containerCompteClient .accountContent .paiementContent .paiement form {
    position: relative;
}
.containerCompteClient .accountContent .paiementContent .paiement form label {
    margin-top: 30px;
    position: absolute;
    top: -57px;
}
.containerCompteClient .accountContent .paiementContent .paiement form .inputs input {
    max-width: 85px;
    margin-left: 9px;
}
.containerCompteClient .accountContent .paiementContent .paiement form .inputs input:first-child {
    margin-left: 0;
}
.containerCompteClient .accountContent .paiementContent .paiement button.saveDatas {
    margin-left: 20px;
}
.containerCompteClient .accountContent .paiementContent button.btnGrey {
    margin: 44px 0 24px;
}
.accountContent .connexionContent h3 {
    margin: 45px 0 25px 0;
    font-size: 20px;
    color: #54595F!important;
    font-weight: 600;
    line-height: 37px;
    font-family: Lato, Sans-serif, serif;
}
.containerCompteClient .accountContent .customerContent h3, .containerCompteClient, .containerCompteClient .accountContent .paiementContent h3 {
    margin: 20px 0;
    font-size: 20px;
    color: #54595F!important;
    font-weight: 600;
    line-height: 37px;
    font-family: Lato, Sans-serif, serif;
}
.containerCompteClient .accountContent .customerContent label, .containerCompteClient .accountContent .connexionContent label, .containerCompteClient .accountContent .paiementContent label {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    font-family: Lato, Sans-serif, serif;
}
.containerCompteClient .accountContent .customerContent input, .containerCompteClient .accountContent .connexionContent input, .containerCompteClient .accountContent .paiementContent input {
    height: 40px;
    padding-left: 12px;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    font-family: Lato, Sans-serif, serif;
}
.containerCompteClient .accountContent .customerContent input::placeholder, .containerCompteClient .accountContent .connexionContent input::placeholder, .containerCompteClient .accountContent .paiementContent input::placeholder {
    color: #a6a6a6;
}
.containerCompteClient .accountContent .secondContent {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
@media screen and (min-width: 200px) and (max-width: 640px) {
    .containerCompteClient .accountContent .secondContent {
        justify-content: space-around;
    }
}
.containerCompteClient .accountContent .secondContent .artisteItem {
    flex-basis: 26%;
    margin-bottom: 80px;
}
@media screen and (min-width: 200px) and (max-width: 640px) {
    .containerCompteClient .accountContent .secondContent .artisteItem {
        flex-basis: 50%;
        margin-bottom: 24px;
    }
}
.containerCompteClient .accountContent .thirdContent {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.containerCompteClient .accountContent .thirdContent .commandeItem {
    flex-grow: 1;
    display: flex;
    margin-bottom: 19px;
    flex-direction: row;
    border: 1px solid #dbdbdb;
    padding-bottom: 15px;
}
@media screen and (min-width: 200px) and (max-width: 640px) {
    .containerCompteClient .accountContent .thirdContent .commandeItem {
        flex-wrap: wrap;
        flex-basis: 100%;
    }
}
.containerCompteClient .accountContent .thirdContent .commandeItem .details_commande_produits {
    height: 0;
    opacity: 0;
    transition: 0.3s;
    display: none;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .details_commande_produits .seances li {
    margin-bottom: 0;
}
.containerCompteClient .accountContent .thirdContent .commandeItem.show_details .details_commande_produits {
    height: auto;
    transition: 0.3s;
    opacity: 1;
    display: block;
    margin: 0 10px;
}
.containerCompteClient .accountContent .thirdContent .commandeItem.show_details .details_commande_produits .item_detail {
    font-family: Lato, serif;
    background: #f5f5f5;
    margin-bottom: 10px !important;
    padding: 10px;
}
.containerCompteClient .accountContent .thirdContent .commandeItem.show_details .details_commande_produits .item_detail .participants .titre_produit {
    font-size: 20px;
    font-weight: 600;
}
.containerCompteClient .accountContent .thirdContent .commandeItem.show_details .details_commande_produits .item_detail .content_commande p,
.containerCompteClient .accountContent .thirdContent .commandeItem.show_details .details_commande_produits .item_detail .participants p{
    margin-bottom: 0!important;
    margin-block-end: 0!important;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .titre_produit {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Raleway', serif;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .text_produit {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Raleway', serif;
    line-height: 25px;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume {
    flex-basis: 100%;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading {
    display: flex;
    justify-content: flex-start;
}
@media screen and (min-width: 200px) and (max-width: 640px) {
    .containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading {
        display: block;
    }
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .date {
    text-align: left;
    background-color: #F2E8DC;
    font-size: 14px;
    font-weight: 400;
    font-family: Raleway, Sans-serif, serif;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .date p,
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .place p,
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .row_commandes .content_commande p {
    margin-bottom: 0!important;
    margin-block-end: 0!important;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .status {
    font-weight: 600;
    font-size: 14px;
    padding: 12px 1px;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .status .valide {
    color: #8acf5b;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .status .en-attente {
    color: #b10404;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .status .partiellement {
    color: #b10404;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .place {
    text-align: left;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .place p {
    font-size: 14px;
    font-weight: bold;
    font-family: Raleway, Sans-serif, serif;
    font-style: italic;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .place p svg {
    margin-right: 8px;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .date, .containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .place {
    padding: 2px 12px;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .prix {
    text-align: right;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .detail {
    text-align: left;
    flex-grow: 2;
    display: flex;
    justify-content: flex-end;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .detail .prix .fat {
    font-size: 26px;
    color: #d9bb7f;
    font-family: 'Source Sans Pro', serif;
    padding: 4px 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 40px;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .detail .prix .small {
    vertical-align: top;
    font-size: 15px;
    margin-top: 5px;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .statut_paiements .status {
    font-weight: 500;
    font-size: 14px;
    padding: 12px 1px;
    text-align: center;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .statut_paiements .status .valide {
    color: #31a461;
    padding: 6px 16px;
    border: 1px solid #d7f2db;
    border-radius: 14px;
    background-color: #d7f2db;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .statut_paiements .status .en-attente {
    color: #b10404;
    padding: 6px 16px;
    border: 1px solid #f8d7da;
    border-radius: 14px;
    background-color: #f8d7da;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .statut_paiements .status .partiellement {
    color: #856404;
    padding: 6px 16px;
    border: 1px solid #ffeeba;
    border-radius: 14px;
    background-color: #ffeeba;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .statut_paiements .infos_paiements {
    padding: 14px 18px;
    flex-basis: 25%;
    text-align: center;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .statut_paiements .infos_paiements .text_restant {
    font-size: 15px;
    font-weight: 600;
    color: #b10404;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .statut_paiements .infos_paiements .prix_restant {
    font-size: 16px;
    font-weight: 600;
    color: #b10404;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .row_commandes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .row_commandes .statut_paiements {
    padding-right: 16px;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .payment_box .infos_paiements {
    padding-left: 16px;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .row_commandes .statut_paiements .prix,
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .row_commandes .statut_paiements .status {
    text-align: right;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .row_commandes .statut_paiements .prix .fat {
    color: #d9bb7f;
    font-family: Raleway, Sans-serif, serif;
    font-size: 18px;
    font-weight: 700;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .payment_box .infos_paiements .text_restant {
    color: #b10404;
    font-size: 14px;
    font-family: Raleway, Sans-serif, serif;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .row_commandes .content_commande {
    padding: 14px 18px 0 18px;
    flex-basis: 25%;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .row_commandes .content_commande button.btn_gris_detail {
    background-color: transparent!important;
    font-size: 14px!important;
    text-transform: none!important;
    color: #d9bb7f!important;
    text-decoration: underline;
    padding: 0;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .payment_buttons .btn_orange {
    box-shadow: none;
    font-size: 14px;
}
@media screen and (min-width: 200px) and (max-width: 640px) {
    .containerCompteClient .accountContent .thirdContent .commandeItem .resume {
        padding: 0;
    }
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .teacher p {
    text-transform: uppercase;
    color: #d9bb7f;
    font-size: 20px;
    font-weight: lighter;
    font-family: "Source Sans Pro", Sans-serif, serif;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .resume .lesson p {
    font-size: 14px;
    font-weight: bold;
    font-family: Lato, Sans-serif, serif;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .paiement {
    align-self: center;
}
@media screen and (min-width: 200px) and (max-width: 640px) {
    .containerCompteClient .accountContent .thirdContent .commandeItem .paiement {
        padding: 0 5% 5%;
    }
}
.containerCompteClient .accountContent .thirdContent .commandeItem .paiement .total {
    position: relative;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .paiement .total p {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    font-family: Lato, Sans-serif, serif;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .paiement .total p span {
    padding: 0 23px 0 13px;
    color: #d9bb7f;
    font-size: 30px;
    font-weight: lighter;
    font-family: "Source Sans Pro", Sans-serif, serif;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .paiement .total p span.chevron {
    color: #000;
    font-size: 15px;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .paiement .total .paiements {
    display: none;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .paiement .total .paiements.active {
    width: 100%;
    padding: 8%;
    display: block;
    position: absolute;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    z-index: 100;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .paiement .total .paiements.active ul {
    margin: 0;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .paiement .total .paiements.active ul li {
    padding-bottom: 13px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 14px;
    font-weight: bold;
    font-family: Lato, Sans-serif, serif;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .paiement .total .paiements.active ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .paiement .total .paiements.active ul li svg {
    font-size: 16px;
    margin-left: 16px;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .paiement .total .paiements.active ul li .come svg {
    color: #f74558;
}
.containerCompteClient .accountContent .thirdContent .commandeItem .paiement .total .paiements.active ul li .done svg {
    color: #73d018;
}
.containerCompteClient .text-center {
    text-align: center;
}
.containerCompteClient input[type="checkbox"] {
    line-height: 2.1ex;
    position: absolute;
    left: -999em;
}
.containerCompteClient input[type="checkbox"]:checked + label::after {
    content: '';
    width: 0.9em;
    height: 0.5em;
    background: rgba(0, 0, 0, 0);
    border: 3px solid #d9bb7f;
    border-top: none;
    border-right: none;
    position: absolute;
    top: 0.4em;
    left: 0.1em;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.containerCompteClient input[type="checkbox"] + label {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.containerCompteClient input[type="checkbox"] + label::before {
    content: "";
    margin-right: 0.5em;
    vertical-align: -25%;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    width: 15px;
    height: 15px;
}
.containerCompteClient input[type="radio"] {
    position: absolute;
    left: -999em;
}
.containerCompteClient .message {
    border: 1px solid;
    padding: 4px 4px 5px;
    border-radius: 4px;
    max-width: 300px;
    display: block;
    margin: 20px auto;
    color: #fff;
    font-family: 'Lato', serif;
    font-size: 15px;
}
.containerCompteClient .message.alert {
    margin: 15px 10%;
    border-radius: 4px;
    padding: 4px 4px 5px;
    background: #FFE0E0;
    color: #E1200B;
    font-family: Lato, serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.containerCompteClient .message.alert p {
    text-align: center;
}
.containerCompteClient .message.success {
    margin: 15px 10%;
    border-radius: 4px;
    padding: 4px 4px 5px;
    background: #d7f2db;
    color: #31a461;
    font-family: Lato, serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.containerCompteClient .message.success p {
    text-align: center;
}
@media (max-width: 767px) {
    .containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .detail .prix {
        text-align: center;
    }
    .containerCompteClient .accountContent .thirdContent .commandeItem .resume .row_commandes {
        flex-direction: column;
    }
    .containerCompteClient .accountContent .thirdContent .commandeItem .resume .row_commandes .statut_paiements .prix,
    .containerCompteClient .accountContent .thirdContent .commandeItem .resume .row_commandes .statut_paiements .status {
        text-align: left;
        padding-left: 16px;
    }
    .containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .detail button {
        width: 100%;
    }
    .containerCompteClient .accountContent .thirdContent .commandeItem .resume .heading .detail {
        display: table;
        width: 100%;
        text-align: center;
    }
}
.bloc_login_connexion {
    background: #fff;
    min-width: 420px;
    min-height: 250px;
    display: block;
    padding: 90px 40px 40px 40px;
    margin: 10vh auto;
    border: 2px solid #d9bb7f;
}
.bloc_login_connexion:after {
    display: block;
    content: "";
    background: url("../images/reine-du-monde.png");
    height: 221px;
    width: 102px;
    position: absolute;
    top: -55px;
    left: 46%;
}
.bloc_login_connexion .titre {
    font-family: "Source Sans Pro", Sans-serif, serif;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #54595F;
    margin-top: 0;
}
.bloc_login_connexion .elementor-field-label {
    font-family: Lato, Sans-serif, serif;
    font-size: 14px;
    color: #9c9c9c;
    line-height: 25px;
    margin-bottom: 4px;
    display: block;
    font-weight: 400;
}
.bloc_login_connexion input {
    width: 100%;
    border-radius: 4px!important;
    border: 1px solid #cfcfcf!important;
    height: 47px;
}
.bloc_login_connexion input::placeholder {
    color: transparent!important;
}
.bloc_login_connexion .btn_orange {
    font-family: Lato, Sans-serif, serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #d9bb7f;
    border-radius: 0;
    padding: 10px 20px 10px 20px;
    display: block;
    margin: 10px auto;
    height: 48px;
}
.bloc_login_connexion form a.color_gris {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-decoration: underline;
    color: #54595F;
}
.bloc_login_connexion form .message.alert p {
    margin-bottom: 0!important;
    margin-block-end: 0!important;
}
@media (max-width: 767px) {
    .bloc_login_connexion {
        min-width: 100%;
        padding: 90px 30px 40px 30px;
    }
    .bloc_login_connexion:after {
        background: url("../images/reine-du-monde-mobile.png");
        height: 149px;
        width: 69px;
        top: 22px;
        left: 40%;
    }
    .bloc_login_connexion .titre {
        font-size: 30px;
        color: #54595F;
    }
    .containerCompteClient {
        margin-bottom: 0;
    }
}
.color_gris {
    color: #818a91;
}
.d-none {
    display: none;
}
.text-center {
    text-align: center;
}
.pl-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-25 {
    margin-left: 25px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-25 {
    margin-left: 25px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.error_message, .bloc_login_connexion form .message.alert {
    margin: 15px auto;
    border-radius: 4px;
    padding: 4px 4px 5px;
    background: #FFE0E0;
    color: #E1200B;
    font-family: Lato, serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.text_small {
    font-size: 14px;
}
.label_error {
    color: #E1200B;
    font-size: 12px;
    font-family: Lato, serif;
    padding-top: 4px;
    padding-left: 6px;
    line-height: 14px;
}


.component-loader_small {
    width: 100%;
    display: flex;
    min-height: 50px;
    flex-direction: column;
}
.component-loader_small .lds-dual-ring {
    margin: 25px 0 0 30px;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.component-loader_small .lds-dual-ring:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin: 1px;
    border-radius: 50%;
    border-width: 7px;
    border-style: solid;
    animation: rotate 1.2s linear infinite;
    border-color: #d9bb7f transparent;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.sr-main .sr-combo-inputs-row {
    margin: 25px auto;
}
.sr-main .sr-root {
    display: none !important;
    flex-direction: row;
    width: 100%;
    max-width: 980px;
    padding: 48px;
    align-content: center;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    margin: 0 auto;
}
.sr-main .sr-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-self: center;
    padding: 75px 50px;
    box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.1), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07);
}
.sr-main .sr-field-error {
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
}
.sr-main .sr-input, .sr-main input[type="text"] {
    padding: 5px 12px;
    height: 44px;
    width: 100%;
    transition: box-shadow 0.2s ease;
    background: white;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.sr-main .sr-input:focus, .sr-main input[type="text"]:focus, .sr-main button:focus, .sr-main .focused {
    box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 0 0 4px rgba(50, 151, 211, 0.3);
    outline: none;
    z-index: 9;
}
.sr-main .sr-combo-inputs-row {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.sr-main button {
    color: white;
    border: 0;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: block;
    box-shadow: 0 4px 5.5px 0 rgba(0, 0, 0, 0.07);
    width: 100%;
}
.sr-main button:hover {
    filter: contrast(115%);
}
.sr-main button:disabled {
    opacity: 0.5;
    cursor: none;
}
.sr-main a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.sr-main .sr-root {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 980px;
    padding: 48px;
    align-content: center;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    margin: 0 auto;
}
.sr-main .sr-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-self: center;
    padding: 75px 50px;
    box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.1), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07);
}
.sr-main .sr-field-error {
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
}
.sr-main .sr-input, .sr-main input[type="text"] {
    padding: 5px 12px;
    width: 100%;
    transition: box-shadow 0.2s ease;
    background: white;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.sr-main .sr-input:focus, .sr-main input[type="text"]:focus, .sr-main button:focus, .sr-main .focused {
    box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 0 0 4px rgba(50, 151, 211, 0.3);
    outline: none;
    z-index: 9;
}
.sr-main a:hover {
    filter: brightness(0.8);
}
.sr-main a:active {
    filter: brightness(0.5);
}
.sr-main .sr-card-element {
    height: 36px;
    padding-top: 6px;
}
.sr-main .spinner, .sr-main .spinner:before, .sr-main .spinner:after {
    border-radius: 50%;
}
.sr-main .spinner {
    color: #fff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0 auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.sr-main .spinner:before, .sr-main .spinner:after {
    position: absolute;
    content: "";
}
.sr-main .spinner:before {
    width: 10.4px;
    height: 20.4px;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}
.sr-main .spinner:after {
    width: 10.4px;
    height: 10.2px;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0 10.2px;
    transform-origin: 0 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}
.sr-root {
    margin: auto;
    display: block;
    animation: 0.4s form-in;
    animation-fill-mode: both;
    animation-timing-function: ease;
}
.sr-root #submit {
    margin: 0;
}
.hidden {
    display: none;
}
/* Responsiveness */
@media (max-width: 720px) {
    .sr-root {
        flex-direction: column;
        justify-content: flex-start;

    }
    .sr-header__logo {
        background-position: center;
    }
    .sr-payment-summary {
        text-align: center;
    }
    .sr-content {
        display: none;
    }
    .sr-main {
        width: 100%;
        height: auto;
        border-radius: 6px;
    }
}
.cgv .cgv_pdf {
    color: #d9bb7f;
    border-bottom: 1px solid #d9bb7f;
    transition: 0.3s;
}
.cgv .cgv_pdf:hover {
    color: rgba(0, 0, 0, 0.54);
    border-bottom: none;
}
.btn_vert {
    min-width: 140px;
    background-color: #8acf5b !important;
    font-weight: 300 !important;
    color: #fff !important;
}
.container_commande {
    display: block;
    margin: auto;
    padding: 10px;
}
.paiement_result.sr-result {
    text-align: center;
    padding: 14px;
    overflow: hidden;
    max-width: 500px;
    display: block;
    font-size: 15px;
    margin: 20px auto 0;
    border-radius: 5px;
    color: #fff;
}
.paiement_result.sr-result.error {
    margin: 15px 10%;
    border-radius: 4px;
    padding: 4px 4px 5px;
    background: #FFE0E0;
    color: #E1200B;
    font-family: Lato, serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    border: 1px solid #E1200B;
}
.paiement_result.sr-result.success {
    background: #d7f2db!important;
    border-radius: 4px!important;
    color: #31a461!important;
    border: 1px solid #31a461!important;
}
.btn_payer {
    background-color: #d9bb7f !important;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    letter-spacing: 0.01em;
    font-family: Lato, serif;
    line-height: 15px;
}
.full_width {
    width: 100%;
}
.d_flex {
    display: flex;
}
.fd_column {
    flex-direction: column;
}
.fd_row {
    flex-direction: row;
}
.bloc_artistes_affichage {
    display: flex;
    flex-wrap: wrap;
}
.bloc_artistes_affichage .child {
    flex: 1 0 30%;
    /* explanation below */
    margin: 15px;
}
.bloc_artistes_affichage .child:nth-child(1), .bloc_artistes_affichage .child:nth-child(3) {
    border-right: 1px solid #F2E8DC;
}
.bloc_activite .v-select__selections, .bloc_academie .v-select__selections {
    height: 47px;
    overflow: hidden;
}
.bloc_activite .v-select__selections .v-input__append-inner, .bloc_academie .v-select__selections .v-input__append-inner {
    margin-top: 12px!important;
}
.form_login_compte_client .v-input input, .form_create_compte_client .v-input input {
    min-height: 47px;
    max-height: 47px;
}
.form_login_compte_client .v-alert.error {
    background: #FFE0E0!important;
    border-radius: 4px!important;
    border-width: 1px!important;
    color: #E1200B!important;
    border-color: #E1200B!important;
}
.form_login_compte_client input[type="date"], .form_login_compte_client input[type="email"], .form_login_compte_client input[type="number"], .form_login_compte_client input[type="password"], .form_login_compte_client input[type="search"], .form_login_compte_client input[type="tel"], .form_login_compte_client input[type="text"], .form_login_compte_client input[type="url"], .form_login_compte_client select, .form_login_compte_client textarea,
.form_create_compte_client input[type="date"], .form_create_compte_client input[type="email"], .form_create_compte_client input[type="number"], .form_create_compte_client input[type="password"], .form_create_compte_client input[type="search"], .form_create_compte_client input[type="tel"], .form_create_compte_client input[type="text"], .form_create_compte_client input[type="url"], .form_create_compte_client select, .form_create_compte_client textarea {
    border:none!important
}
.form_login_compte_client .input_style .v-input__control .v-input__slot, .form_create_compte_client .input_style .v-input__control .v-input__slot {
    border-radius: 4px;
}
.form_login_compte_client .btn_orange, .modale_login_connect .btn_gris, .form_create_compte_client .btn_orange {
    height: 48px;
}
.form_login_compte_client p.text-xs-center {
    background-color: transparent!important;
}
.form_login_compte_client .v-text-field .v-label, .form_create_compte_client .v-text-field .v-label {
    top: 13px;
}
.form_login_compte_client .v-text-field .v-input__append-inner, .form_create_compte_client .v-text-field .v-input__append-inner {
    margin-top: 12px;
}