@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Gilda+Display&display=swap');

body {
    font-family: 'DM Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
    font-family: 'Gilda Display', serif;
}

.tagline,
.bodytext,
.cta,
.footer,
p {
    font-family: 'DM Sans', sans-serif;
}

/* Supprimer le sélecteur de langue de son ancienne position si nécessaire */
/* #_desktop_language_selector,  */
#_desktop_contact_link,
#_desktop_user_info_logout_button {
    display: none !important;
}

body {
    margin-top: 100px;
    overflow-x: hidden;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

#index a:hover,
#contact a:hover {
    color: #ffffff !important;
}

.container {
    width: 100%;
    padding: 0px 15px;
}

#index .mnd-layout-main-row {
    margin-bottom: -25px;
}

.mnd-top-bar {
    background-color: #7e7e7d;
    padding: 2px 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9999;
    display: flex;
    align-items: center;
    min-height: 24px;
}

.header-nav {
    background-color: #222221;
    position: fixed;
    top: 24px;
    width: 100%;
    z-index: 9000;
    padding: 0px !important;
    height: 76px !important;
}

.mnd-top-bar .container {
    display: flex;
    justify-content: flex-end;
    /* Aligner à droite */
}

.mnd-top-bar .mnd-language-selector {
    font-size: 14px;
    color: #333;
    /* Couleur du texte */
}

.mnd-language-selector {
    position: relative;
    display: inline-block;
    cursor: pointer;
    min-width: 7rem;
}

.mnd-current-language {
    /* padding: 10px; */
    background-color: #7e7e7d;
    /* Couleur de fond pour l'élément sélectionné */
    border: 1px solid #7e7e7d;
    color: #ffffff;
}

.mnd-language-list {
    display: none;
    /* Caché par défaut */
    position: absolute;
    background-color: #7e7e7d;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
    z-index: 1000;
    /* Pour s'assurer que la liste est au-dessus des autres éléments */
    width: 100%;
}

.mnd-language-list li {
    padding: 8px 12px;
}

.mnd-language-list li a {
    text-decoration: none;
    color: #ffffff !important;
    display: block;
}

.mnd-language-list li:hover {
    background-color: #52625c;
    /* Changer la couleur au survol */
    color: #7e7e7d !important;
    ;
}

.mnd-language-selector:hover .mnd-language-list,
.mnd-language-selector.active .mnd-language-list {
    display: block;
    /* Afficher la liste au survol */
}

.mnd-account-button {
    display: flex;
    /* Utiliser flexbox pour aligner l'icône et le texte */
    align-items: center;
    /* Aligne verticalement le texte et l'icône */
    justify-content: center;
    /* Centre le contenu horizontalement */
    padding: 10px 20px;
    /* Espacement interne */
    background-color: #fff;
    /* Couleur de fond blanche */
    color: #222221 !important;
    border-radius: 30px;
    /* Pour obtenir les coins arrondis */
    border: 2px solid #222221;
    /* Ajout d'une bordure subtile */
    text-decoration: none;
    /* Enlever le soulignement des liens */
    font-weight: bold;
    /* Texte en gras */
    font-size: 16px;
    /* Taille du texte */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.mnd-account-buttons {
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    /* Espace entre les boutons */
}

.mnd-account-button:hover {
    background-color: #f1f1f1;
    /* Légère modification au survol */
    color: #222221 !important;
    /* Couleur du texte au survol */
}

.mnd-account-button span {
    color: #222221 !important;
}

.mnd-account-button i {
    font-size: 16px;
    /* Taille de l'icône */
    margin-right: 10px;
    /* Espace entre l'icône et le texte */
    color: #222221 !important;
}

.mnd-account-button span {
    font-size: 16px;
    /* Taille du texte */
    font-weight: bold;
}

/* .mnd-desktop-cart,
.mnd-desktop-cart .a {
    background-color: #222221 !important;
} */

.mnd-desktop-cart .blockcart .header {
    background-color: #222221;
    /* Couleur de fond sombre */
    border-radius: 50%;
    /* Rond si vous voulez arrondi, ou 0 pour carré */
    width: 60px;
    /* Taille du bouton (largeur) */
    height: 60px;
    /* Taille du bouton (hauteur) */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mnd-desktop-cart .blockcart .shopping-cart {
    font-size: 24px;
    /* Taille de l'icône */
    color: #fff;
    /* Couleur de l'icône (blanc) */
}

.mnd-desktop-cart .blockcart .cart-products-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ff0000;
    /* Couleur du badge de nombre de produits (rouge) */
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 2px 5px;
    min-width: 20px;
    text-align: center;
}

.mnd-header-link {
    margin-top: .9375rem;
}

.mnd-header-link a {
    color: #ffffff !important;
    background-color: #222221 !important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
    /* height: 48px; */
}

.mnd-centered-link {
    display: inline-flex;
    /* Utiliser flexbox pour l'alignement */
    align-items: center;
    /* Centre verticalement le contenu */
    justify-content: center;
    /* Centre horizontalement */
    padding: 10px 20px;
    /* Espacement interne */
    text-decoration: none;
    /* Supprimer le soulignement */
    font-weight: bold;
    /* Texte en gras */
}

.mnd-centered-link:hover {
    /* background-color: #f1f1f1; */
    /* Légère modification de couleur au survol */
    color: #ffffff !important;
}

/* Ajustement spécifique pour les tailles d'écran moyennes et petites */
@media (max-width: 767px) {
    .mnd-centered-link {
        padding: 8px 15px;
        font-size: 14px;
    }
}

.mnd-welcome-page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* Hauteur de l'écran complet */
    background-image: url('/img/brand-element-01-nomargin.png');
    /* Image de fond */
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    /* Ajouter de la marge pour créer de l'espace pour le conteneur fixe */
    padding-bottom: 60px;
    /* Ajustez selon la hauteur de votre fixed container */
}


.mnd-welcome-page-content {
    text-align: center;
    color: white;
}

.mnd-welcome-page-content h1 {
    font-size: 72px;
    /* Taille du texte */
    font-weight: bold;
    margin: 0;
}

.mnd-welcome-page-our-offer-container {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    height: 100vh;
    /* Hauteur de l'écran complet */
    /* background-image: url('/img/brand-element-01-nomargin.png'); /* Image de fond */
    /* background-size: cover; */
    /* background-position: center; */
}

.mnd-welcome-page-our-offer-container.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* S'assurer que le conteneur occupe tout l'espace horizontal */
    z-index: 1000;
    /* Pour qu'il reste au-dessus des autres éléments */
    background-color: white;
    /* Si nécessaire, ajouter un background pour éviter la superposition */
}



#index #wrapper {
    background-image: none;
    /* Image de fond */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Fixer l'image de fond */
    background-color: transparent !important;
}

#mnd-ouroffer #wrapper {
    background-image: url('/img/brand-element-01-nomargin.png');
    /* Image de fond */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Fixer l'image de fond */
    background-color: transparent !important;
}

#contact #wrapper {
    /* padding-top: 2rem; */
    background-image: none;
    /* Image de fond */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Fixer l'image de fond */
    background-color: transparent !important;
}



/********************************************************/

/* #region Our-Offer */
.offer {
    display: flex;
    /* height: 100vh; */
}

.offer__search {
    display: flex;
    position: fixed;
    align-items: center;
    padding: 0rem 4rem;
    width: 100%;
    z-index: 9999;
    height: 6rem;
    background: white;
}

.offer__search-box {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    padding-left: 10px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    width: 400px;
    margin-left: auto;
    margin-right: 12px;
}

.offer__search-input {
    border: none;
    outline: none;
    padding: 10px 15px;
    width: 100%;
    border-radius: 50px 0 0 50px;
    font-size: 16px;
    color: #666;
}

.offer__search-button {
    background-color: transparent;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
}

.offer__search-button i {
    font-size: 18px;
    color: #666;
}

/* #region Filter Sidebar */
.filter {
    background-color: #51615C;
    margin: 6rem 0rem 0rem 0rem;
    position: sticky;
    height: fit-content;
    min-height: 100vh;
}

.filter-checkbox {
    appearance: none;
    /* Cache le style par défaut */
    background-color: transparent;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    min-width: 16px;
    top: 8px;
}

.filter__label {
    cursor: pointer;
}

.filter__label span {
    display: inline-block;
}

.filter__label input:disabled+span {
    opacity: 0.2;
    cursor: default;
}

.filter-checkbox:disabled {
    opacity: 0.2;
    cursor: default;
}

.filter-checkbox:checked::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: 1px solid #ccc;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    color: black
}

.page__title {
    color: rgba(63, 62, 62, 1);
    font-size: 24px;
    /* font-weight: bold; */
    line-height: 32px;
    min-height: 32px;
    text-transform: uppercase;
}

.page__subtitle {
    color: rgba(63, 62, 62, 0.5);
    font-size: 16px;
    line-height: 20px;
    min-height: 20px;
}

.filter__groups {
    padding: 40px;
    width: 336px;
    color: #fff;
    position: sticky;
    height: fit-content;
}

.filter__group {
    margin-bottom: 3rem;
}

.filter__header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    /* font-weight: bold; */
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: white;
    font-size: 20px;
    line-height: 32px;
}

.filter__header:hover {
    color: #ccc;
}

.filter__chevron {
    font-size: 16px;
    transition: transform 0.3s;
}

.filter__header--open .filter__chevron {
    transform: rotate(180deg);
}

.filter__checkbox-list {
    margin-top: 10px;
}

.filter__label {
    display: flex;
    text-align: left;
    font-size: 20px;
    line-height: 32px;
    color: white;
    margin-bottom: 5px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    width: 100%;
}


.filter__label:hover {
    color: #ccc;
}

.filter__label input[type="checkbox"] {
    margin-right: 10px;
    cursor: pointer;
}

/* #endregion */

/* #region Webinar Card Grid */
.webinar-layout {
    display: flex;
    flex-grow: 1;
    /* Plus de overflow ici */
    /* margin-top: 80px; Ajuste selon la hauteur de la barre de recherche pour éviter un chevauchement */
}

#mnd-ouroffer .webinar-layout__content {
    text-align: center;
    margin-top: 6rem;
    width: 100%;
    overflow-y: auto;
    /* Ajoute un défilement vertical à la zone de contenu */
}

#mnd-ouroffer .webinars-grid {
    display: grid;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(324px, 324px));
    /* Les colonnes s'ajustent automatiquement */
    gap: 40px;
    justify-content: center;
    /* padding: 20px; */
}

.webinar-card {
    background-color: #fff;
    /* border: 1px solid #e0e0e0; */
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* justify-content: normal; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    width: 324px;
    /* cursor: pointer; */
}

.webinar-card__image {
    position: relative;
    width: 324px;
    height: 324px;
    overflow: hidden;
    cursor: pointer;
}

.webinar-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webinar-card__type {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #4a5c65;
    color: white;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 5px 16px 3px 16px;
    border-radius: 50px;
    opacity: 0px;
    gap: 8px;
    display: flex;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}

.webinar-card__content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    background: rgba(74, 92, 101, 0.15);
}

.webinar-card__content h3 {
    text-align: left;
}

.webinar-card__title {
    font-family: 'Gilda Display', serif;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: left;
    display: flex;
    white-space: normal;
    position: relative;
    top: -324px;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    height: 324px;
    align-items: flex-end;
}

.webinar-card__accreditations {
    display: flex;
    gap: 10px;
    min-height: 24px;
    margin-bottom: 10px;
}

.webinar-card__badge {
    background-color: #d3d7d8;
    padding: 3px 16px;
    border-radius: 50px;
    border: 2px solid #52615c;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    height: 24px;
}

