/*
Theme Name: Mentissa
Theme URI: https://idizbox.com
Author: iDizBox
Author URI: https://idizbox.com
Description: By iDizBox - 2026
Version: 1.00
Text Domain: idbxboostrap1
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --white: #FFFFFF;
    --black: #7F1734;
    --text: #9D4B66;
    --color-bg : #FDF0F3;
    --color-1 : #E01A4F;
}


html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 100vh;
    overflow-x: clip;
    overflow-y: visible !important;
}

body {
    background-color: var(--color-bg);
    color: var(--text);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    position: relative;
}

.mobile_only {
    display: none;
}

:focus {
    outline: 0!important;
}

a, a:visited, a:focus {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.mb_10 { margin-bottom: 10px; }
.mb_15 { margin-bottom: 15px; }
.mb_20 { margin-bottom: 20px; }
.mb_25 { margin-bottom: 25px; }
.mb_30 { margin-bottom: 30px; }
.mb_40 { margin-bottom: 40px; }
.mb_50 { margin-bottom: 50px; }
.mb_60 { margin-bottom: 60px; }
.mt_10 { margin-top: 10px; }
.mt_15 { margin-top: 15px; }
.mt_20 { margin-top: 20px; }
.mt_25 { margin-top: 25px; }
.mt_30 { margin-top: 30px; }
.mt_40 { margin-top: 40px; }
.mt_50 { margin-top: 50px; }
.mt_60 { margin-top: 60px; }

.pb_10 { padding-bottom: 10px; }
.pb_15 { padding-bottom: 15px; }
.pb_20 { padding-bottom: 20px; }
.pb_25 { padding-bottom: 25px; }
.pb_30 { padding-bottom: 30px; }
.pb_40 { padding-bottom: 40px; }
.pb_50 { padding-bottom: 50px; }
.pb_60 { padding-bottom: 60px; }
.pt_10 { padding-top: 10px; }
.pt_15 { padding-top: 15px; }
.pt_20 { padding-top: 20px; }
.pt_25 { padding-top: 25px; }
.pt_30 { padding-top: 30px; }
.pt_40 { padding-top: 40px; }
.pt_50 { padding-top: 50px; }
.pt_60 { padding-top: 60px; }

.pos_rel {
    position: relative;
}

h1, .h1 {
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
    color: var(--black);
}

h2, .h2, .h1_smaller {
    font-size: 32px;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
    color: var(--black);
}

.color_black {
    color: var(--black);
}

.color_1 {
    color: var(--color-1);
}

.p_div p:last-of-type {
    margin-bottom: 0;
}

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

.btn, .btn:active, .btn:visited, .btn:focus {
    background-color: var(--color-1);
    color: var(--white);
    font-size: 16px;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 100px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border: 1px solid var(--color-1);
    transition: all 0.2s ease;
}

.btn:hover {
    background-color: #ff2962;
    color: var(--white);
}

.btn_white, .btn_white:active, .btn_white:visited, .btn_white:focus {
    background-color: var(--white);
    color: var(--black);
    border: 1px solid #E8D6DB;
}

.btn_white:hover {
    border: 1px solid var(--color-1);
    background-color: transparent;
    color: var(--color-1);
}

.page_standard {
    padding-top: 95px;
}

/************************************/
/************************************/
/*             NAVBAR               */
/************************************/
/************************************/

.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--color-bg);
    border-bottom: 1px solid #E8D6DB;
}

#collapseNavbar {
    gap: 40px;
}

.navbar-expand-lg .navbar-nav {
    gap: 50px;
}

.navbar-logo {
    height: 64px;
    width: auto;
    display: block;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    color: var(--black);
    font-weight: bold;
    font-size: 16px;
}

.navbar-expand-lg .navbar-nav .nav-link.active, .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #F40824;
}

.navbar-toggler {
    border: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 28px;
}

.navbar-toggler span {
    display: block;
    background-color: var(--black);
    height: 3px;
    width: 30px;
    margin-top: 5px;
    margin-bottom: 6px;
    position: relative;
    left: 0;
    opacity: 1;
    border-radius: 6px;
    transition: all 0.35sease-out;
    transform-origin: center left;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
    margin-top: 7px;
}

#navbar-bg {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    background: #000000;
    z-index: 300;
    -webkit-transition: opacity 1.5s ease-out .1s,visibility 1.5s ease-out .1s;
    transition: opacity 1.5s ease-out .1s,visibility 1.5s ease-out .1s;
    opacity: 0;
    visibility: hidden;
}