.webinar-card__details {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    text-align: left;
    min-height: 20px;
}

.webinar-card__price {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}

.webinar-card_buttons {
    display: flex;
    gap: 10px;
    align-self: flex-end;
    width: 100%;
    justify-content: flex-end;
}

.webinar-card_buttons .webinar-card__cta-button {
    width: 100%;
}

.webinar-card_smallbutton {
    background-color: #4a5c65;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    width: 44px;
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
}

.webinar-modal__cta-button,
.webinar-card__cta-button {
    background-color: #4a5c65;
    color: white;
    text-align: center;
    padding: 12px 0px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.webinar-modal__cta-button:focus,
.webinar-card__cta-button:focus {
    color: white;
    text-decoration: none;
}

.webinar-modal__cta-button:hover,
.webinar-card__cta-button:hover {
    background-color: #37474f;
    color: white;
    text-decoration: none;
}

/* Webinar Type Color Declinaison */
/* On-Demand Webinar */
.webinar-type-on-demand .webinar-card__type {
    background-color: #30357D;
}

.webinar-type-on-demand .webinar-modal__cta-button,
.webinar-type-on-demand .webinar-card__cta-button,
.webinar-type-on-demand .webinar-card_smallbutton {
    background-color: #30357D;
}

.webinar-type-on-demand .webinar-modal__cta-button:hover,
.webinar-type-on-demand .webinar-card__cta-button:hover,
.webinar-type-on-demand .webinar-card_smallbutton:hover {
    background-color: #1d275d;
}

.webinar-type-on-demand .webinar-card__badge {
    background-color: #a4a6c7;
    border: 2px solid #30347d;
    color: #30347d;
}

.webinar-type-on-demand .webinar-card__content {
    background: rgba(48, 52, 126, 0.25);
}

/* Seminaire */
.webinar-type-seminary .webinar-card__type {
    background-color: #aa892e;
    color: #ffffff;
}

.webinar-type-seminary .webinar-modal__cta-button,
.webinar-type-seminary .webinar-card__cta-button,
.webinar-type-seminary .webinar-card_smallbutton {
    background-color: #aa892e;
    color: #ffffff;
}

.webinar-type-seminary .webinar-modal__cta-button:hover,
.webinar-type-seminary .webinar-card__cta-button:hover,
.webinar-type-seminary .webinar-card_smallbutton:hover {
    background-color: #aa892e;
}

.webinar-type-seminary .webinar-card__badge {
    background-color: #d9cba5;
    border: 2px solid #aa892e;
    color: #aa892e;
}

.webinar-type-seminary .webinar-card__content {
    background: #e9e1cb;
    color: #3f3e3e
}

/* Live Webinar */
.webinar-type-live .webinar-card__type {
    background-color: #52625c;
    color: #ffffff;
}

.webinar-type-live .webinar-modal__cta-button,
.webinar-type-live .webinar-card__cta-button {
    background-color: #52625c;
    color: #ffffff;
}

.webinar-type-live .webinar-modal__cta-button:hover,
.webinar-type-live .webinar-card__cta-button:hover {
    background-color: #52625c;
}

.webinar-type-live .webinar-card__badge {
    background-color: #b2b9b7;
    border: 2px solid #52625c;
    color: #52625c;
}

.webinar-type-live .webinar-card__content {
    background-color: #d3d7d6;
}

/* Lunch webinar */
.webinar-type-lunchwebinars .webinar-card__type {
    background-color: #4e8c50;
    /* Vert plus foncé */
    color: #3e3e3e;
}

.webinar-type-lunchwebinars .webinar-modal__cta-button,
.webinar-type-lunchwebinars .webinar-card__cta-button,
.webinar-type-lunchwebinars .webinar-card_smallbutton {
    background-color: #4e8c50;
    /* Vert plus foncé */
    color: #ffffff;
}

.webinar-type-lunchwebinars .webinar-modal__cta-button:hover,
.webinar-type-lunchwebinars .webinar-card__cta-button:hover,
.webinar-type-lunchwebinars .webinar-card_smallbutton:hover {
    background-color: #3c6f3e;
    /* Vert encore plus foncé */
}

.webinar-type-lunchwebinars .webinar-card__badge {
    background-color: #cde4cd;
    /* Vert pastel foncé */
    border: 2px solid #4e8c50;
    /* Vert plus foncé */
}

.webinar-type-lunchwebinars .webinar-card__content {
    background: rgba(78, 140, 80, 0.25);
    /* Vert foncé avec transparence */
}

/* Style de base pour le bouton "secondary" */
.webinar-card__cta-button_secondary {
    text-align: center;
    padding: 12px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #fff;
    /* fond blanc */
    color: #4a5c65;
    /* texte et bord par défaut */
    border: 2px solid #4a5c65;
    display: inline-block;
}

.webinar-card__cta-button_secondary:hover,
.webinar-card__cta-button_secondary:focus {
    background-color: #fff;
    color: #37474f;
    border-color: #37474f;
    text-decoration: none;
}

/* ------------------------------ */
/* Déclinaisons selon le webinar */
/* ------------------------------ */

/* On-Demand Webinar */
.webinar-type-on-demand .webinar-card__cta-button_secondary {
    color: #30357D;
    border-color: #30357D;
}

.webinar-type-on-demand .webinar-card__cta-button_secondary:hover,
.webinar-type-on-demand .webinar-card__cta-button_secondary:focus {
    color: #1d275d;
    border-color: #1d275d;
}

/* Séminaire */
.webinar-type-seminary .webinar-card__cta-button_secondary {
    color: #aa892e;
    border-color: #aa892e;
}

.webinar-type-seminary .webinar-card__cta-button_secondary:hover,
.webinar-type-seminary .webinar-card__cta-button_secondary:focus {
    /* Ici, vous pouvez conserver la même couleur ou définir une nuance légèrement plus foncée */
    color: #aa892e;
    border-color: #aa892e;
}

/* Live Webinar */
.webinar-type-live .webinar-card__cta-button_secondary {
    color: #52625c;
    border-color: #52625c;
}

.webinar-type-live .webinar-card__cta-button_secondary:hover,
.webinar-type-live .webinar-card__cta-button_secondary:focus {
    color: #52625c;
    border-color: #52625c;
}

/* Lunch Webinar */
.webinar-type-lunchwebinars .webinar-card__cta-button_secondary {
    color: #4e8c50;
    border-color: #4e8c50;
}

.webinar-type-lunchwebinars .webinar-card__cta-button_secondary:hover,
.webinar-type-lunchwebinars .webinar-card__cta-button_secondary:focus {
    color: #3c6f3e;
    border-color: #3c6f3e;
}

/* #endregion Webinar Card Grid */
/* #endregion Our-Offer */

/* #region Contest */
.mnd-modal-contest .mnd-modal-header {
    font-size: 26px;
    font-weight: bold;
    padding: 20px 0px;
}

.mnd-modal-contest label {
    font-size: 20px;
    line-height: 24px;
    color: #aa892e;
    text-align: left;
}

.mnd-modal-contestcontent {
    max-width: 80vw;
    overflow-x: hidden;
    max-height: 70vh;
    overflow-y: auto;
}

/* #endregion */

#index .webinar-layout__content {
    text-align: center;
    /* margin-top: 8rem; */
    padding: 0px 50px 0px 50px;
    width: 100%;
    overflow-y: auto;
    /* Ajoute un défilement vertical à la zone de contenu */
}

#index .webinars-grid-container {
    margin: auto;
}

#index .webinars-grid {
    /* display: grid;
    grid-template-columns: repeat(4, minmax(350px, 1fr));
    gap: 10px;
    justify-content: center; */
    display: inline-grid;
    grid-template-columns: repeat(auto-fill, minmax(324px, 324px));
    gap: 40px;
    justify-content: center;
    max-width: calc((4*364px));
}

#index .webinars-grid-title {
    font-size: 55px;
    font-weight: normal;
    margin: 70px 0px 30px 0px;
}

@media (max-width: 1500px) {
    #index .webinars-grid {
        grid-template-columns: repeat(2, minmax(350px, 1fr));
    }
}

@media (max-width: 1135px) {
    #index .webinars-grid {
        grid-template-columns: repeat(2, minmax(350px, 1fr));
    }
}

@media (max-width: 768px) {
    #index .webinars-grid {
        grid-template-columns: 1fr;
    }
}



/*********/


@media (max-width: 1024px) {
    .webinars-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .webinars-grid {
        grid-template-columns: 1fr;
    }
}

.contact-info {
    margin: 0px 12rem;
}

.contact-options {
    text-align: left;
}

.contact-title {
    font-size: 48px;
}

.contact-buttons {
    margin-top: 50px;
    /* margin: 3em 8em 3em 0em; */
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* @media (max-width: 1500px) {
    .contact-buttons {
        flex-direction: column;
        align-items: stretch;
    }
} */

.contact-button {
    background-color: #53615c;
    color: #FFFFFF;
    padding: 3em 3em 3em 3em;
    border-radius: 25px;
    text-align: left;
    flex: 1 1 calc(50% - 1em);
    /* Adjust width to be 50% minus the gap */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    text-decoration: none;
    max-width: calc(50% - 1em);
    /* Ensure max width is 50% minus the gap */
    height: 15em;
}

.contact-button a {
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    font-size: 2em;
    display: flex;
    align-items: center;
}

.contact-button i {
    margin-right: 0.5em;
    font-size: 5em;
}


.contact-button:hover {
    background-color: #2e3a33;
}

.contact-button-texts {
    margin-left: 50px;
}

.contact-button-title {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.contact-button-subtitle {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 32px;
    line-height: 45px;
}

@media (max-width: 2450px) {
    .contact-button-title {
        font-size: 40px;
        line-height: 40px;
    }

    .contact-button-subtitle {
        font-size: 28px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .contact-button-title {
        font-size: 28px;
    }

    .contact-button-subtitle {
        font-size: 24px;
        line-height: 35px;
    }
}

@media (max-width: 480px) {
    .contact-button-title {
        font-size: 24px;
    }

    .contact-button-subtitle {
        font-size: 20px;
        line-height: 30px;
    }
}

.breadcrumb {
    display: none !important;
}

.image-footer-before {
    width: 100%;
    margin-bottom: 50px;
}

.mnd-menu-link-active {
    border-radius: 30px;
    /* Pour obtenir les coins arrondis */
    border: 2px solid #ffffff;
}

.mnd-footer {
    background-color: #3f3e3e !important;
    color: #ffffff !important;
    padding: 50px 50px 0px 50px;
}

.footer-qforscan-image {
    max-width: 200px;
}

body#checkout #footer {
    padding: 0;
}

#blockEmailSubscription_displayFooterBefore {
    margin: 0px;
    /* max-width: 70%; */
    min-width: unset;
}

.mnd-block-newsletter {
    background-color: #3f3e3e;
    padding: 20px;
    color: #FFFFFF !important;
}

.mnd-block-newsletter p {
    color: #FFFFFF !important;
}

.mnd-subscribe-title {
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 26px !important;
    line-height: 26px !important;
}

.footer-sections {
    display: flex;
    justify-content: space-between;
    background-color: #3f3e3e;
    /* Couleur de fond */
    padding: 20px;
    color: #FFFFFF;
    /* Couleur du texte */
}

.footer-column {
    width: 30%;
    /* Ajustez en fonction de la largeur souhaitée */
}

.footer-title {
    color: #FFFFFF;
    margin-bottom: 10px;
}

.footer-label {
    color: #a9892e;
    /* Couleur pour les labels comme 'Phone', 'Email', etc. */
    /* font-weight: bold; */
    font-size: 18px;
}

.footer-value {
    color: #FFFFFF;
    /* Couleur pour les labels comme 'Phone', 'Email', etc. */
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}

.footer-column p,
.footer-column a {
    font-size: 0.9em;
    color: #FFFFFF;
    margin: 5px 0;
}

.footer-column h3 {
    text-transform: uppercase;
    color: #FFFFFF !important;

}

.footer-links {
    list-style-type: none;
    padding: 0;
    text-transform: uppercase;
}

.footer-links li {
    margin-bottom: 5px;
}

.footer-links a {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.footer-links a:hover {
    text-decoration: underline;
}

.copyright-link a {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.mnd-btn-subscribe {
    background-color: #a9892e;
    /* Couleur de fond doré/vert */
    color: #FFFFFF;
    /* Couleur du texte */
    font-size: 1em;
    /* Taille du texte */
    font-weight: bold;
    /* Texte en gras */
    padding: 10px 20px;
    /* Espacement interne pour agrandir le bouton */
    border: none;
    /* Pas de bordure */
    border-radius: 25px;
    /* Coins arrondis */
    text-align: center;
    /* Centrer le texte */
    text-decoration: none;
    /* Enlever la sous-ligne pour les liens */
    display: inline-block;
    /* Afficher comme un bouton */
    cursor: pointer;
    /* Curseur en forme de main au survol */
    transition: background-color 0.3s ease;
    /* Animation douce au survol */
    margin-left: 10px;
    text-transform: uppercase;
}

/* Effet de survol */
.mnd-btn-subscribe:hover {
    background-color: #8D7F42;
    /* Couleur de fond plus foncée au survol */
}

.mnd-subscribe-input {
    border-radius: 25px;
    /* Coins arrondis */
    outline: none;
    /* Supprimer le highlight sur le focus */
    background-color: transparent;
    color: white;
    font-size: 18px;
}

.mnd-alert-success {
    background-color: #a9892e;
    border-color: #8D7F42;
    color: #ffffff;
}

.mnd-alert-danger {
    background-color: #db7878;
    border-color: #ecbdbd;
    color: #ffffff;
}

.contest-section {
    cursor: pointer;
    text-align: center;
}

/* .contest-section-fr {
    display: none;
}

.contest-section-nl {
    display: none;
} */

.hero-section {
    background-color: #f5f5f5;
    position: relative;
    color: #FFFFFF;
    text-align: center;
}

.hero-background {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 100px);
    /* Ajuste la hauteur de la section en fonction de la hauteur de la fenêtre */
}

.hero-video {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100%;
    height: calc(100vh - 100px);
    object-fit: cover;
    transform: translate(-50%, -0%);
    z-index: 5;
}

.hero-content {
    position: inherit;
    z-index: 10;
    color: #FFFFFF;
    text-align: center;
    height: calc(100vh - 100px);
    display: flex;
    width: 100vw;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.hero-logo img {
    width: 60vh;
}

.hero-content h1 {
    font-family: 'DM Sans', sans-serif;
    font-size: 94px;
    margin-bottom: 20px;
    font-weight: normal;
}

.hero-buttons {
    margin-top: 40px;
}

.hero-buttons a {
    display: inline-block;
    padding: 24px 60px;
    background-color: #a9892e;
    /* Couleur de fond du bouton */
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
    /* margin-right: 15px; */
    text-transform: uppercase;
    font-size: 32px;
    line-height: 40px;
}

.hero-links {
    margin-top: 40px;
}

.hero-links a {
    color: #FFFFFF;
    font-size: 32px;
    text-decoration: underline;
    margin-top: 1rem;
    line-height: 32px;
}

.stats-section {
    display: flex;
    justify-content: space-around;
    background-color: #f5f5f5;
    color: #FFFFFF;
    padding: 30px 0;
}

.stat-item {
    text-align: center;
    background-color: #31357d;
    /* Couleur de fond de la section */
    padding: 2rem 2rem 2rem 2rem;
    border: none;
    /* Pas de bordure */
    border-radius: 25px;
    /* Coins arrondis */
    width: 20%;
}

.stat-number {
    font-family: 'Gilda Display', serif;
    font-size: 2.5em;
    font-weight: bold;
    display: block;
}

.stat-label {
    font-family: 'Gilda Display', serif;
    font-size: 1.5em;
    margin-top: 1rem;
}

.info-section {
    display: flex;
    justify-content: center;
    /* padding: 50px 20px; */
    background-color: #f5f5f5;
    /* Couleur de fond de la section */
}

.info-content {
    display: flex;
    max-width: 100%;
    align-items: center;
}

.info-image {
    position: relative;
    width: 40%;
}

.info-image img {
    width: 100%;
    height: auto;
    display: block;
}


.info-text {
    width: 50%;
    /* padding-left: 40px; */
}

.info-text h2 {
    font-size: 64px;
    line-height: 72px;
    color: #333333;
    margin-bottom: 64px;
    font-weight: bold;
}

.info-text p {
    font-size: 28px;
    color: #666666;
    margin-bottom: 64px;
    line-height: 32px;
}

.info-features {
    list-style-type: none;
    padding: 0;
}

.info-features li {
    font-size: 32px;
    line-height: 64px;
    color: #333333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.info-features .bullet {
    color: #aa892e;
    /* Couleur de la puce */
    margin-right: 10px;
}

/* Section principale */
.plans-section {
    background-color: #aa892e;
    /* Couleur de fond de la section */
    padding: 40px 20px;
    text-align: center;
    color: #FFFFFF;
}

.view-all-button {
    margin: 50px;
}

.view-all-button a {
    background-color: #333333;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.plans-container h2 {
    font-size: 2em;
    margin-bottom: 30px;
    color: #FFFFFF;
}

/* Cartes de plans */
.plan-card {
    background-color: #FFFFFF;
    color: #333333;
    width: 400px;
    padding: 20px;
    margin: 0 15px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    margin-bottom: 20px;
}

.plan-card h3 {
    font-size: 1.2em;
    margin-bottom: 15px;
    color: #666666;
    text-transform: uppercase;
}

.price-pay-per-use {
    min-height: 80px;
}

.price-subscription {
    min-height: 80px;
}

.plan-price {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

#index .plan-price {
    color: #52615c;
}

#pay-per-use-plan-card .plan-price {
    color: #52615c;
}

#pay-per-use-plan-card .bullet {
    color: #52615c;
}

#subscribed-plan-card .bullet {
    color: #30347d;
}

#subscribed-plan-card .price-original {
    min-height: 25px;
}

#subscribed-plan-card .price-original p {
    color: #9799be;
    text-decoration: line-through;
    margin-right: 5px;
}

#subscribed-plan-card .price-discounted {
    min-height: 25px;
}

#subscribed-plan-card .price-discounted p {
    color: #30347d;
    /* Couleur du prix en promotion */
}

#subscribed-plan-card h3 {
    color: #30347d;

}

#subscribed-plan-card p {
    color: #30347d;
    margin-top: 10px;
    /* Couleur du prix en promotion */
}


.plan-features {
    min-height: 150px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
    font-size: 20px;
}

.plan-features li {
    font-size: 0.9em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

#mnd-ouroffer .plan-features li {
    text-align: left;
}

.bullet {
    color: #3C1874;
    /* Couleur de la puce */
    margin-right: 8px;
}

.btn-plan {
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
    background-color: #52615c;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-plan:hover {
    color: #FFFFFF;
    /* Couleur du bouton au survol */
}

.btn-plan-create-subscription {
    background-color: #3C1874;
    /* Couleur du bouton dans la deuxième carte */
}

.btn-plan-subscription-active {
    background-color: #cbccdf;
    /* Couleur du bouton dans la deuxième carte */
}

.btn-plan-inactive {
    background-color: #d3d7d6;
    /* Couleur du bouton dans la deuxième carte */
}

.btn-plan-pay-per-use {
    background-color: #52615c;
    /* Couleur du bouton dans la deuxième carte */
}

#cms h1 {
    /* font-size: 2.5rem; */
    color: #a9892e;
    padding-left: 1.25rem;
    font-size: 60px;
    line-height: 64px;
}

#cms h3 {
    font-size: 1.5rem;
    margin-top: 25px;
    color: #30347d;
}

#cms p {
    color: #3f3e3e;
}

#cms #main {
    padding: 150px;
}

#cms .cms-contact-buttons {
    display: flex;
    gap: 20px;
}

#cms .cms-contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #30347d;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    padding: 20px 30px;
    min-width: 250px;
    transition: background-color 0.3s ease;
}

#cms .cms-contact-button i {
    margin-right: 10px;
    font-size: 18px;
}

#cms .cms-contact-button:hover {
    background-color: #1f295a;
}



#cms .cms-blue-button {
    justify-content: center;
    background-color: #30347d;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    padding: 20px 30px;
    min-width: 250px;
    transition: background-color 0.3s ease;
}

#cms .cms-blue-button i {
    margin-right: 10px;
    font-size: 18px;
}

#cms .cms-blue-button:hover {
    background-color: #1f295a;
}

#cms .page-header {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#cms .about-us-container img {
    width: 400px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.webinars-grid-load {
    margin-top: 2rem;
}

.mnd-btn-primary {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #4a5c65;
    border: 1px solid #5b6b74;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: white;
    text-align: center;
    padding: 1rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.mnd-btn-primary:hover {
    color: #fff;
    background-color: #37474f;
    border-color: #37474f;
}

.mnd-btn-primary:focus,
.mnd-btn-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.mnd-btn-primary:disabled,
.mnd-btn-primary.disabled {
    opacity: 0.65;
}

.button-container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 40px;
    padding-left: 40px;
}

.filter-button,
.filter-deselect-button {
    background-color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 0px 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    cursor: pointer;
    height: 24px;
}

.filter-button {
    background-color: #ffffff;
    color: #000;
}

.filter-deselect-button {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.filter-counter {
    background-color: #ffffff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
}

/* Style pour les modals */
.mnd-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.mnd-modal .close {
    position: relative;
    top: 10px;
    right: 30px;
    font-size: 2.5rem;
    cursor: pointer;
}

/* Style pour le fond de modal semi-transparent */
.mnd-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.mnd-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    max-width: 90vw;
    /* width: 90%; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10001;
    position: relative;
    max-height: 90vh;
}

.mnd-modal-productcontent {
    display: flex;
    gap: 40px;
    max-width: 1284px;
    overflow-y: auto;
    height: 50vh;
}

.mnd-modal-footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    /* Crée des colonnes adaptatives */
    gap: 20px;
    justify-content: end;
    align-items: center;
    /* Aligne verticalement les éléments */
    min-height: 60px;
    border-top: 1px solid #ccc;
    width: 100%;
    padding-top: 20px;
}

.mnd-modal-title {
    font-family: "Gilda Display", sans-serif;
    padding: 40px 0px;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    max-width: 1280px;
    border-bottom: 1px solid #ccc;
}

.mnd-modal-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    padding: 12px 0px;
    font-size: 24px;
    text-align: left;
    line-height: 32px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.mnd-modal-header {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #666;
    text-transform: uppercase;
}

.mnd-modal-left-panel {
    width: 23rem;
}

.mnd-modal-right-panel {
    width: 37rem;
}

.mnd-modal-right-panel .webinar-card__cta-button {
    display: block;
    margin-top: 1em;
    text-transform: uppercase;
}

.mnd-modal-keyvalue {
    height: 5rem;
    width: 100%;
    margin-bottom: 1rem;
    text-align: left;
}

.mnd-modal-keyvalue b {
    color: #333;
}

.mnd-modal-image {
    width: 100%;
    height: 20em;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 20px;
    margin-top: 10px
}