body.navbar-on #navbar-bg {
    visibility: visible;
    opacity: .5;
    pointer-events: auto;
    -webkit-transition-timing-function: cubic-bezier(0.19,1,0.22,1);
    transition-timing-function: cubic-bezier(0.19,1,0.22,1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    cursor: pointer;
    z-index: 1029;
}

#main_nav {
    padding: 18px 0;
    background: #f8ecef;
    border-bottom: 1px solid #e7d7dc;
}

.navbar_actions_desktop {
    gap: 12px;
} 

.account_modal_actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.navbar_profile .btn_profile {
    min-height: 50px;
    padding: 9px 20px 9px 14px;
    border: 1px solid #E8D6DB;
    border-radius: 999px;
    background: var(--white);
    color: var(--black);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    box-shadow: none;
    gap: 10px;
}

.navbar_profile .btn_profile:hover,
.navbar_profile .btn_profile:focus,
.navbar_profile .btn_profile:active,
.navbar_profile .show > .btn_profile {
    background: #f7dfe2;
    color: #9d1638;
    border-color: #e8c3c8;
    box-shadow: none;
}

.btn_profile_avatar {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    background: var(--black);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}

.btn_profile_name {
    display: inline-block;
    white-space: nowrap;
}

.btn_profile_arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}

.navbar_profile .dropdown-toggle::after {
    display: none;
}

.navbar_profile .dropdown-menu {
    min-width: 100%;
    margin-top: 10px !important;
    padding: 10px;
    border: 1px solid #efd2d6;
    border-radius: 20px;
    background: #fff7f8;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.navbar_profile .dropdown-item {
    border-radius: 12px;
    padding: 12px 14px;
    font-weight: 600;
    color: #9d1638;
}

.navbar_profile .dropdown-item:hover,
.navbar_profile .dropdown-item:focus {
    background: #f7dfe2;
    color: #9d1638;
}

@media (max-width: 991.98px) {
    .navbar_profile {
        width: 100%;
    }

    .navbar_profile .btn_profile {
        width: 100%;
        justify-content: space-between;
    }

    .navbar_profile .dropdown-menu {
        width: 100%;
    }
}

/************************************/
/************************************/
/*               FORMS              */
/************************************/
/************************************/

.label_block {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1;
    color: var(--black);
}

.inputbb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 9px 20px;
    background-color: var(--white);
    border: 1px solid #E8D6DB;
    border-radius: 10px;
    color: var(--text);
}

.input_cont {
    margin-bottom: 15px;
}

.input100 {
    width: 100%;
}

.password_field {
    position: relative;
}

.password_field .inputbb {
    padding-right: 56px;
}

.toggle_password {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.toggle_password .hide_pw {
    display: none;
}

.toggle_password.is-visible .show_pw {
    display: none;
}

.toggle_password.is-visible .hide_pw {
    display: inline-flex;
}

input.pretty_checkbox[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

input.pretty_checkbox[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 28px;
    color: var(--black);
    font-weight: 400;
    line-height: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: left;
    margin-bottom: 15px;
    font-size: 16px;
}

input.pretty_checkbox[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #E8D6DB;
    position: absolute;
    left: 0;
    top: 4px;
    opacity: 1;
    border-radius: 5px;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input.pretty_checkbox[type="checkbox"]:checked + label:before {
    width: 10px;
    top: 0px;
    left: 5px;
    border-radius: 2px;
    opacity: 1;
    border: 1px solid var(--black);
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

select.inputbb {
    background-repeat:no-repeat;
    background-position:97% 50%;
    background-size:13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.049' viewBox='0 0 12 7.049'%3E%3Cpath fill='%237F1734' d='M341.493-697l-4.2-4.2a1.021,1.021,0,0,1-.3-.753,1.021,1.021,0,0,1,.3-.753,1.021,1.021,0,0,1,.753-.3,1.021,1.021,0,0,1,.753.3l4.951,4.951a.944.944,0,0,1,.229.35,1.191,1.191,0,0,1,.067.4,1.191,1.191,0,0,1-.067.4.945.945,0,0,1-.229.35L338.8-691.3a1.021,1.021,0,0,1-.753.3,1.02,1.02,0,0,1-.753-.3,1.02,1.02,0,0,1-.3-.753,1.02,1.02,0,0,1,.3-.753Z' transform='translate(-691 -337) rotate(90)'/%3E%3C/svg%3E%0A");
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    padding-right:25px
}

label a, label a:hover, label a:active, label a:visited {
    color: inherit;
    text-decoration: underline;
}

.fake_input {
    position: relative;
    border: none;
    border-radius: 10px;
    padding: 2px 10px;
    margin-bottom: 15px;
    background-color: var(--white);
    border: 1px solid #E8D6DB;
}

#naissance_j, #naissance_m, #naissance_a,
#naissance_enfant_j, #naissance_enfant_m, #naissance_enfant_a,
#profile_naissance_j, #profile_naissance_m, #profile_naissance_a,
#concert_date_j, #concert_date_m, #concert_date_a {
    width: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 7px 0px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    resize: none;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 10px;
    color: var(--text);
}

#naissance_j, #naissance_enfant_j, #concert_date_j, #profile_naissance_j {
    margin-left: 0;
}

#naissance_a, #naissance_enfant_a, #concert_date_a, #profile_naissance_a {
    width: 70px;
}

.auth_message {
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--color-1);
}

.forgot_password_link {
    color: var(--color-1);
    opacity: 0.6;
    font-size: 14px;
}

.forgot_password_link:hover {
    opacity: 1;
}

.modal .close {
    position: absolute;
    right: 15px;
    z-index: 999;
}

.modal-content {
    border-radius: 20px;
    border: 1px solid #E8D6DB;
    background-color: var(--white);
}

.modal-header {
    border-bottom: 1px solid #E8D6DB;
}

.modal-header {
    padding-right: 50px;
}

.auth_tabs {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 4px;
    margin: 0 0 20px 0;
    list-style: none;
    background: #ffedf2;
    border-radius: 999px;
}

.auth_tabs .nav-item {
    flex: 1 1 0;
    margin: 0;
}

.auth_tabs .nav-link {
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 12px 24px;
    transition: all 0.25s ease;
    box-shadow: none;
}

.auth_tabs .nav-link:hover,
.auth_tabs .nav-link:focus {
    color: var(--black);
    background: transparent;
    box-shadow: none;
}

.auth_tabs .nav-link.active, .auth_tabs .show > .nav-link {
    background: var(--color-1);
    color: var(--white);
    box-shadow: none;
}

.auth_tabs .nav-link:not(.active):hover {
    color: var(--black);
}

.reset_box {
    border-radius: 20px;
    border: 1px solid #E8D6DB;
    background-color: var(--white);
    padding: 15px;
}

/************************************/
/************************************/
/*             ACCUEIL              */
/************************************/
/************************************/

.home_video {
    border-radius: 20px;
    overflow: hidden;
}

.home_h1 {
    font-size: 54px;
}

.home_h2 {
    font-size: 48px;
}

.home_avantage_titlecont {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.home_avantage_title h3 {
    font-size: 20px;
    font-weight: 900;
    color: var(--black);
}

.home_avantage_titleicon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FDF0F3;
    border: 1px solid #E8D6DB;
    border-radius: 100px;
}

.home_rejoins_btncont {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.mc_box.mc_box_big_home {
    padding: 60px 30px;
}

#top_marquee {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: var(--white);
    position: relative;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    line-height: 60px;
    background-color: var(--color-1);
}

#top_marquee span {
    padding: 0 20px;
}

/************************************/
/************************************/
/*             MON COMPTE           */
/************************************/
/************************************/

.mc_box{
    background: var(--white);
    border: 1px solid #E8D6DB;
    border-radius: 20px;
    padding: 20px;
}

.mc_tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 18px;
    border: 1px solid #E8D6DB;
    border-radius: 999px;
    background: var(--white);
    color: var(--color-1);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.mc_title, .mc_section_title {
    font-weight: 900;
    line-height: 1.05;
    color: var(--black);
}

.mc_title {
    font-size: 42px;
}

.mc_section_title{
    font-size: 28px;
}

.mc_badge_card {
    background: var(--white);
    border: 1px solid #E8D6DB;
    border-radius: 20px;
    padding: 0;
    text-align: center;
    height: 100%;
    transition: all .25s ease;
}

.mc_badge_card.active{
    border: 1px solid var(--color-1);
    background: var(--white);
}

.mc_badge_card.locked{
    opacity: 0.5;
}

.mc_badge_visual {
    padding: 30px 40px;
    border-bottom: 1px solid #E8D6DB;
}

.mc_badge_card.active .mc_badge_visual{
    border-bottom: 1px solid var(--color-1);
}

.mc_badge_visual img{
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
}

.mc_badge_cont {
    position: relative;
    padding: 0px 15px 15px 15px;
}

.mc_badge_level {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 1px solid #E8D6DB;
    border-radius: 999px;
    color: #ea215e;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    top: -16px;
    position: relative;
    background-color: var(--color-bg);
}

.mc_badge_card.active .mc_badge_level {
    border: 1px solid var(--color-1);
}