.mnd-modal-profile {
    text-align: left;
    background: #eee;
    /* border-radius: 20px; */
    padding: 20px;
    min-width: 16em;
}

.mnd-modal-profile h2 {
    color: #333;
    font-size: 22px;
    line-height: 3rem;
    margin: 10px 0;
}

.mnd-modal-profil h3 {
    font-weight: bold;
    color: #333;
    font-size: 1.25rem;
    line-height: 2rem;
}

.mnd-modal-profile img {
    border-radius: 50%;
    width: 10.5rem;
    height: 10.5rem;
    object-fit: cover;
}

.mnd-modal-price {
    font-size: 48px;
    color: #333;
    margin-top: 10px;
    font-weight: bold;
    text-align: left;
    line-height: 52px;
    font-family: 'Gothic A1';
}

.mnd-modal-description {
    font-size: 1.25rem;
    color: #333;
    line-height: 2rem;
    margin-bottom: 2em;
}

.mnd-modal-button {
    display: block;
    margin-top: 20px;
    /* width: 15rem; */
    height: 3rem;
    padding: 5px;
}

.mnd-modal-button a {
    display: inline-block;
    padding: 10px 20px;
    /* background-color: #4a5a98; */
    color: #ffffff;
    text-decoration: none;
    border-radius: 20px;
    font-weight: bold;
}

.mnd-modal-abo .mnd-modal-productcontent {
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    max-width: 800px;
}

.mnd-modal-abo ul {
    padding-left: revert;
    list-style-type: disclosure-closed;
}

.mnd-btn-download {
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    /* border: 1px solid #000; */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 1rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}

.mnd-btn-download:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.mnd-btn-download:focus,
.mnd-btn-download.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.mnd-btn-download:disabled,
.mnd-btn-download.disabled {
    opacity: 0.65;
}

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

.mnd-btn-logout {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border: 2px solid #000;
    border-radius: 20px;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.mnd-btn-logout i {
    margin-right: 8px;
    /* Space between the icon and the text */
    font-size: 16px;
}

.mnd-btn-logout:hover {
    background-color: #f5f5f5;
    color: #000;
}

.mnd-btn-logout:active {
    background-color: #e0e0e0;
}


#my-account .account-page {
    display: flex;
}

#my-account .account-sidebar {
    width: 300px;
    /* background-color: #3B4D3A; */
    color: #fff;
    padding: 20px;
    background-image: url('/img/brand-element-03-left-menu.png');
    background-repeat: no-repeat;

    position: sticky;
    top: 100px;
    /* distance depuis le haut quand tu scrolles */
    align-self: flex-start;
    /* pour que la hauteur s’ajuste au contenu */
    min-width: 220px;
    /* fixe une largeur, à adapter */
    max-height: calc(100vh - 40px);
    /* pour éviter qu’il dépasse l’écran */
    overflow-y: auto;
    /* scroll interne si nécessaire */
    padding-right: 15px;

}

#my-account .account-menu {
    list-style-type: none;
    padding: 0;
}

#my-account .account-menu li {
    margin: 10px 0;
}

#my-account .account-menu .active {
    font-weight: bold;
    border-left: 5px solid white;
}

#my-account .account-menu li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
}

#my-account .account-menu li a .active {
    font-weight: bold;
}

#my-account .account-content {
    flex: 1;
    padding: 20px;
    background-color: #f8f8f8;
}

#my-account .account-section {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

#my-account .account-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#my-account .account-heading .button-group {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    /* Espace entre les boutons */
}

#my-account .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#my-account h1 {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    color: #3f3e3e;
    margin: 0;
}

#my-account .my-webinars-subsection {
    margin: 50px 0 20px 0;
    scroll-margin-top: 120px;
}

#my-account h2 {
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    color: #3f3e3e;
    margin: 0;
}

#my-account .section-body {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

#my-account .info-item {
    font-size: 14px;
    color: #333;
}

#my-account .info-item strong {
    color: #BFA061;
}

#my-account .interests {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#my-account .interest-tag {
    padding: 5px 10px;
    background-color: #4A3D8D;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
}

#my-account .account-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}

#my-account .mnd-btn-logout,
#my-account .mnd-btn-delete-account {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border: 2px solid #000;
    border-radius: 20px;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

#my-account .mnd-btn-logout i,
#my-account .mnd-btn-delete-account i {
    margin-right: 8px;
}

#my-account .mnd-btn-logout:hover,
#my-account .mnd-btn-delete-account:hover {
    background-color: #f5f5f5;
    color: #000;
}

#my-account .mnd-btn-logout:active,
#my-account .mnd-btn-delete-account:active {
    background-color: #e0e0e0;
}

#my-account .mnd-btn-cancel,
#my-account .mnd-btn-edit {
    display: inline-flex;
    align-items: right;
    padding: 8px 16px;
    border: 2px solid #d9d9d9;
    border-radius: 20px;
    background-color: transparent;
    color: #9f9e9e;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

#my-account .mnd-btn-cancel i,
#my-account .mnd-btn-edit i {
    margin-right: 8px;
    color: #d9d9d9;

}

#my-account .mnd-btn-cancel:hover,
#my-account .mnd-btn-edit:hover {
    background-color: #f5f5f5;
    color: #7b7b7b !important;
}


#my-account .mnd-btn-cancel:active,
#my-account .mnd-btn-save:active {
    background-color: #e0e0e0;
}

#my-account .mnd-btn-save {
    display: inline-flex;
    align-items: right;
    padding: 8px 16px;
    border: 2px solid #30347d;
    border-radius: 20px;
    background-color: #30347d;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

#my-account .mnd-btn-save i {
    margin-right: 8px;
    color: #d9d9d9;

}

#my-account .mnd-btn-save:hover {
    background-color: #f5f5f5;
    color: #7b7b7b !important;
}


#my-account .mnd-btn-save:active {
    background-color: #30347d;
}

#my-account .mnd-btn-secondary {
    background-color: #a9892e;
    color: #ffffff;
    text-align: center;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid #a9892e;
    margin: 0px 10px;
}

#my-account .mnd-btn-secondary:hover {
    background-color: #8a6f24;
    border: 2px solid #8a6f24;
    color: #ffffff;
}

#my-account .no-elements-to-show {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    color: #333;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#my-account .no-elements-to-show p {
    text-align: center;
    padding: 20px;
    font-size: 28px;
    line-height: 32px;
    color: #333;
}

#my-account .edit-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    color: #666;
    outline: none;
    box-sizing: border-box;
}

#my-account .edit-field.non-editable {
    border: none;
    /* Retirer la bordure */
    /* background-color: #f5f5f5; Couleur de fond grisée pour indiquer que c'est non éditable */
    pointer-events: none;
    /* Désactiver les interactions */
    appearance: none;
    /* Masquer le chevron sur certains navigateurs */
    -moz-appearance: none;
    /* Pour Firefox */
    -webkit-appearance: none;
    /* Pour Safari et Chrome */
    padding-left: 0px;
}

#my-account .edit-field:focus {
    border-color: #bbb;
}

#my-account .error-message {
    color: #ff0000;
}

#my-account .edit-error {
    border-color: #ff0000;
}

#my-account .addresses-container {
    margin-top: 20px;
}

#my-account .address-tabs {
    display: flex;
    /* Afficher les onglets en ligne */
    gap: 10px;
    /* Espacement entre les onglets */
    list-style: none;
    /* Retirer les puces des <li> */
    margin: 0;
    padding: 0;
    /* border-bottom: 2px solid #e5e5e5; */
    /* Ligne de séparation en bas */
}

#my-account .address-tabs li {
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    /* color: #333; */
    /* Couleur par défaut */
    /* border-radius: 4px 4px 0 0; */
    /* Coins arrondis en haut */
    transition: all 0.3s ease;
    background-color: #ffffff;

    /* padding: 5px 10px; */
    color: #4A3D8D;
    border-radius: 15px;
    border: 2px solid #4A3D8D;

}

#my-account .address-tabs li.active {
    background-color: #4A3D8D;
    /* Fond blanc pour l'onglet actif */
    border: 2px solid #e5e5e5;
    /* Bordure autour de l'onglet actif */
    /* border-bottom: 2px solid #ffffff; */
    /* Fusion avec le contenu en dessous */
    color: #ffffff;
    /* Couleur active */
}

/* #my-account .address-tabs li:hover {
    color: #d4a45f; 
} */

#my-account .address-tabs a {
    text-decoration: none;
    /* Retirer le soulignement */
    color: inherit;
    /* Utiliser la couleur définie sur <li> */
}

#my-account .table-row {
    border-bottom: 1px solid #ddd;
}

#my-account .mnd-table-header {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

#my-account .table td {
    vertical-align: middle;
}

#my-account .webinar-card__badge {
    background-color: #cbccdf;
    padding: 3px 16px;
    border-radius: 50px;
    border: 2px solid #575a96;
    color: #575a96;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    height: 24px;
}

#my-account .webinars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(324px, 324px));
    /* Les colonnes s'ajustent automatiquement */
    gap: 20px;
    /* padding: 20px; */
}

#my-account .webinar-layout__message {
    text-align: center;
}

#my-account .webinar-layout__message_text {
    margin-top: 40px;
    font-size: 20px;
}

#my-account .webinar-layout__message_button {
    margin-top: 40px;
}

#my-account .plans-section {
    background-color: transparent;
    /* Couleur de fond de la section */
    padding: 40px 20px;
    text-align: center;
    color: #FFFFFF;
}

#my-account .plan-card-subscribed {
    border: #30347d 2px solid;
}

.register-form {
    display: none;
}

/* Cart - Begin */
#checkout .nav {
    font-size: 24px;
}

#checkout .back-button {
    height: 150px;
    padding: 50px;
    display: flex;
}

#checkout .nav-link:hover {
    color: #a9892e;
}

#checkout .nav .active {
    border-bottom: 3px solid #a9892e;
    color: #a9892e;
    padding-bottom: 10px;
}

#checkout .btn-primary {
    background-color: #a9892e;
    color: white;
    text-align: center;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0px 10px;
}

#checkout .btn-primary:hover {
    background-color: #8a6f24;
}

#cart #wrapper,
#checkout #wrapper,
#order-confirmation #wrapper {
    color: #fff;
    padding: 20px;
    background-color: #f8f8f8;
    min-height: 70vh;
    background: linear-gradient(150deg, #f4f4f4 65%, rgba(63, 62, 62, 0.25) 35%);
}

#cart .cart-grid-body .label {
    background-color: transparent;
    color: rgba(170, 137, 46, 1);
    text-align: center;
    padding: 12px;
    border-radius: 50px;
    border: 2px solid rgba(170, 137, 46, 1);
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 1em;
    width: 100%;
}

#cart .cart-summary .label {
    display: none;
}

#cart .cart-detailed-totals .label {
    text-align: left;
    display: unset;
}

#cart .no-items {
    font-size: 32px;
    color: #aaa;
    text-align: center;
    display: block;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 50px;
    line-height: 36px;
}

.cart-overview {
    padding: 0px !important;
    margin-bottom: 40px;
}

#cart .product-line-grid {
    display: flex;
}

#cart .product-line-grid-left {
    width: 300px;
}

#cart .product-line-grid-body {
    width: calc(100% - 400px);
    padding: 20px;
}

#cart .product-line-grid-body .product-type {
    font-size: 1.5rem;
    color: #999;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 1rem;
}

#cart .product-line-grid-body .product-name {
    color: #333;
    font-family: 'Gilda Display', serif;
    font-size: 40px;
    line-height: 80px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100px;
    min-height: 100px;
    white-space: normal;
}

#cart .product-line-grid-body .product-info {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    line-height: 36px;
}

#cart .product-line-grid-body .product-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