.mc_badge_name {
    font-size: 18px;
    font-weight: 900;
    color: var(--black);
    line-height: 1;
    margin-bottom: 5px;
}

.mc_badge_meta {
    font-size: 14px;
    color: var(--text);
}

.mc_badge_link {
    display: inline-block;
    margin-top: 1px;
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.mc_points_box {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

.mc_points_total {
    font-size: 18px;
    line-height: 1.4;
    color: #7f1734;
}

.mc_progress_bar {
    width: 100%;
    height: 12px;
    background: #f3dbe2;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
}

.mc_progress_bar span {
    display: block;
    height: 100%;
    background: var(--color-1);
    border-radius: 999px;
    transition: width 0.4s ease;
}

.mc_points_totalcont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mc_points_text {
    font-size: 14px;
    line-height: 1.5;
    color: var(--text);
    opacity: 0.8;
}

.mc_missions_list,
.mc_activity_list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mc_mission_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: var(--white);
    border: 1px solid #E8D6DB;
    border-radius: 15px;
    padding: 15px;
    text-decoration: none;
    transition: all .25s ease;
}

.mc_mission_item:hover{
    border-color: #ea215e;
    transform: translateY(-2px);
}

.mc_mission_title {
    font-size: 16px;
    line-height: 1.05;
    font-weight: 900;
    color: var(--black);
    margin-bottom: 4px;
}

.mc_mission_desc {
    color: var(--text);
    font-size: 16px;
}

.mc_mission_points {
    color: var(--color-1);
    font-weight: 700;
    font-size: 16px;
}

.mc_mission_arrow {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color-1);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}
.mc_activity_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-top: 1px solid #E8D6DB;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mc_activity_item:first-child{
    border-top: 0;
    padding-top: 0;
}

.mc_activity_item:last-child {
    padding-bottom: 0;
}

.mc_activity_title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    color: var(--black);
    margin-bottom: 4px;
}

.mc_activity_meta {
    font-size: 16px;
    line-height: 1.4;
    color: var(--text);
}

.mc_activity_list {
    gap: 0;
}

.mc_activity_status {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}

.mc_activity_status.success {
    background: var(--black);
    color: var(--white);
}

.mc_activity_status.pending{
    background: var(--black);
    color: var(--white);
}

.mc_accordion .accordion-item {
    background: var(--white);
    border: 1px solid #E8D6DB;
    border-radius: 20px !important;
    overflow: hidden;
    margin-bottom: 10px;
}

.mc_accordion .accordion-button {
    background: var(--white);
    color: var(--black);
    font-size: 16px;
    font-weight: 800;
    padding: 30px;
    box-shadow: none !important;
}

.accordion-button::after, .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.545' height='8' viewBox='0 0 14.545 8'%3E%3Cpath fill='%237F1734' d='m7.268 5.911 5.63-5.633a.9.9 0 0 1 .68-.278.96.96 0 0 1 .68.297.93.93 0 0 1 .287.68.93.93 0 0 1-.287.68L8.36 7.54a1.5 1.5 0 0 1-.517.345A1.5 1.5 0 0 1 7.268 8q-.287 0-.574-.115a1.5 1.5 0 0 1-.518-.345L.278 1.64A.89.89 0 0 1 0 .968a.96.96 0 0 1 .297-.67.93.93 0 0 1 .68-.288.93.93 0 0 1 .68.287z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 14px;
    height: 8px;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.mc_accordion .accordion-button:not(.collapsed){
    background: var(--white);
    color: #7b1737;
}

.mc_accordion .accordion-body {
    padding: 0 30px 30px 30px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text);
}

.mc_faq_box {
    border-top: 1px solid #E8D6DB;
}

.mc_modal_feedback {
    font-weight: bold;
    color: var(--color-1);
}

.mc_upload_input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.mc_upload_field {
    position: relative;
}

.mc_upload_label {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 18px 20px;
    border: 1px solid #e7d8df;
    border-radius: 18px;
    background: var(--white);
    cursor: pointer;
    transition: all .2s ease;
}

.mc_upload_label:hover {
    border-color: var(--color-1);
    box-shadow: 0 0 0 4px rgba(224, 26, 79, 0.08);
}

.mc_upload_icon {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff0f4;
    color: var(--color-1);
}

.mc_upload_text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    flex: 1 1 auto;
}

.mc_upload_title {
    font-weight: 700;
    color: var(--black);
    line-height: 1.2;
}

.mc_upload_subtitle {
    font-size: 14px;
    color: #8a6f79;
    line-height: 1.2;
}

.mc_upload_button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--color-1);
    color: var(--white);
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
}

.mc_upload_selected {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid var(--color-1);
    border-radius: 18px;
    background: #fff7fa;
}

.mc_upload_selected_icon {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-1);
    color: var(--white);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.mc_upload_selected_icon.is-image {
    background: var(--black);
}

.mc_upload_selected_text {
    flex: 1 1 auto;
    min-width: 0;
}

.mc_upload_selected_name {
    font-weight: 700;
    color: var(--black);
    line-height: 1.3;
    word-break: break-word;
}

.mc_upload_selected_meta {
    margin-top: 4px;
    font-size: 13px;
    color: #8a6f79;
    line-height: 1.2;
}

.mc_upload_remove {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: var(--white);
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
}

.mc_upload_remove:hover {
    background: var(--black);
    color: var(--white);
}

@media (max-width: 767px) {
    .mc_upload_label,
    .mc_upload_selected {
        align-items: flex-start;
    }

    .mc_upload_label {
        flex-wrap: wrap;
    }

    .mc_upload_button {
        width: 100%;
    }
}

.mc_quiz_answer_item {
    position: relative;
}

.mc_quiz_radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.mc_quiz_answer_label {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid #e8d7df;
    border-radius: 16px;
    background: var(--white);
    cursor: pointer;
    transition: all .2s ease;
    font-weight: 500;
    line-height: 1.4;
}

.mc_quiz_answer_label:hover {
    border-color: var(--color-1);
    transform: translateY(-1px);
}

.mc_quiz_answer_bullet {
    width: 22px;
    height: 22px;
    border: 2px solid #cfa9b7;
    border-radius: 50%;
    flex: 0 0 22px;
    position: relative;
    transition: all .2s ease;
}

.mc_quiz_answer_bullet::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: var(--color-1);
    transform: scale(0);
    transition: transform .2s ease;
}

.mc_quiz_radio:checked + .mc_quiz_answer_label {
    border-color: var(--color-1);
    background: rgba(224, 26, 79, 0.06);
    box-shadow: 0 0 0 3px rgba(224, 26, 79, 0.08);
}

.mc_quiz_radio:checked + .mc_quiz_answer_label .mc_quiz_answer_bullet {
    border-color: var(--color-1);
}

.mc_quiz_radio:checked + .mc_quiz_answer_label .mc_quiz_answer_bullet::after {
    transform: scale(1);
}

.mc_quiz_audio_btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border: 1px solid #e8d7df;
    border-radius: 999px;
    background: var(--white);
    color: var(--black);
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
}

.mc_quiz_audio_btn:hover {
    border-color: var(--color-1);
    transform: translateY(-1px);
}

.mc_quiz_audio_btn.is-playing {
    background: rgba(224, 26, 79, 0.08);
    border-color: var(--color-1);
}

.mc_quiz_audio_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--color-1);
    color: var(--white);
    font-size: 14px;
    line-height: 1;
}

.mc_quiz_progress_label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 1px solid #E8D6DB;
    border-radius: 999px;
    color: #ea215e;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    background-color: var(--white);
}

.mc_quiz_question_title {
    font-size: 18px;
    color: var(--black);
}

#quizResultTitle {
    font-weight: 900;
    font-size: 24px;
    color: var(--black);
}

.mc_mission_item.is_done {
    opacity: 0.4;
    pointer-events: none;
}

.mc_referral_input_wrap{
    position: relative;
}

.mc_referral_input{
    padding-right: 56px;
}