#cart .product-line-grid-right {
    width: 100px;
    padding: 20px 20px 20px 0px;
    text-align: right;
}

#cart .product-line-grid-right .qty {
    display: inline-flex;
    margin-top: 170px
}

@supports (-webkit-hyphens: none) {
    .text-sm-center:first-child {
        margin-bottom: 30px !important;
    }
}

.mnd-cart-header {
    height: 150px;
    padding: 50px;
    display: flex;
}

.mnd-cart-stepbar {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-left: auto;
}

.mnd-cart-stepbar li {
    color: #a9892e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 24px;
    border: 2px solid #a9892e;
    border-radius: 40%;
    font-size: 16px;
    font-weight: bold;
    /* cursor: pointer; */
    transition: all 0.3s ease;
}

.mnd-cart-stepbar li.active {
    background-color: #a9892e;
    color: #fff;
    border-color: #a9892e;
}

.mnd-cart-productlist li.cart-item {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 0px;
}

.mnd-cart-productlist .cart-container {
    /* background-color: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px;
    margin-top: 15px; */

    margin: 0px;
    padding: 0px;
}

.mnd-cart-summary {
    padding: 0px 30px
}

.mnd-cart-summary .cart-summary {
    background-color: #fff;
    padding: 50px;
    min-height: 40vh;
}

.mnd-cart-image {
    border-radius: 20px 0px 0px 20px;
    width: 300px;
    height: 300px;
}

.mnd-cart-summary-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.mnd-cart-summary-line .label {
    font-size: 20px;
    color: #333;
    line-height: 32px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    text-align: left;
}

.mnd-cart-summary-line .value {
    font-size: 20px;
    color: #333;
    line-height: 32px;
}

.mnd-cart-total {
    font-size: 20px;
    color: #333;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 2em 0em !important;
}

.mnd-cart-total .label {
    font-size: 20px;
    color: #333;
    line-height: 32px;
    font-weight: bold;
}

.mnd-cart-total .value {
    font-size: 20px;
    color: #333;
    line-height: 32px;
    font-weight: bold;
}

.mnd-cart-summary-abo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}

.mnd-cart-summary-abo-description {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    width: 100%;
    /* margin-top: 3em; */
    text-align: justify;
}

.mnd-cart-summary-abo .label {
    font-size: 20px;
    color: #333;
    line-height: 32px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
}

.mnd-cart-summary-abo .value {
    font-size: 20px;
    color: #333;
    line-height: 32px;
    font-weight: bold;
}

.mnd-cart-summary-title {
    font-size: 30px;
    color: #333;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 2em;
}

.mnd-cart-PrimaryButton {
    background-color: rgba(170, 137, 46, 1);
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    /* height: 48px; */
}

.mnd-cart-PrimaryButton:hover {
    color: white;
    background-color: rgba(150, 117, 46, 1);
}

.mnd-cart-SecondaryButton {
    background-color: transparent;
    color: rgba(170, 137, 46, 1);
    text-align: center;
    padding: 12px;
    border-radius: 50px;
    border: 2px solid rgba(170, 137, 46, 1);
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 1em;
    width: 100%;
}

.mnd-cart-SecondaryButton:hover {
    color: rgba(170, 137, 46, 1);
    background-color: rgba(255, 255, 232, 1);
    border-color: rgba(170, 137, 46, 1);
    cursor: pointer;
}

.mnd-cart-AboButton {
    background-color: transparent;
    color: rgba(170, 137, 46, 1);
    text-align: center;
    padding: 12px;
    border-radius: 50px;
    border: 2px solid rgba(170, 137, 46, 1);
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    /* margin-bottom: 1em; */
}

.mnd-cart-AboButton:hover {
    color: rgba(170, 137, 46, 1);
    background-color: rgba(255, 255, 232, 1);
    border-color: rgba(170, 137, 46, 1);
    cursor: pointer;
}

.mnd-cart-abo-block {
    margin-top: 30px;
    padding: 30px;
    border-radius: 50px;
    border: 2px solid rgba(170, 137, 46, 1);
}

.discount-percentage {
    background-color: #a9892e !important;
    font-size: 20px;
    font-weight: bold;
}

#content-hook_order_confirmation {
    text-align: center;
    margin-top: 10em;
}

.mnd-orderconfirmation-title {
    font-size: 64px;
    line-height: 68px;
    color: rgba(63, 62, 62, 1);
    text-align: center;
    padding-bottom: 2rem;

}

.mnd-orderconfirmation-subtitle {
    font-size: 32px;
    line-height: 48px;
    color: rgba(63, 62, 62, 1);
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.mnd-orderconfirmation-subtitle a {
    color: rgba(170, 137, 46, 1);
    text-decoration: none;
}

.mnd-orderconfirmation-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Cart - End */

/* Login - Begin */

#authentication #wrapper,
#password #wrapper,
#registration #wrapper {
    margin: 0;
    /* min-height: 90vh; */
}

#authentication #main,
#password #main,
#registration #main {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#authentication .content-footer,
#password .content-footer,
#registration .content-footer {
    margin: 0;
    min-height: 30vw;
    background: linear-gradient(-160deg, transparent 55%, #4f5952 35%), linear-gradient(160deg, transparent 55%, #272b71 35%), #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#authentication .form-control-label,
#password .form-control-label,
#registration .form-control-label {
    color: #a9892e;
}

/* Triangle incliné en bas à droite */
#authentication #content,
#registration #content,
#password #content {
    background: unset;
    width: 100%;
}

label.required::after {
    content: "*";
    color: red;
}

.mnd-login-title {
    font-size: 2.5rem;
    color: #a9892e;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

#authentication #wrapper a,
#registration #wrapper a {
    color: #a9892e;
}

.mnd-login-PrimaryButton {
    background-color: rgba(170, 137, 46, 1);
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    min-width: 18em;
    display: inline-block;
}

.mnd-login-PrimaryButton:hover {
    background-color: rgba(136, 110, 37, 1);
}

#password .page-footer {
    text-align: center;
}

#password .page-footer a {
    color: #a9892e;
}

/* Login - End */

#footer {
    padding-top: unset;
}

.faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    /* border-radius: 5px; */
}

.faq-question {
    cursor: pointer;
    padding: 10px 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #f9f9f9; */
}

.faq-answer {
    padding: 10px 15px;
    display: none;
    /* border-top: 1px solid #ddd; */
}

.chevron {
    transition: transform 0.3s ease;
}

.faq-item.open .chevron {
    transform: rotate(180deg);
}

.faq-item.open .faq-answer {
    display: block;
}

#error-message-modal .card-header {
    background-color: #ffffff;
    border: none;
    text-transform: uppercase;
    /* font-weight: bold; */
    font-size: 28px;
    color: #fa1008;
    padding: 20px;
}

#error-message-modal .card-body {
    padding: 20px;
}

#error-message-modal .card-text {
    font-size: 20px;
    color: #3f3e3e;
}

#error-message-modal .mnd-btn-danger:active {
    background-color: #e0e0e0;
}

#error-message-modal .mnd-btn-danger {
    display: inline-flex;
    align-items: right;
    padding: 8px 16px;
    border: 2px solid #fa1008;
    border-radius: 20px;
    background-color: #fa1008;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

#error-message-modal .mnd-btn-danger i {
    margin-right: 8px;
    color: #d9d9d9;

}

#error-message-modal .mnd-btn-danger:hover {
    background-color: #f5f5f5;
    color: #7b7b7b !important;
}


#error-message-modal .mnd-btn-danger:active {
    background-color: #30347d;
}

.offer__filter-button {
    display: none;
}

/* Register page */

.register-title {
    font-size: 2.5rem;
    color: #a9892e;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.register-form-page {
    padding-bottom: 80px;
}

.register-menu {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
}

.register-btn-primary {
    background-color: #a9892e;
    color: white;
    text-align: center;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0px 10px;
}

.register-btn-primary:hover {
    background-color: #8a6f24;
}

.register-btn-secondary {
    background-color: white;
    color: #a9892e;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid #a9892e;
    margin: 0px 10px;
}

.register-btn-secondary:hover {
    background-color: white;
    border: 2px solid #8a6f24;
    color: #8a6f24;
}


#wrapper {
    min-height: 80vh;
}

.account-page {
    min-height: 80vh;
}

/* Contact Page */

#contact #left-column {
    display: none;
}

.contact-container-2 {
    margin: 0 -15px;
}

.contact-banner {
    width: 100%;
    max-height: 50vh;
    object-fit: cover;
}

.contact-info {
    margin: 5vh 10vw;
}

.contact-button {
    background-color: #53615c;
    color: #FFFFFF;
    padding: 0;
    border-radius: 25px;
    text-align: left;
    flex: 1 1 calc(50% - 1em);
    display: flex;
    align-items: center;
    /* justify-content: center; */
    text-decoration: none;
    max-width: unset;
    height: 15em;
}

.contact-button a:hover,
.contact-button a:active,
.contact-button a:focus {
    color: white;
    text-decoration: none;
}

.contact-button i {
    width: 180px;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    min-width: 180px;
}

.contact-button-texts {
    margin-left: 0px
}

.contact-button-title {
    font-size: 32px !important;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: unset;
}

.contact-button-subtitle {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
}

/* #region CMS - About US */
#cms .about-us-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

#cms .about-us-container p {
    text-align: left;
    hyphens: none;
}

#cms .about-us-container h2 {
    font-size: 26px;
    color: #7a5a2f;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cms .about-us-container .h2-laptop {
    text-align: right;
    display: block;
    margin-bottom: 80px;
    margin-top: -110px;
}

#cms .about-us-container .h2-mobile {
    display: none;
}

#cms .about-us-container h3 {
    text-align: left;
    font-size: 48px;
    line-height: 52px;
    color: #333;
}

#cms .about-us-container p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
}

#cms .about-us-container ul {
    list-style: none;
    margin-bottom: 15px;
}

#cms .about-us-container ul li {
    padding-left: 40px;
    position: relative;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

#cms .about-us-container ul li::before {
    content: "►";
    position: absolute;
    left: 0;
    color: rgba(170, 137, 46, 1);
    font-weight: bold;
    font-size: 24px;
}

#cms .about-us-container .content-section {
    margin-top: 40px;
}

#cms .about-us-container .content {
    margin-bottom: 40px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

#cms .about-us-container .content img {
    width: calc(50% - 20px);
    border-radius: 5px;
    margin: 0;
}

#cms .about-us-container .content div {
    width: calc(50% - 20px);
    ;
}

#cms .about-us-container .button {
    display: inline-block;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 32px;
    text-decoration: none;
    border-radius: 25px;
    text-align: center;
}

#cms .about-us-container .gold-button {
    background-color: #aa892e;
    color: white;
}

#cms .about-us-container .blue-button {
    background-color: #30347d;
    color: white;
}

#cms .about-us-container .button:hover {
    opacity: 0.8;
}

/* #endregion */

/***** Responsive adaptation *****/
@media screen and (max-height: 700px) {
    .mnd-modal-title {
        font-size: 20px;
        padding: 20px;
    }
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    #cms .about-us-container .content {
        flex-direction: column;
        text-align: center;
    }

    #cms .about-us-container .h2-laptop {
        display: none;
    }

    #cms .about-us-container .h2-mobile {
        width: 100%;
        display: block;
    }

    #cms .about-us-container .content img {
        width: 100%;
    }

    #cms .about-us-container .content div {
        width: 100%;
    }

    #cms .about-us-container h2 {
        flex-direction: column;
        align-items: flex-start;
    }

    #cms .about-us-container .button {
        margin-top: 10px;
    }
}

/* #region PeppolModal */
#peppol-modal .mnd-modal-content {
    max-width: 80vw;
    font-family: 'DM Sans', sans-serif;
}