.mc_referral_copy_btn{
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    padding: 0;
    width: 24px;
    height: 24px;
    color: var(--black);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mc_referral_copy_btn:hover{
    opacity: 0.8;
}

footer {
    border-top: 1px solid #E8D6DB;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 11px;
}

footer a {
    color: var(--text);
}

.mc_mini_list {
    border-top: 1px solid #E8D6DB;
    padding-top: 20px;
}

/************************************/
/************************************/
/*             ADMIN                */
/************************************/
/************************************/

.pagination_fans {
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.page-link {
    border: 1px solid #E8D6DB;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: var(--white);
    color: var(--black);
}

.page-item:first-child .page-link {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.active>.page-link, .page-link.active {
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
}

.page-link:hover {
    z-index: 2;
    color: var(--color-1);
    background-color: var(--white);
    border-color: #E8D6DB;
}

.mc_table_fans th, .mc_table_fans td,
.mc_admin_table th, .mc_admin_table td {
    text-align: center;
    color: var(--black);
}

.mc_table_fans td, .mc_admin_table td {
    text-align: center;
    color: var(--text);
    padding-top: 20px;
    padding-bottom: 20px;
}

.mc_table_fans th:first-child, .mc_table_fans td:first-child,
.mc_admin_table th:first-child, .mc_admin_table td:first-child {
    text-align: left;
}

.mc_table_fans th a, .mc_admin_table th a {
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.mc_table_fans th:first-child a, .mc_admin_table th:first-child a {
    justify-content: start;
}

.mc_table_fans td.td_email, .mc_admin_table td.td_strong {
    font-weight: 600;
}

.mc_table_fans td a, .mc_admin_table td a {
    color: var(--text);
}

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

.mc_table_fans .go_left, .mc_table_fans th.go_left {
    text-align: left;
}

.mc_table_fans th.go_left a, .mc_admin_table th.go_left a {
    justify-content: start;
}

td.mc_admin_table_link {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
}

.mc_admin_social_card{
    cursor:pointer;
    transition:transform .15s ease, box-shadow .15s ease;
}

.mc_admin_social_card:hover{
    transform:translateY(-2px);
}

.mc_admin_social_body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    justify-content: center;
    min-height: 100px;
}

.mc_admin_social_name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
}

.mc_admin_social_link {
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word;
    opacity: 0.9;
}

.mc_admin_social_date {
    opacity: 0.6;
    font-size: 14px;
}

#socialPostModalName {
    font-weight: 900;
    font-size: 20px;
    margin-top: 10px;
}

#socialPostModalEmbed {
    border-radius: 20px;
    overflow: hidden;
    min-height: 320px;
}

.mc_social_embed_cont iframe,
.mc_social_embed_cont blockquote,
.mc_social_embed_cont video {
    width: 100% !important;
    max-width: 100% !important;
}

.mc_social_embed_fallback {
    min-height: 320px;
    border: 2px dashed #ddd;
    border-radius: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    text-align: center;
    background: #fff;
}
    
.mc_tiktok_embed_cont iframe {
    display: block;
    width: 100%;
    min-height: 440px;
    border: 0;
    border-radius: 20px;
    background: #000;
}

/************************************/
/************************************/
/*        ADMIN FAN SOLO            */
/************************************/
/************************************/

.mc_admin_fan_subtitle {
    color: var(--text);
    font-size: 16px;
    line-height: 1.4;
}

.mc_admin_backlink {
    color: var(--text);
    font-weight: 700;
    font-size: 14px;
}

.mc_admin_backlink:hover {
    color: var(--color-1);
}

.mc_admin_tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    border-bottom: 0;
}

.mc_admin_tabs .nav-item {
    margin-bottom: 0;
}

.mc_admin_tabs .nav-link {
    border: 1px solid #E8D6DB;
    background: var(--white);
    color: var(--black);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    padding: 12px 18px;
    border-radius: 999px;
}

.mc_admin_tabs .nav-link:hover {
    border-color: var(--color-1);
    color: var(--color-1);
}

.mc_admin_tabs .nav-link.active {
    background: var(--color-1);
    color: var(--white);
    border-color: var(--color-1);
}


.mc_admin_statcard {
    background: #fff7fa;
    border: 1px solid #E8D6DB;
    border-radius: 18px;
    padding: 18px 20px;
}

.mc_admin_statlabel {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 6px;
}

.mc_admin_statvalue {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.1;
    color: var(--black);
}

.mc_status_chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    border: 1px solid #E8D6DB;
    background: var(--white);
    color: var(--black);
    line-height: 1;
}

.mc_status_chip.is-success {
    border-color: rgba(224, 26, 79, 0.18);
    background: rgba(224, 26, 79, 0.08);
    color: var(--color-1);
}

.mc_status_chip.is-pending {
    border-color: rgba(127, 23, 52, 0.15);
    background: rgba(127, 23, 52, 0.08);
    color: var(--black);
}

.mc_status_chip.is-refused {
    border-color: #ead7dd;
    background: #f7f1f3;
    color: #9d6b7b;
}

.mc_admin_action_form {
    padding: 20px;
    border-radius: 20px;
    background: #fff7fa;
    border: 1px solid #E8D6DB;
}

.mc_admin_empty {
    padding: 30px 20px;
    border: 1px dashed #E8D6DB;
    border-radius: 20px;
    text-align: center;
    color: var(--text);
    background: #fffbfd;
}

.mc_admin_notice {
    padding: 16px 20px;
    border-radius: 18px;
    font-weight: 700;
    border: 1px solid #E8D6DB;
    background: var(--white);
}

.mc_admin_notice.is-success {
    color: var(--color-1);
    background: #fff7fa;
    border-color: #f3cad7;
}