#peppol-modal .card-header {
    background-color: #ffffff;
    border: none;
}

#peppol-modal .card-header h1 {
    font-size: 48px;
    color: #a9892e;
    line-height: 52px;
}

#peppol-modal .card-header h2 {
    font-size: 28px;
    color: #3F3E3E;
    line-height: 32px;
    font-weight: lighter;
}

#peppol-modal .card-body {
    padding: 10px 20px;
    font-size: 32px;
    line-height: 48px;
    min-height: 150px;
    max-height: 400px;
    overflow: auto;
}

#peppol-modal .btn {
    padding: 10px 32px;
    border-radius: 20px;
    text-transform: uppercase;
}

#peppol-modal .btn-validate,
#peppol-modal .btn-savevalidate {
    background-color: #3F3E3E;
    color: white
}

#peppol-modal .disabled {
    background-color: #eee;
    color: #ccc;
}

#peppol-modal h2 {
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    color: #3f3e3e;
    margin: 0;
}

#peppol-modal .section-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

#peppol-modal .info-item {
    font-size: 14px;
    color: #333;
}

#peppol-modal .info-item strong {
    color: #BFA061;
}

#peppol-modal .edit-field {
    width: 100%;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    color: #666;
    outline: none;
    box-sizing: border-box;
}

#peppol-modal .edit-field.non-editable {
    border: none;
    /* Retirer la bordure */
    /* background-color: #f5f5f5; Couleur de fond grisée pour indiquer que c'est non éditable */
    pointer-events: none;
    /* Désactiver les interactions */
    appearance: none;
    /* Masquer le chevron sur certains navigateurs */
    -moz-appearance: none;
    /* Pour Firefox */
    -webkit-appearance: none;
    /* Pour Safari et Chrome */
    padding-left: 0px;
    background-color: transparent;
}

#peppol-modal .edit-field:focus {
    border-color: #bbb;
}

#peppol-modal .account-section {
    background: #eee;
    padding: 30px;
    border-radius: 30px;
}

#peppol-modal .card-footer {
    text-align: center;
    background: unset;
    padding: 0px;
}

#peppol-modal .validation-message {
    font-size: 16px;
    line-height: 20px;
    color: #3f3e3e;
    margin: 20px;
}

#peppol-modal .extra-info {
    font-size: 12px;
    line-height: 24px;
    color: #3f3e3e;
    margin: 10px;
}

#peppol-modal .instruction-text {
    line-height: 18px;
    padding: 10px;
    margin: 0px;
}

/* #endregion */

/* #region InviteModal */
#invite-modal .mnd-modal-content {
    max-width: 80vw;
    font-family: 'DM Sans', sans-serif;
}

#invite-modal .card-header {
    background-color: #ffffff;
    border: none;
}

#invite-modal .card-header h1 {
    font-size: 48px;
    color: #a9892e;
    line-height: 52px;
}

#invite-modal .card-header h2 {
    font-size: 28px;
    color: #3F3E3E;
    line-height: 32px;
    font-weight: lighter;
}

#invite-modal .card-body {
    padding: 10px 20px;
    font-size: 32px;
    line-height: 48px;
    min-height: 150px;
    max-height: 400px;
    overflow: auto;
}

#invite-modal .btn {
    padding: 10px 32px;
    border-radius: 20px;
    text-transform: uppercase;
}

#invite-modal .btn-validate,
#invite-modal .btn-savevalidate {
    background-color: #3F3E3E;
    color: white
}

#invite-modal .disabled {
    background-color: #eee;
    color: #ccc;
}

#invite-modal h2 {
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    color: #3f3e3e;
    margin: 0;
}

#invite-modal .section-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

#invite-modal .info-item {
    font-size: 14px;
    color: #333;
}

#invite-modal .info-item strong {
    color: #BFA061;
}

#invite-modal .edit-field {
    width: 100%;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    color: #666;
    outline: none;
    box-sizing: border-box;
}

#invite-modal .edit-field.non-editable {
    border: none;
    /* Retirer la bordure */
    /* background-color: #f5f5f5; Couleur de fond grisée pour indiquer que c'est non éditable */
    pointer-events: none;
    /* Désactiver les interactions */
    appearance: none;
    /* Masquer le chevron sur certains navigateurs */
    -moz-appearance: none;
    /* Pour Firefox */
    -webkit-appearance: none;
    /* Pour Safari et Chrome */
    padding-left: 0px;
    background-color: transparent;
}

#invite-modal .edit-field:focus {
    border-color: #bbb;
}

#invite-modal .account-section {
    background: #eee;
    padding: 30px;
    border-radius: 30px;
}

#invite-modal .card-footer {
    text-align: center;
    background: unset;
    padding: 0px;
}

#invite-modal .validation-message {
    font-size: 16px;
    line-height: 20px;
    color: #3f3e3e;
    margin: 20px;
}

#invite-modal .extra-info {
    font-size: 12px;
    line-height: 24px;
    color: #3f3e3e;
    margin: 10px;
}

#invite-modal .instruction-text {
    line-height: 18px;
    padding: 10px;
    margin: 0px;
}

/* #endregion */

/* #region Mobile */
/* #region < 450px */
@media screen and (max-width: 450px) {

    /* #region Commun */
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    /*
    .contest-section-fr {
        display: none;
    }

    .contest-section-nl {
        display: none;
    }
*/
    #header .top-logo img {
        max-height: 50px !important;
        margin: 0;
    }

    #wrapper {
        min-height: 80vh;
    }

    body {
        margin-top: 74px;
    }

    #authentication .content-footer,
    #password .content-footer,
    #registration .content-footer {
        margin: 0;
        min-height: 30vh;
    }

    #BurgerMenu {
        min-height: 100vh;
        width: 100vw;
        background: #51615C;
        display: flex;
        flex-direction: column;
    }

    #BurgerMenu a {
        padding: 20px;
        color: white;
        font-size: 20px;
    }

    /* #endregion */

    /* #region Register */
    .mnd-login-title {
        font-size: 2rem;
        padding-top: 3rem;
        padding-bottom: 0rem;
    }

    #registration #page2 .form-group {
        display: flex;
    }

    #registration #page2 .form-control-label {
        width: 30px;
    }

    .mnd-login-PrimaryButton {
        min-width: 100%;
    }

    #authentication .page-header,
    #registration .page-header {
        margin-bottom: unset;
    }

    .register-title {
        font-size: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    /* #endregion */

    /* #region HomePage */
    #header .header-nav {
        height: 50px !important;
        /* border-bottom: #f6f6f6 2px solid; */
        margin: 0;
    }

    .hero-logo img {
        width: 100vw;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-buttons a {
        display: inline-block;
        padding: 10px 16px;
        background-color: #a9892e;
        /* Couleur de fond du bouton */
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        border-radius: 30px;
        /* margin-right: 15px; */
        text-transform: uppercase;
        font-size: 24px;
        line-height: 28px;
    }

    .hero-links a {
        font-size: 24px;
        line-height: 28px;
    }

    .hero-section,
    .hero-background,
    .hero-video,
    .hero-content {
        height: calc(100vh - 74px);
    }

    .plan-card {
        width: unset;
    }

    .plan-price {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 15px;
        line-height: 32px;
    }

    #index .webinars-grid-title {
        font-size: 36px;
        font-weight: normal;
        margin: 30px 0px 20px 0px;
    }

    .stats-section {
        display: grid;
        grid-template-columns: repeat(2, minmax(150px, 150px));
        gap: 10px;
        padding: 20px;
    }

    .stat-item {
        width: 150px;
        height: 100px;
        padding: unset;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .stat-number,
    .stat-label {
        font-size: 20px;
        line-height: 32px;
        margin: unset;
    }

    .info-content {
        display: flex;
        max-width: 100%;
        align-items: center;
        flex-direction: column;
    }

    .info-image {
        position: relative;
        width: 100%;
    }

    .info-text {
        width: 100%;
        padding: 20px;
    }

    .info-text h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .info-text p {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .info-features li {
        font-size: 24px;
        line-height: 32px;
    }

    .info-features .bullet {
        height: 32px;
        font-size: 16px;
    }

    #index .webinar-layout__content {
        padding: unset;
    }

    .footer-sections {
        flex-direction: column;
    }

    .footer-container {
        padding-top: unset;
    }

    .newsletter {
        padding: 0px 20px;
    }

    .block_newsletter form input[type=email] {
        width: 90%;
    }

    .block_newsletter .btn {
        border-radius: 20px;
    }

    .mnd-footer {
        padding: unset;
    }

    .footer-column {
        width: 100%;
        margin-bottom: 50px;
    }

    .copyright-link {
        text-align: center;
    }

    .mnd-block-newsletter {
        padding: 20px 0px 10px 0px;
    }

    /* #endregion */

    /* #region Our-Offers */
    .offer__filter-button {
        position: absolute;
        top: 0px;
        width: 55px;
        height: 55px;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        right: 0px;
        font-size: 20px;
        color: gray;
    }

    .filter__groups {
        width: 100vw
    }

    .filter {
        display: none;
        margin: unset;
        width: 100%;
    }

    .offer__search {
        display: block;
        padding: 5px;
        left: 0px;
        height: auto;
    }

    .offer__search-box {
        display: flex;
        align-items: center;
        background-color: #fff;
        border-radius: 50px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
        width: 95%;
        padding: 0px;
        margin-top: 5px;
    }

    .offer__search-button {
        background-color: transparent;
        border: none;
        padding: 10px;
        cursor: pointer;
        border-radius: 0 50px 50px 0;
    }

    #load-more-webinars {
        padding: 15px 30px;
    }

    .header-nav {
        background-color: #222221;
        position: fixed;
        top: 24px;
        width: 100vw;
        z-index: 9000;
        padding: 0px !important;
        margin: 0px;
        left: 0px;
    }

    #_mobile_cart a {
        font-size: 16px;
    }

    #_mobile_cart .blockcart {
        display: flex;
        align-items: center;
    }

    #_mobile_user_info {
        display: none;
    }

    #mnd-ouroffer .webinar-layout__content {
        width: 100vw;
        padding: 0px;
        margin: 0px;
        left: 0px;
        margin-top: 107px;
    }

    /* #endregion */

    /* #region Modal */
    .mnd-modal .close {
        top: 0px;
        right: 10px;
    }

    .mnd-modal-footer {
        padding-top: 10px;
    }

    .mnd-modal-footer a {
        padding: 6px 4px;
        font-size: 12px;
    }

    .mnd-modal-content {
        max-width: 95vw;
        max-height: 90vh;
        padding: 10px;
    }

    .mnd-modal-productcontent {
        display: flex;
        gap: 10px;
        height: 65vh;
        flex-direction: column;
    }

    .mnd-modal-left-panel {
        width: 100%;
    }

    .mnd-modal-right-panel {
        width: 100%;
    }

    .mnd-modal-description p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
        /* text-align: justify; */
    }

    .mnd-modal-image {
        width: 100%;
        height: 160px;
        border-radius: 20px;
        object-fit: cover;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .mnd-modal-title {
        font-size: 16px;
        line-height: 18px;
        padding: 0px 0px;
        max-height: 75px;
        min-height: 75px;
        display: flex;
        align-items: center;
    }

    .mnd-modal-profile {
        padding: 10px;
        min-width: 150px;
        /* max-width: 150px; */
        text-align: center;
        min-height: 100%;
    }

    .mnd-modal-profile img {
        width: 100px;
        height: 100px;
    }

    .mnd-modal-profile h2 {
        line-height: 20px;
        margin: 10px 0px 0px 0px;
        font-size: 16px;
    }

    .mnd-modal-subtitle {
        font-size: 16px;
        line-height: 20px;
        padding: unset;
        margin-bottom: 10px;
    }

    .mnd-modal-price {
        font-size: 24px;
        line-height: 28px;
        margin: 0;
    }

    .mnd-modal-price+p {
        text-align: left;
    }

    .mnd-modal-keyvalue {
        margin: 0;
        text-align: left;
        height: unset;
        margin-bottom: 15px;
    }

    /* #endregion */

    /* #region CMS */
    #cms #main {
        padding: 20px;
        hyphens: none;
    }

    #cms iframe {
        width: 80vw;
        height: auto;
    }

    #cms img {
        width: 80vw;
        height: auto;
        margin: 10px 0px;
    }

    .page-content.page-cms {
        text-align: left;
    }

    #cms p {
        font-size: 14px !important;
    }

    #cms h1 {
        font-size: 24px !important;
    }

    #cms h2 {
        font-size: 20px !important;
    }

    #cms h3 {
        font-size: 16px !important;
    }

    /* #endregion */

    /* #region CMS - About US */
    #cms .about-us-container {
        padding: 0px;
    }

    #cms .about-us-container .content:nth-of-type(2) {
        flex-direction: column-reverse;
    }

    #cms .about-us-container ul li {
        padding-left: 40px;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
        text-align: left;
    }

    #cms .about-us-container ul li::before {
        font-size: 14px;
    }

    #cms .about-us-container .button {
        font-size: 14px;
        line-height: 18px;
    }

    /* #endregion */

    /* #region Options de paiement */
    #mnd-subscription-info #content {
        padding: 10px;
    }

    #mnd-subscription-info #content img {
        max-width: 30vw;
    }

    #mnd-subscription-info #content .plan-card {
        max-width: 80vw;
        font-size: 14px;
        height: 450px;
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
    }

    #mnd-subscription-info #content .plan-card li {
        font-size: 14px;
    }

    #mnd-subscription-info #content .plan-card h2 {
        font-size: 24px;
    }

    #mnd-subscription-info .plans-container {
        width: calc(100vw - 20px);
        overflow-x: scroll;
    }

    /* #endregion */

    /* #region contact */
    .contact-info {
        margin: 20px;
    }

    #contact #wrapper {
        padding: 0px;
    }

    #contact #left-column {
        display: none;
    }

    .contact-title {
        font-size: 24px;
    }

    .contact-buttons {
        flex-direction: row;
        margin: 0px;
        margin-top: 10vh;
        justify-content: center;
    }

    .contact-buttons a {
        margin: 0px;
        padding: 0px;
        min-height: 100px;
        height: unset;
        justify-content: center;
        max-width: 42vw;
    }

    .contact-button i {
        font-size: 42px;
        margin: 0px;
    }

    .contact-buttons a div {
        display: none;
    }

    /* #endregion */

    /* #region My Account */
    #my-account .account-sidebar {
        width: 100px;
        padding: 5px;
    }

    #my-account .account-menu li a {
        padding: 5px;
        font-size: 12px;
    }

    #my-account .account-menu .active {
        font-weight: bold;
        border-left: 3px solid white;
    }

    #my-account .account-menu li {
        margin: 5px 0;
    }

    #my-account .account-content {
        padding: 10px;
        max-width: 100vw;
    }

    #my-account .account-sidebar {
        display: none;
    }

    #my-account .account-section {
        padding: 5px;
    }

    #my-account .no-elements-to-show,
    #my-account .no-elements-to-show p {
        font-size: 16px;
    }

    #my-account .no-elements-to-show a {
        font-size: 14px;
        padding: 10px;
    }

    #my-account .webinar-layout__message_text {
        font-size: 16px;
    }

    .account-page {
        min-height: 80vh;
    }

    #my-account .section-body {
        margin-top: 15px;
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    /* 
    #my-account .webinar-card {
        transform: scale(0.75);
        transform-origin: center;
    }
    */

    #my-account .webinars-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(324px, 324px));
        gap: 20px;
        justify-content: center;
        margin-top: 20px;
    }

    #my-account .plan-card {
        width: unset;
        padding: unset;
        margin: unset;
        margin-bottom: 50px;
    }

    #my-account .plan-price {
        font-size: 24px;
    }

    #my-account h1 {
        padding: 10px 0px 30px 0px;
    }

    /* #endregion */

    /* #region Cart */
    #cart #wrapper {
        padding: 0px;
    }

    .mnd-cart-header {
        padding: 10px;
        height: unset;
    }

    .mnd-cart-image {
        width: 150px;
        height: 150px;
    }

    .product-line-grid {
        height: 150px;
    }

    #cart .product-line-grid-left {
        width: 150px;
    }

    #cart .product-line-grid-body {
        width: calc(100% - 200px);
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        margin: 0px;
    }

    #cart .product-line-grid-body .product-name {
        font-size: 16px;
        line-height: 20px;
        min-width: unset;
        min-height: unset;
        margin-bottom: 5px;
    }

    #cart .product-line-grid-body .product-info {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    #cart .product-line-grid-body .product-price {
        font-size: 20px;
        margin: 0px;
    }

    #cart .product-line-grid-right {
        width: 50px;
        padding: 5px 5px 5px 0px;
        text-align: right;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    #cart .product-line-grid-right .qty {
        margin-top: 0px;
    }

    #cart .product-line-grid-right .qty input {
        width: 24px;
        padding: 0px;
        text-align: center;
    }

    .mnd-cart-summary {
        padding: 0px 15px;
    }

    .mnd-cart-summary .cart-summary {
        padding: 10px;
        min-height: 40vh;
    }

    .mnd-cart-AboButton,
    .mnd-cart-SecondaryButton,
    .mnd-cart-PrimaryButton {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        display: block;
    }


    .card-block {
        padding-bottom: 5px !important;
    }

    .mnd-cart-summary-abo {
        margin-bottom: 0px;
    }

    .mnd-cart-summary-title {
        font-size: 24px;
        color: #333;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    #cart .cart-grid-body .label {
        background-color: transparent;
        color: rgba(170, 137, 46, 1);
        text-align: center;
        padding: 6px 18px;
        border-radius: 50px;
        border: 2px solid rgba(170, 137, 46, 1);
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 1em;
        width: 100%;
    }

    #checkout .nav {
        font-size: 14px;
    }

    body#checkout section.checkout-step .step-title {
        font-size: 18px;
        padding-bottom: 8px;
    }

    #checkout .back-button {
        height: 60px;
        padding: 16px;
    }

    #checkout .back-button a {
        font-size: 16px;
    }

    /* #endregion */
}

/* #endregion < 450px */
/* #region < 350px */
@media screen and (max-width: 350px) {

    /* #region Commun */
    body {
        font-size: 12px;
    }

    #BurgerMenu a {
        padding: 18px;
        color: white;
        font-size: 18px;
    }

    /* #endregion */

    /* #region Register */
    .register-title {
        font-size: 1.5rem;
    }

    .register-btn-secondary,
    .register-btn-primary {
        padding: 10px;
        font-size: 16px;
        line-height: 16px;
    }

    /* #endregion */

    /* #region Homepage */
    .hero-buttons a {
        font-size: 20px;
        line-height: 24px;
    }

    .info-text h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .info-text p {
        font-size: 16px;
    }

    .info-features li {
        font-size: 18px;
        line-height: 24px;
    }

    .plan-price {
        font-size: 24px;
        margin-bottom: 0px;
        line-height: 32px;
    }

    .plan-features li {
        font-size: 14px;
        line-height: 20px;
    }

    /* #endregion */

    /* #region Modal */
    .mnd-modal-content {
        max-height: 95vh;
    }

    /* #endregion */
}

/* #endregion < 350px */
/* #endregion Mobile */

.text-bold {
    font-weight: bold;
}

/* 🟢 Status badges */
#my-account .status-badge {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

#my-account .badge-success {
    background-color: #28a745;
    color: white;
}

#my-account .badge-danger {
    background-color: #dc3545;
    color: white;
}

#my-account .badge-warning {
    background-color: #ffc107;
    color: black;
}

#my-account .badge-default {
    background-color: #6c757d;
    color: white;
}

#cms .how-it-works-step {
    color: #b39747;
    margin-top: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 16px;
}

.webinars-grid-load-spinner {
    font-size: 40px;
    color: #51615c;
}

.my-account-subscription-wait-loading-spinner {
    font-size: 40px;
    color: #51615c;
}

#cms .support-info {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* #region Options de paiement */

#mnd-subscription-info .mnd-subscription-info-content {
    font-family: Arial, sans-serif;
    max-width: 1200px;
    margin: auto;
    color: #333;
    padding-top: 30px;
}

#mnd-subscription-info #content h1 {
    font-size: 48px;
    color: #a9892e;
    /* padding-left: 1.25rem; */
    margin: 30px 0px;
}

#mnd-subscription-info #content h2 {
    font-size: 36px;
    color: #a9892e;
    /* padding-left: 1.25rem; */
    margin: 20px 0px;
}

#mnd-subscription-info #content h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #52605c;
    /* padding-left: 1.25rem; */
    margin: 30px 0px 10px 0px;
}

#mnd-subscription-info #content h4 {
    font-size: 18px;
    color: #52605c;
    /* padding-left: 1.25rem; */
    margin: 20px 0px 10px 0px;
}

#mnd-subscription-info #content p {
    font-size: 16px;
    color: #52605c;
    /* padding-left: 1.25rem; */
    margin: 10px 0px;
}

#mnd-subscription-info #content a {
    color: #a9892e;
    text-decoration: none;
    font-weight: bold;
}

#mnd-subscription-info #content ul {
    list-style: none;
    padding: 0;
}

#mnd-subscription-info #content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

#mnd-subscription-info #content ol li {
    margin-bottom: 15px;
}

#mnd-subscription-info #content img {
    max-height: 75px;
}

#mnd-subscription-info #content td {
    text-align: center;
}

/* Cartes de plans */
#mnd-subscription-info #content .plan-card {
    background-color: #FFFFFF;
    color: #333333;
    width: 400px;
    padding: 20px;
    margin: 0 15px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    margin-bottom: 20px;
}

#mnd-subscription-info #pay-per-use-plan-card {
    border: 1px solid #52605c;
}

#mnd-subscription-info #pay-per-use-plan-card h2 {
    color: #53625c;
    text-transform: uppercase;
}

#mnd-subscription-info #pay-per-use-plan-card .btn-plan-not-subscribed {
    background-color: #53625c;
    border: 1px solid #53625c;
    color: #ffffff;
    /* Couleur du bouton dans la deuxième carte */
}

#mnd-subscription-info #subscribed-plan-card {
    border: 1px solid #a9892e;
    background-color: #eae3d1;
}

#mnd-subscription-info #subscribed-plan-card h2 {
    color: #aa892e;
    text-transform: uppercase;
}

#mnd-subscription-info #subscribed-plan-card .btn-plan-create-subscription {
    background-color: #aa892e;
    border: 1px solid #a9892e;
    /* Couleur du bouton dans la deuxième carte */
}

#mnd-subscription-info .plan-card h3 {
    font-size: 1.2em;
    margin-bottom: 15px;
    color: #666666;
    text-transform: uppercase;
}

#mnd-subscription-info .price-pay-per-use {
    min-height: 80px;
}

#mnd-subscription-info .price-subscription {
    min-height: 80px;
}

#mnd-subscription-info .plan-price {
    font-size: 2rem !important;
    font-weight: bold;
    margin-bottom: 15px;
}


#mnd-subscription-info #pay-per-use-plan-card .plan-price {
    color: #52615c;
}