.mc_admin_notice.is-danger {
    color: #a02b4f;
    background: #fff1f4;
    border-color: #efc7d2;
}

@media (max-width: 992px) {
    .mc_admin_sidebar {
        position: static;
        top: auto;
    }
}

@media (max-width: 767px) {
    .mc_admin_fan_header {
        padding: 20px;
    }

    .mc_admin_tabs {
        gap: 8px;
    }

    .mc_admin_tabs .nav-link {
        padding: 10px 14px;
        font-size: 13px;
    }

    .mc_admin_pointsvalue {
        font-size: 34px;
    }
}

.mc_admin_badge_img {
    width: 100%;
    height: auto;
    max-width: 200px;
    margin: auto;
}

.badge_type_label{
    display:inline-block;
    padding:6px 10px;
    border-radius:999px;
    font-size:14px;
    line-height:1;
    font-weight:600;
}

.badge_type_mimiche{
    background:#f7d7e1;
    color:#7F1734;
}

.badge_type_supermimiche{
    background:#dff4ea;
    color:#1c6b4a;
}

.badge_type_supermegamimiche{
    background:#efe3ff;
    color:#5a2d91;
}

.badge_type_default{
    background:#eee;
    color:#333;
}

.admin_stat_label {
    font-weight: 900;
}

.admin_stat_value {
    color: var(--color-1);
    font-weight: 900;
    font-size: 40px;
}

/********************************************
CHATBOX MEMBRE
********************************************/

.mc_chatbox {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999;
}

.mc_chatbox_toggle {
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    background: var(--black);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
}

.mc_chatbox_toggle:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 34px rgba(157, 75, 102, 0.36);
}

.mc_chatbox_toggle svg {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
}

.mc_chatbox_notif {
    position: absolute;
    top: -5px;
    right: 0px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--color-1);
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFFFFF;
}

.mc_chatbox_panel {
    position: absolute;
    right: 0;
    bottom: 70px;
    width: min(380px, calc(100vw - 32px));
    height: 560px;
    min-height: 200px;
    max-height: calc(100vh - 130px);
    display: flex;
    flex-direction: column;
    background: var(--white);
    backdrop-filter: blur(18px);
    border: 1px solid #E8D6DB;
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(157, 75, 102, 0.18);
    overflow: hidden;
    transform-origin: bottom right;
    transform: translateY(20px) scale(0.96);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.mc_chatbox.is-open .mc_chatbox_panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.mc_chatbox_header {
    padding: 15px;
    background: var(--black);
    color: var(--white);
}

.mc_chatbox_header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mc_chatbox_identity {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.mc_chatbox_meta {
    min-width: 0;
}

.mc_chatbox_title {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
}

.mc_chatbox_close {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.24);
    background: rgba(255,255,255,0.12);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    flex: 0 0 auto;
}

.mc_chatbox_close:hover {
    background: rgba(255,255,255,0.18);
    transform: rotate(90deg);
}

.mc_chatbox_messages {
    flex: 1;
    overflow: auto;
    padding: 18px 16px 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.72) 0%, rgba(255,244,247,0.8) 100%);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mc_chatbox_day {
    align-self: center;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(63, 36, 48, 0.65);
    background: rgba(157, 75, 102, 0.08);
    border: 1px solid rgba(157, 75, 102, 0.08);
}

.mc_message_row {
    display: flex;
}

.mc_message_row.is-admin {
    justify-content: flex-start;
}

.mc_message_row.is-user {
    justify-content: flex-end;
}

.mc_message_bubble {
    max-width: 82%;
    padding: 12px 14px 10px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 10px 24px rgba(157, 75, 102, 0.08);
    position: relative;
    word-break: break-word;
}

.mc_message_row.is-admin .mc_message_bubble {
    background: #fff;
    color: #3f2430;
    border-top-left-radius: 8px;
}