#mnd-subscription-info #pay-per-use-plan-card .bullet {
    color: #52615c;
}

#mnd-subscription-info #subscribed-plan-card {
    background-color: #eae2d1 !important;
}

#mnd-subscription-info #subscribed-plan-card .bullet {
    color: #aa892e;
}

#mnd-subscription-info #subscribed-plan-card .price-original {
    min-height: 25px;
}

#mnd-subscription-info #subscribed-plan-card .price-original p {
    font-size: 2rem;
    color: #cab688;
    text-decoration: line-through;
    margin-right: 5px;
}

#mnd-subscription-info #subscribed-plan-card .price-discounted {
    min-height: 25px;
}

#mnd-subscription-info #subscribed-plan-card .price-discounted p {
    color: #aa892e;
    font-size: 2rem;
    /* Couleur du prix en promotion */
}

#mnd-subscription-info #subscribed-plan-card h3 {
    color: #30347d;

}

#mnd-subscription-info #subscribed-plan-card p {
    color: #30347d;
    margin-top: 10px;
    /* Couleur du prix en promotion */
}

/* #endregion */

/* #region Webinar Viewer */

#mnd-webinar-viewer h2 {
    margin-top: 40px;
    font-size: 2.5rem;
}

#mnd-webinar-viewer h3 {
    font-size: 1.5rem;
}

#mnd-webinar-viewer .category-name {
    font-size: 1.5rem;
    text-transform: uppercase;
}

#mnd-webinar-viewer .table-row {
    border-bottom: 1px solid #ddd;
}

#mnd-webinar-viewer .mnd-table-header {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

#mnd-webinar-viewer .table td {
    padding: 20px 10px 20px 10px;
    vertical-align: middle;
}

#mnd-webinar-viewer .table-last-column {
    text-align: right;
}

#mnd-webinar-viewer .card-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

#mnd-webinar-viewer .card-chevron i {
    font-size: 1.5em;
    transition: transform 0.3s;
}

#mnd-webinar-viewer .card-chevron .card-chevron--open {
    transform: rotate(180deg);
}

#mnd-webinar-viewer .btn-download {
    background-color: #a9892e;
    color: white;
    text-align: center;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

#mnd-webinar-viewer .btn-download:focus {
    color: white;
    text-decoration: none;
}

#mnd-webinar-viewer .btn-download:hover {
    background-color: #a9892e;
    color: white;
    text-decoration: none;
}

/* #endregion */

/* #region Webinar Player */

.mnd-webinar-player h2 {
    font-size: 2.5rem;
}

.mnd-webinar-player h3 {
    font-size: 1.5rem;
}

.mnd-webinar-player .category-name {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.mnd-webinar-player .table-row {
    border-bottom: 1px solid #ddd;
}

.mnd-webinar-player .mnd-table-header {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.mnd-webinar-player .table td {
    padding: 20px 10px 20px 10px;
    vertical-align: middle;
}

.mnd-webinar-player .table-last-column {
    text-align: right;
}

.mnd-webinar-player .card-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.mnd-webinar-player .card-chevron i {
    font-size: 1.5em;
    transition: transform 0.3s;
}

.mnd-webinar-player .card-chevron .card-chevron--open {
    transform: rotate(180deg);
}

.mnd-webinar-player .btn-download {
    background-color: #a9892e;
    color: white;
    text-align: center;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.mnd-webinar-player .btn-download:focus {
    color: white;
    text-decoration: none;
}

.mnd-webinar-player .btn-download:hover {
    background-color: #a9892e;
    color: white;
    text-decoration: none;
}

.mnd-webinar-player-header {
    margin: 20px 50px;
    display: flex;
    align-items: start;
    flex-direction: row;
    justify-content: space-between;
}

.mnd-webinar-player-back-link a {
    font-size: 16px;
    text-decoration: none;
    color: black;
}

.mnd-webinar-player-back-link a:hover {
    color: #51615c;
}

.mnd-webinar-player-title {
    font-size: 24px;
    min-width: 800px;
}

.mnd-webinar-player-container {
    margin: 20px 50px;
    max-height: calc(100vh - 300px);
    height: calc(100vh - 300px);
}

#mnd-player .flowplayer {
    max-height: calc(100vh - 300px);
}

.mnd-webinar-player .card {
    margin: 20px 50px;
}

.mnd-webinar-player .message {
    background-color: #1f295a;
    max-height: calc(100vh - 300px);
    height: calc(100vh - 300px);
    color: white;
    text-align: center;
    align-content: center;
    font-size: 24px;
}

.video-compare {
    display: flex;
    gap: 16px;
    width: 100%;
}

.video-box {
    flex: 1;
    border: 1px solid #ccc;
    padding: 8px;
    box-sizing: border-box;
}

.video-box h3 {
    margin: 0 0 8px 0;
    font-size: 14px;
    text-align: center;
    font-family: sans-serif;
}

.mnd-webinar-player video,
.mnd-webinar-player iframe {
    width: 100%;
    max-height: calc(100vh - 300px);
    background: #000;
}

.mnd-webinar-player-container {
    position: relative;
    background-color: #1f295a;
}

#mnd-player,
#mnd-slides,
#mnd-notification {
    transition: all 0.3s ease;
}

.mode-main-video #mnd-player {
    position: relative;
    width: 100%;
    z-index: 1;
}

.mode-main-slides #mnd-slides {
    position: relative;
    width: 100%;
    z-index: 1;
    max-height: calc(100vh - 300px);
    text-align: center;
}

.mode-main-slides #mnd-slides img {
    max-height: inherit;
    width: auto !important;
}

.mode-main-slides #mnd-player {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25%;
    z-index: 10;
}

.mode-main-video #mnd-slides {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25%;
    z-index: 10;
    pointer-events: none;
}

.mode-side-by-side {
    display: flex;
    align-items: center;
    background-color: #1f295a;
}

.mode-side-by-side #mnd-player,
.mode-side-by-side #mnd-slides {
    position: relative;
    width: 50%;
}

.mnd-webinar-player-menu {
    text-align: center;
}

.mnd-webinar-player-menu .btn {
    background-color: #a9892e;
    color: white;
    text-align: center;
    padding: 8px 10px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    width: 40px;
}

.mnd-webinar-player-menu .btn:disabled {
    background-color: #eee;
    color: black;
    cursor: default;
}

.mode-side-by-side #mnd-notification {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 40px;
    background: #a9892e;
    z-index: 10;
    opacity: 0.8;
    padding: 5px;
    text-align: center;
    color: white;
    align-content: center;
    text-align: center;
    place-content: center;
}

.mode-main-video #mnd-notification {
    position: absolute;
    bottom: 60px;
    width: 300px;
    height: 140px;
    background: #a9892e;
    z-index: 10;
    opacity: 0.8;
    padding: 5px;
    text-align: center;
    color: white;
    align-content: center;
    right: 10px;
}

.mode-main-slides #mnd-notification {
    position: absolute;
    bottom: 10px;
    width: 300px;
    height: 140px;
    background: #a9892e;
    z-index: 10;
    opacity: 0.8;
    padding: 5px;
    text-align: center;
    color: white;
    align-content: center;
    right: 10px;
}

.mnd-webinar-player-menu {
    display: flex;
    justify-content: space-between;
    padding: 0px 50px;
}

.exam-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 600px;
}

.exam-title {
    text-align: center;
    margin-bottom: 5px;
}

.exam-bullets {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.exam-bullet {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #ccc;
    cursor: pointer;
    transition: all 0.2s ease;
}

.exam-bullet:hover {
    transform: scale(1.2);
}

.exam-bullet.active {
    border-color: #a9892e;
    box-shadow: 0 0 0 2px rgba(169, 137, 46, 0.3);
}

.exam-bullet.answered {
    background-color: #a9892e;
    border-color: #a9892e;
}

.exam-bullet.unanswered {
    background-color: #fff;
}

.exam-page {
    display: none;
    flex: 1;
}

.exam-page.active {
    display: block;
}

.exam-question-text {
    font-size: 1.1em;
    margin-bottom: 15px;
}

.exam-question-hint {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.exam-choice {
    margin-bottom: 10px;
}

.exam-choice label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: background 0.15s ease;
}

.exam-choice-text {
    margin-left: 10px;
}

.exam-choice label:hover {
    background: #f5f5f5;
}

.exam-choice input:checked+.exam-choice-text {
    font-weight: 600;
}

.exam-choice label:has(input:checked) {
    background: rgba(169, 137, 46, 0.3);
    border-color: #a9892e;
}

.exam-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.exam-nav button {
    padding: 8px 24px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 0.95em;
    transition: opacity 0.2s;
}

.exam-nav button:disabled {
    opacity: 0.4;
    cursor: default;
}

.exam-nav .btn-prev,
.exam-nav .btn-next {
    background: #f0f0f0;
    color: #333;
}

.exam-nav .btn-prev:hover:not(:disabled),
.exam-nav .btn-next:hover:not(:disabled) {
    background: #e0e0e0;
}

.exam-nav .btn-submit {
    background: #a9892e;
    color: #fff;
}

.exam-nav .btn-submit:hover:not(:disabled) {
    opacity: 0.85;
}

.exam-page-indicator {
    font-size: 0.9em;
    color: #888;
}

.exam-result {
    min-width: 350px;
    min-height: 80px;
    align-content: center;
}

/* #endregion */

/* #region Manage Guests Modal */

#manage-guests-modal .guest-item {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

#manage-guests-modal .mnd-modal-title {
    font-size: 24px;
    padding: 20px;
}

#manage-guests-modal .mnd-modal-available-licences {
    font-size: 16px;
    padding: 20px;
}

#manage-guests-modal .mnd-modal-available-licences-max-reached {
    color: #f90202;
}

#manage-guests-modal .mnd-modal-body {
    max-height: 400px;
    /* Hauteur maximale du contenu */
    overflow-y: auto;
    /* Activer le scroll vertical */
    padding: 10px;
}

#manage-guests-modal .mnd-modal-footer {
    display: block;
}

#manage-guests-modal .guest-email {
    margin-left: 20px;
}

#manage-guests-modal .btn-red {
    background-color: #fa1008;
    color: white;
    text-align: center;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

#manage-guests-modal .btn-blue {
    background-color: #30347d;
    color: white;
    text-align: center;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

#manage-guests-modal .btn-grey {
    background-color: #a5a5a5;
    color: white;
    text-align: center;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

#manage-guests-modal textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#peppol-information-banner {
    background-color: #eae2d1;
    color: #a9892e;
    border: 1px solid #a9892e;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 20px 0;
}
/* #endregion */

/* #region Webinar Details */
.webinar-details {
    max-width: 1280px; 
    margin: 0 auto;
}

.webinar-details-header {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #666;
    text-transform: uppercase;
    padding-top: 20px;
}

.webinar-details-title {
    font-family: "Gilda Display", sans-serif;
    padding: 40px 0px;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    max-width: 1280px;
    border-bottom: 1px solid #ccc;
}

.webinar-details-content {
    display: flex;
    gap: 40px;
    max-width: 1284px;
    overflow-y: auto;
    /* height: 50vh; */
}

.webinar-details-left-panel {
    width: 250px;
}

.webinar-details-right-panel {
    width: calc(100% - 250px);
}

.webinar-details-right-panel .webinar-card__cta-button {
    display: block;
    margin-top: 1em;
    text-transform: uppercase;
}

.webinar-details-footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    /* Crée des colonnes adaptatives */
    gap: 20px;
    justify-content: end;
    align-items: center;
    /* Aligne verticalement les éléments */
    min-height: 60px;
    border-top: 1px solid #ccc;
    width: 100%;
    padding-top: 20px;
}
/* #endregion */