.mc_message_row.is-user .mc_message_bubble {
    background: linear-gradient(135deg, #9d4b66 0%, #b66380 100%);
    color: #fff;
    border-top-right-radius: 8px;
}

.mc_message_meta {
    display: block;
    margin-top: 7px;
    font-size: 11px;
    opacity: 0.72;
}

.mc_chatbox_form {
    padding: 14px;
    border-top: 1px solid rgba(157, 75, 102, 0.1);
    background: rgba(255, 250, 247, 0.98);
}

.mc_chatbox_composer {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: end;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e7c9d3;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.mc_chatbox_textarea {
    width: 100%;
    min-height: 44px;
    max-height: 120px;
    resize: none;
    border: 0;
    outline: none;
    background: transparent;
    color: #3f2430;
    font-size: 14px;
    line-height: 1.5;
    font-family: inherit;
    padding: 4px 6px;
}

.mc_chatbox_send {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 16px;
    cursor: pointer;
    background: var(--color-1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(157, 75, 102, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.mc_chatbox_send:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(157, 75, 102, 0.28);
}

.mc_chatbox_send:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.mc_chatbox_hint {
    margin-top: 8px;
    padding: 0 4px;
    font-size: 11px;
    color: rgba(63, 36, 48, 0.55);
}

.mc_chatbox_feedback {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(157, 75, 102, 0.08);
    color: #9d4b66;
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 640px) {
    .mc_chatbox {
        right: 16px;
        bottom: 16px;
    }

    .mc_chatbox_toggle {
        width: 62px;
        height: 62px;
    }

    .mc_chatbox_panel {
        right: 0;
        bottom: 78px;
        width: calc(100vw - 20px);
        height: min(72vh, 560px);
    }

    .mc_chatbox_subline {
        max-width: 100%;
    }
}

/**/

/********************************************
ADMIN MESSAGERIE
********************************************/

.mc_admin_msg_layout {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 24px;
}

.mc_admin_msg_sidebar,
.mc_admin_msg_main {
    min-width: 0;
}

.mc_admin_msg_sidebar_head {
    margin-bottom: 20px;
}

.mc_admin_msg_threads {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mc_admin_msg_thread {
    display: block;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #ecd3dc;
    text-decoration: none;
    color: #3b2330;
    transition: all .2s ease;
}

.mc_admin_msg_thread:hover,
.mc_admin_msg_thread.is-active {
    border-color: #9d4b66;
    background: #fff4f7;
}

.mc_admin_msg_thread_top,
.mc_admin_msg_thread_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mc_admin_msg_thread_top {
    margin-bottom: 8px;
}

.mc_admin_msg_thread_name {
    font-weight: 800;
}

.mc_admin_msg_thread_date {
    font-size: 12px;
    opacity: .7;
}

.mc_admin_msg_thread_snippet {
    font-size: 13px;
    opacity: .8;
}

.mc_admin_msg_thread_badge {
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: #9d4b66;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
}

.mc_admin_msg_header {
    margin-bottom: 20px;
}

.mc_admin_msg_meta {
    font-size: 14px;
    opacity: .75;
}

.mc_admin_msg_messages {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 420px;
    max-height: 65vh;
    overflow: auto;
    margin-bottom: 20px;
}

.mc_admin_msg_row {
    display: flex;
}

.mc_admin_msg_row.is-member {
    justify-content: flex-start;
}

.mc_admin_msg_row.is-admin {
    justify-content: flex-end;
}

.mc_admin_msg_bubble {
    max-width: 72%;
    padding: 14px 16px;
    border-radius: 20px;
}

.mc_admin_msg_row.is-member .mc_admin_msg_bubble {
    background: #fff;
    border: 1px solid #ecd3dc;
}

.mc_admin_msg_row.is-admin .mc_admin_msg_bubble {
    background: linear-gradient(135deg, #9d4b66 0%, #bf6a86 100%);
    color: #fff;
}

.mc_admin_msg_author {
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 8px;
}

.mc_admin_msg_text {
    font-size: 14px;
    line-height: 1.55;
}

.mc_admin_msg_time {
    margin-top: 8px;
    font-size: 11px;
    opacity: .7;
}

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

    .mc_admin_msg_bubble {
        max-width: 88%;
    }
}

/************************************/
/************************************/
/*          MEDIA QUERIES           */
/************************************/
/************************************/

@media (min-width: 1270px) and (max-width: 1350px) {

    
    
}

@media (min-width: 993px) and (max-width: 1269px) {
    
    
}

@media (max-width: 992px) {
    
    .home_h1, .home_h2 {
        font-size: 36px;
    }
    
    h2, .h2, .h1_smaller {
        font-size: 26px;
    }
    
    .home_rejoins_btncont {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn_account, .btn_account:active, .btn_account:visited, .btn_account:focus {
        width: 50px;
        height: 50px;
        padding: 0;
    }
    
    .mc_title {
        font-size: 28px;
    }
    
    .mc_tag {
        font-size: 12px;
    }
    
    .mc_points_totalcont {
        flex-direction: column;
        align-items: start;
    }
    
    .mc_accordion .accordion-button {
        padding: 15px;
    }
    
    #collapseNavbar {
        padding-top: 30px;
    }
    
    .navbar-expand-lg .navbar-nav {
        gap: 20px;
    }
    
}