@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
    --primary-color: #DEB14E;
    --secondary-color: #252323;
    border-radius: 10px;
}

#beta-alert {
    position: fixed;
    bottom: 0px;
    right: 20px;
    overflow: hidden;
    background-color: white;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

#beta-alert .title {
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#beta-alert .title img {
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

#beta-alert .form {
    overflow: hidden;
    height: 0px;
    padding: 0;
    width: 300px;
    transition: 0.3s;
}

#beta-alert .form-open {
    padding: 20px;
    height: auto;
}

.mbsc-scroller-wheel-item div div {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    list-style: none;
    outline: none;
    word-break: break-word;
}

#loader-upload {
    display: none;
    position: fixed;
    z-index: 10;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

#loader-upload .percent-bar {
    height: 10px;
    width: 100%;
    background-color: rgb(240, 240, 240);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
}

#loader-upload .percent-bar div {
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 0%;
    background-color: var(--primary-color);

}

#loader-compression {
    display: none;
    position: fixed;
    z-index: 10;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

#loader-compression .percent-bar {
    height: 10px;
    width: 100%;
    background-color: rgb(240, 240, 240);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
}

#loader-compression .percent-bar div {
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 0%;
    background-color: var(--primary-color);

}

a {
    color: var(--primary-color);
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
}

.btn img {
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.btn-primary {
    color: white;
    background-color: var(--primary-color);
}

h1 {
    font-size: 35px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 40px;
}

h1 img {
    height: 60px;
    vertical-align: middle;
}

h1 span {
    font-size: 20px;
    color: var(--primary-color);
    display: block;
    text-align: center;
}

ul li {
    list-style: none;
}

ul li img {
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.error-message {
    background-color: rgba(255, 0, 0, 0.1);
    color: rgb(255, 0, 0);
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 5px;
    font-size: 14px;
}

.wait-message {
    background-color: rgba(255, 120, 0, 0.1);
    color: rgb(255, 120, 0);
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 5px;
    font-size: 16px;
}

.success-message {
    background-color: rgba(4, 148, 69, 0.1);
    color: rgb(4, 148, 69);
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 5px;
    font-size: 16px;
}

.container {
    width: 600px;
    max-width: 80%;
    margin: 80px auto;
}

.container-photo {
    display: inline-block;
    position: relative;
}

.container-photo .account_certification {
    position: absolute;
    bottom: 0px;
    right: 10px;
    height: 20px;
}

.certification-result-search {
    position: absolute;
    top: 65px;
    left: 65px;
    height: 35px;
}

.flex-rows {
    display: flex;
    flex-direction: row;
}

.flex-space-between {
    justify-content: space-between;
}

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

.row {
    flex: 1;
}

.background-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: black;
}

.box-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: auto;
}

.box-form .form {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    width: 400px;
    max-width: 100%;
}

.box-form .form-no-box {
    padding: 0px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

form .logo-form,
.form .logo-form {
    height: 120px;
    width: 120px;
    display: block;
    margin: 0 auto;
    margin-top: -94px;
    margin-bottom: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border: 4px solid white;
    object-fit: cover;
}

form .form-title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
}

input[type='text'],
input[type='search'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='url'],
input[type='number'],
select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    font-size: 16px;
    border: none;
    background-color: rgb(240, 240, 240);
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    z-index: 5;
}

input[multiple] {
    padding: 10px;
}

textarea {
    display: block;
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 16px;
    border: none;
    background-color: rgb(240, 240, 240);
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    resize: none;
}

input[type='submit'] {
    width: 100%;
    background-color: var(--primary-color);
    color: white;
    height: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: none;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    display: block;

}

.mbsc-ios.mbsc-page {
    background-color: transparent !important;
}

.mbsc-ios.mbsc-textfield-wrapper-box,
.mbsc-ios.mbsc-textfield-wrapper-outline {
    margin: 0px !important;
}


form label {
    position: relative;
}

.label-form {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    padding-left: 10px;
    border-left: 4px solid var(--primary-color);
}

form .radio-image {
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: var(--primary-color);
    font-size: 14px;
    text-align: center;
    flex: 1;
}

form .radio-image img {
    height: 50px;
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 5px;
}

/* HIDE RADIO */
form .radio-image input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
form .radio-image input[type=radio]+img {
    cursor: pointer;
}

/* CHECKED STYLES */
form .radio-image input[type=radio]:checked+img {
    outline: 2px solid var(--primary-color);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    background-color: #deb04e15;
}

.infos-plateforme {
    background-color: white;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.row .return {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    background-color: white;
    line-height: 50px;
    text-align: center;
    color: var(--primary-color);
    font-size: 30px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 80px);
    padding: 40px 20px;
}

#header-session {
    position: sticky;
    top: 0px;
    height: 80px;
    background-color: white;
    border-bottom: 1px solid rgb(200, 200, 200);
    z-index: 10;
}

#header-session h1 {
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
}

#header-session .logo {
    height: 120px;
    width: 120px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    object-fit: cover;
    vertical-align: middle;
    position: absolute;
    top: 20px;
    left: 20px;
    border: 2px solid rgb(200, 200, 200);
}

#header-session .home {
    position: absolute;
    top: 50%;
    left: 160px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#header-session .chat-header {
    height: 30px;
    vertical-align: middle;
    opacity: 0.5;
    margin-right: 20px;
    display: inline-block;
    position: relative;
}

#header-session .chat-header .notif {
    position: absolute;
    top: -3px;
    right: -3px;
    height: 15px;
    width: 15px;
    background-color: var(--primary-color);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border: 2px solid white;
    display: none;
}

#header-session .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px; /* because of abs pos, has to match .user-photo */
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

#header-session .infos-user {
    /* display: inline-block; */
    vertical-align: middle;
}

#header-session .infos-user .user-photo {
    height: 50px;
    width: 50px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    object-fit: cover;
    vertical-align: middle;
    margin-right: 10px;
}

#header-session .infos-user a b {
    color: black;
}

#header-session .infos-user span {
    display: inline-block;
    margin: 0px 20px;
}

#header-session .infos-user .submenu {
    display: none;
    position: absolute;
    overflow: auto;
    max-height: 80dvh;
    top: 50px;
    right: 0px;
    width: 350px;
    background-color: white;
    padding: 20px;
    padding-top: 0px;
    border: 1px solid rgb(220, 220, 220);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#header-session .infos-user .submenu a {
    color: rgb(80, 80, 80);
    display: block;
    margin-top: 20px;
}

#header-session .infos-user .submenu a img {
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

#header-session .infos-user:hover .submenu {
    display: block;
}

#header-session .mock-infos-user {
    display: none;
    vertical-align: middle;
}

#header-session .mock-infos-user .user-photo {
    height: 50px;
    width: 50px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    object-fit: cover;
    vertical-align: middle;
    margin-right: 10px;
}

#header-session .mock-infos-user a b {
    color: black;
}

#header-session .mock-infos-user span {
    display: inline-block;
    margin: 0px 20px;
}

.search-box {
    padding: 20px;
    border: 1px solid rgb(200, 200, 200);
    margin-top: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: none;
    overflow: hidden;
    transition: 0.3s;
}

.display-filters {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 10px;
    color: var(--primary-color);
}

.input-range {
    margin-top: 20px;
}

.input-range label {
    margin-bottom: 10px;
    display: block;
}

.result-search {
    margin-top: 40px;
}

.result-search h2 {
    margin-bottom: 20px;
}

.card {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-left: 120px;
    background-color: rgb(245, 245, 245);
    min-height: 100px;
    margin-bottom: 20px;
}

.card .account-type {
    background-color: var(--primary-color);
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    display: table;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 10px
}

.card .photo {
    position: absolute;
    top: 20px;
    left: 20px;
    object-fit: cover;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    height: 80px;
    width: 80px;
}

.card .name {
    font-weight: 600;
    font-size: 18px;
    color: black;
    text-align: left;
}

.card p {
    text-align: left;
    color: black;
    font-weight: 400;
}

.card .infos {
    margin-bottom: 10px;
    font-weight: 600;
    color: rgb(100, 100, 100);
    text-align: left !important;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
    --primary-color: #DEB14E;
    --secondary-color: #252323;
    border-radius: 10px;
}

#beta-alert {
    position: fixed;
    bottom: 0px;
    right: 20px;
    overflow: hidden;
    background-color: white;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

#beta-alert .title {
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#beta-alert .title img {
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

#beta-alert .form {
    overflow: hidden;
    height: 0px;
    padding: 0;
    width: 300px;
    transition: 0.3s;
}

#beta-alert .form-open {
    padding: 20px;
    height: auto;
}

.mbsc-scroller-wheel-item div div {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    list-style: none;
    outline: none;
    word-break: break-word;
}

#loader-upload {
    display: none;
    position: fixed;
    z-index: 10;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

#loader-upload .percent-bar {
    height: 10px;
    width: 100%;
    background-color: rgb(240, 240, 240);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
}

#loader-upload .percent-bar div {
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 0%;
    background-color: var(--primary-color);
}

/* ✅ AJOUT MANQUANT */
.loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.loader img{
    height: 100px;
}
.loader p{
    font-size: 18px;
    color: black;
}
/* ------------------ */

#loader-compression {
    display: none;
    position: fixed;
    z-index: 10;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

#loader-compression .percent-bar {
    height: 10px;
    width: 100%;
    background-color: rgb(240, 240, 240);
    border-radius: 5px;
    margin-top: 20px;
}

#loader-compression .percent-bar div {
    height: 100%;
    border-radius: 5px;
    width: 0%;
    background-color: var(--primary-color);
}

a {
    color: var(--primary-color);
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    cursor: pointer;
}

.btn img {
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.btn-primary {
    color: white;
    background-color: var(--primary-color);
}

h1 {
    font-size: 35px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 40px;
}

h1 img {
    height: 60px;
    vertical-align: middle;
}

h1 span {
    font-size: 20px;
    color: var(--primary-color);
    display: block;
    text-align: center;
}

ul li {
    list-style: none;
}

ul li img {
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.error-message {
    background-color: rgba(255, 0, 0, 0.1);
    color: rgb(255, 0, 0);
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 5px;
    font-size: 14px;
}

.wait-message {
    background-color: rgba(255, 120, 0, 0.1);
    color: rgb(255, 120, 0);
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 5px;
    font-size: 16px;
}

.success-message {
    background-color: rgba(4, 148, 69, 0.1);
    color: rgb(4, 148, 69);
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 5px;
    font-size: 16px;
}

.container {
    width: 600px;
    max-width: 80%;
    margin: 80px auto;
}

.container-photo {
    display: inline-block;
    position: relative;
}

.container-photo .account_certification {
    position: absolute;
    bottom: 0px;
    right: 10px;
    height: 20px;
}

.certification-result-search {
    position: absolute;
    top: 65px;
    left: 65px;
    height: 35px;
}

.flex-rows {
    display: flex;
    flex-direction: row;
}

.flex-space-between {
    justify-content: space-between;
}

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

.row {
    flex: 1;
}

.background-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: black;
}

.box-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: auto;
}

.box-form .form {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    width: 400px;
    max-width: 100%;
}

.box-form .form-no-box {
    padding: 0px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

form .logo-form,
.form .logo-form {
    height: 120px;
    width: 120px;
    display: block;
    margin: 0 auto;
    margin-top: -94px;
    margin-bottom: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border: 4px solid white;
    object-fit: cover;
}

form .form-title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
}

input[type='text'],
input[type='search'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='url'],
input[type='number'],
select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    font-size: 16px;
    border: none;
    background-color: rgb(240, 240, 240);
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    z-index: 5;
}

input[multiple] {
    padding: 10px;
}

textarea {
    display: block;
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 16px;
    border: none;
    background-color: rgb(240, 240, 240);
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    resize: none;
}

input[type='submit'] {
    width: 100%;
    background-color: var(--primary-color);
    color: white;
    height: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: none;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    display: block;

}

.mbsc-ios.mbsc-page {
    background-color: transparent !important;
}

.mbsc-ios.mbsc-textfield-wrapper-box,
.mbsc-ios.mbsc-textfield-wrapper-outline {
    margin: 0px !important;
}


form label {
    position: relative;
}

.label-form {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    padding-left: 10px;
    border-left: 4px solid var(--primary-color);
}

form .radio-image {
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: var(--primary-color);
    font-size: 14px;
    text-align: center;
    flex: 1;
}

form .radio-image img {
    height: 50px;
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 5px;
}

/* HIDE RADIO */
form .radio-image input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
form .radio-image input[type=radio]+img {
    cursor: pointer;
}

/* CHECKED STYLES */
form .radio-image input[type=radio]:checked+img {
    outline: 2px solid var(--primary-color);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    background-color: #deb04e15;
}

.infos-plateforme {
    background-color: white;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.row .return {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    background-color: white;
    line-height: 50px;
    text-align: center;
    color: var(--primary-color);
    font-size: 30px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 80px);
    padding: 40px 20px;
}

#header-session {
    position: sticky;
    top: 0px;
    height: 80px;
    background-color: white;
    border-bottom: 1px solid rgb(200, 200, 200);
    z-index: 10;
}

#header-session h1 {
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
}

#header-session .logo {
    height: 120px;
    width: 120px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    object-fit: cover;
    vertical-align: middle;
    position: absolute;
    top: 20px;
    left: 20px;
    border: 2px solid rgb(200, 200, 200);
}

#header-session .home {
    position: absolute;
    top: 50%;
    left: 160px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#header-session .chat-header {
    height: 30px;
    vertical-align: middle;
    opacity: 0.5;
    margin-right: 20px;
    display: inline-block;
    position: relative;
}

#header-session .chat-header .notif {
    position: absolute;
    top: -3px;
    right: -3px;
    height: 15px;
    width: 15px;
    background-color: var(--primary-color);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border: 2px solid white;
    display: none;
}

#header-session .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px; /* because of abs pos, has to match .user-photo */
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

#header-session .infos-user {
    /* display: inline-block; */
    vertical-align: middle;
}

#header-session .infos-user .user-photo {
    height: 50px;
    width: 50px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    object-fit: cover;
    vertical-align: middle;
    margin-right: 10px;
}

#header-session .infos-user a b {
    color: black;
}

#header-session .infos-user span {
    display: inline-block;
    margin: 0px 20px;
}

#header-session .infos-user .submenu {
    display: none;
    position: absolute;
    top: 50px;
    right: 0px;
    width: 400px;
    background-color: white;
    padding: 20px;
    border: 1px solid rgb(220, 220, 220);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    z-index: 10;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

#header-session .infos-user .submenu a {
    color: rgb(80, 80, 80);
    display: block;
    margin-top: 20px;
}

#header-session .infos-user .submenu a img {
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

#header-session .infos-user:hover .submenu {
    display: block;
}

#header-session .mock-infos-user {
    display: none;
    vertical-align: middle;
}

#header-session .mock-infos-user .user-photo {
    height: 50px;
    width: 50px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    object-fit: cover;
    vertical-align: middle;
    margin-right: 10px;
}

#header-session .mock-infos-user a b {
    color: black;
}

#header-session .mock-infos-user span {
    display: inline-block;
    margin: 0px 20px;
}

.search-box {
    padding: 20px;
    border: 1px solid rgb(200, 200, 200);
    margin-top: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: none;
    overflow: hidden;
    transition: 0.3s;
}

.display-filters {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 10px;
    color: var(--primary-color);
}

.input-range {
    margin-top: 20px;
}

.input-range label {
    margin-bottom: 10px;
    display: block;
}

.result-search {
    margin-top: 40px;
}

.result-search h2 {
    margin-bottom: 20px;
}

.card {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-left: 120px;
    background-color: rgb(245, 245, 245);
    min-height: 100px;
    margin-bottom: 20px;
}

.card .account-type {
    background-color: var(--primary-color);
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    display: table;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 10px
}

.card .photo {
    position: absolute;
    top: 20px;
    left: 20px;
    object-fit: cover;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    height: 80px;
    width: 80px;
}

.card .name {
    font-weight: 600;
    font-size: 18px;
    color: black;
    text-align: left;
}

.card p {
    text-align: left;
    color: black;
    font-weight: 400;
}

.card .infos {
    margin-bottom: 10px;
    font-weight: 600;
    color: rgb(100, 100, 100);
    text-align: left !important;
}

/* ✅ AJOUT MANQUANT */
.card .infos .asp{
    background-color: var(--primary-color);
    padding: 5px 10px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 20px;
    display: table;
    margin-bottom:10px;
}
/* ------------------ */

.card_user_boost,
.card_event_boost {
    border: 1px solid var(--primary-color)!important;
    position: relative;
    overflow: hidden;
}

.card_user_boost::before,
.card_event_boost::before {
    z-index: 2;
    content: var(--sponsored-label);
    text-transform: uppercase;
    background-color: var(--primary-color);
    padding: 5px 10px;
    color: white;
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
}

.fiche-athlete {
    width: 1000px;
}

.fiche-athlete .photo {
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: 0px auto;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.fiche-athlete h1 {
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}

.fiche-athlete .infos {
    text-align: center;
    color: rgb(100, 100, 100);
    margin-top: 10px;
}

.fiche-athlete .flex-rows {
    margin-top: 20px;
    gap: 20px;
    align-items: flex-start;
}

.fiche-athlete .flex-rows .row {
    padding: 20px;
    background-color: rgb(245, 245, 245);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.fiche-athlete .flex-rows h2 {
    margin-bottom: 10px;
    font-size: 20px;
    padding-left: 10px;
    border-left: 4px solid var(--primary-color);
    margin-top: 30px;
}

.event-flyer {
    display: block;
    width: 400px;
    max-width: 100%;
    margin: 80px auto;
    cursor: pointer;
}

.event-actions {
    float: right;
}

.event-actions a {
    margin-left: 30px;
    display: inline-block;
}

.event-actions img {
    height: 25px;
}

.rs-link {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.rs-link div img {
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.avis {
    text-align: center;
    margin-top: 20px;
}

.avis img {
    height: 25px;
}

.menu-bar,
.logo_mobile,
.mobile-menu-close {
    display: none;
}

.card {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-left: 120px;
    background-color: rgb(245, 245, 245);
    min-height: 100px;
    margin-bottom: 20px;
}

.card .account-type {
    background-color: var(--primary-color);
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    display: table;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 10px
}

.card .photo {
    position: absolute;
    top: 20px;
    left: 20px;
    object-fit: cover;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    height: 80px;
    width: 80px;
}

.card .name {
    font-weight: 600;
    font-size: 18px;
    color: black;
    text-align: left;
}

.card p {
    text-align: left;
    color: black;
    font-weight: 400;
}

.card .infos {
    margin-bottom: 10px;
    font-weight: 600;
    color: rgb(100, 100, 100);
    text-align: left !important;
}

.card_user_boost {
    border: 1px solid var(--primary-color);
    position: relative;
    overflow: hidden;
}

.card_user_boost::before {
    content: var(--sponsored-label);
    text-transform: uppercase;
    background-color: var(--primary-color);
    padding: 5px 10px;
    color: white;
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
}

.elements-list {
    margin-top: 40px;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.elements-list .item {
    padding: 20px;
    position: relative;
    border-bottom: 1px solid rgb(200, 200, 200);
    padding-left: 60px;
}

.elements-list .item:last-child {
    border-bottom: none;
}

.elements-list .item img {
    position: absolute;
    top: 50%;
    left: 10px;
    height: 30px;
    margin-top: -15px;
}

.chat-conversation {
    border: 1px solid rgb(220, 220, 220);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.chat-conversation .conv {
    position: relative;
}

.chat-conversation .conv .photo {
    height: 50px;
    width: 50px;
    margin-top: -25px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 20px;
}

.chat-conversation .conv .infos {
    padding: 20px;
    padding-left: 90px;
}

.chat-conversation .conv .infos h4 {
    font-size: 20px;
    color: black;
    font-weight: normal;
}

.chat-conversation .conv .infos p {
    font-size: 16px;
    color: rgb(80, 80, 80);
    overflow: hidden;
    white-space: nowrap;
}

.chat-conversation .conv-new-message .infos h4,
.chat-conversation .conv-new-message .infos p {
    font-weight: bold;
}

.chat {
    border: 1px solid rgb(220, 220, 220);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
}

.chat .conv {
    position: relative;
}

.chat .conv .back {
    height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    left: 20px;
    opacity: 0.5;
}

.chat .conv .back:hover {
    opacity: 0.7;
}

.chat .conv .photo {
    height: 40px;
    width: 40px;
    margin-top: -20px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 60px;
}

.chat .conv .infos {
    padding: 18px;
    padding-left: 110px;
    border-bottom: 1px solid rgb(220, 220, 220);
}

.chat .conv .infos h4 {
    font-size: 20px;
    color: black;
    font-size: normal;
}

.chat .conv .infos p {
    font-size: 16px;
    color: rgb(80, 80, 80);
}

.chat form input[type=submit] {
    margin-top: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.chat form textarea {
    margin-bottom: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-color: white;
}

.chat .content {
    overflow-y: auto;
    height: 300px;
    border-bottom: 1px solid rgb(220, 220, 220);
    padding-bottom: 10px;
    display: flex;
    flex-direction: column-reverse;
}

.chat .content .message {
    padding: 10px;
    padding-bottom: 0px;
    text-align: left;
}

.chat .content .message .value {
    padding: 10px 20px;
    background-color: rgb(240, 240, 240);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    display: inline-block;
    max-width: 60%;
}

.chat .content .your-message {
    text-align: right;
}

.chat .content .your-message .value {
    background-color: var(--primary-color);
    color: white;
    text-align: left;
}

.chat-header-mobile {
    display: none;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.grid-highlight .item {
    height: 300px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.grid-highlight .item .delete {
    z-index: 1;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 30px;
    background-color: #00000088;
    padding: 5px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.grid-highlight .item .publish-date-formatted {
    z-index: 1;
    display: flex;
    justify-items: center;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 50%;
    height: 30px;
    transform: translateX(-50%);
    background-color: #00000088;
    backdrop-filter: blur(10px);
    padding: 0 10px 0 10px;
    border-radius: 20px;
}

.grid-highlight .item .publish-date-formatted > div {
    color: white;
    font-style: italic;
    font-size: 10pt;
}

.grid-highlight .item .spinning-processing-overlay {
    z-index: 1;
    display: flex;
    justify-items: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    transform: translate(-50%, -50%);
    background-color: #00000088;
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 20px;
}

.grid-highlight .item .spinning-processing-overlay > div {
    color: white;
    font-size: large;
    font-style: italic;
}

.grid-highlight .item .edit {
    z-index: 1;
    opacity: 1;
    position: absolute;
    left: 10px;
    top: 10px;
    height: 30px;
    background-color: #00000088;
    padding: 5px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    backdrop-filter: blur(10px);
    cursor: pointer;

}

.grid-highlight .upload-file {
    border: 2px dashed rgb(200, 200, 200);
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.grid-highlight .upload-file:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.grid-highlight .upload-file-link {
    border: 2px dashed rgb(200, 200, 200);
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.grid-highlight .upload-file-link:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.grid-highlight .upload-file-link-nohover {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}


.grid-highlight .item img {
    height: 40px;
    opacity: 0.3;
}

.grid-highlight .item video {
    width: 100%;
    height: 100%;
    background-color: black;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.user-actions {
    margin-bottom: 20px;
}
.user-actions .btn{
    margin-bottom: 5px;
}

.field-compteur {
    text-align: right;
    color: rgb(120, 120, 120);
    font-size: 12px;
    margin-bottom: 20px;
}

.actu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: mansory;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.event_home_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: mansory;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.actu .item {
    border: 1px solid rgb(220, 220, 220);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
}

.actu .item .cover {
    padding-top: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.actu .item .cover div {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 120px;
    color: white;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.actu .item .cover div p {
    font-size: 12px;
    margin-bottom: 5px;
}

.actu .item .photo {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border: 5px solid white;
    display: block;
    margin-top: -43px;
    z-index: 1;
    position: relative;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: white;
    margin-left: 20px;
}

.grid .item .photo {
    opacity: 100%;
    height: 40px;
    width: 40px;
    object-fit: cover;
    border: 5px solid white;
    display: block;
    border-radius: 99999px;
    -webkit-border-radius: 99999px;
    -moz-border-radius: 99999px;
    background-color: white;
}

.actu .item .infos {
    padding: 20px;
}

.actu .item .infos h4 {
    font-weight: normal;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.actu .item .infos h4 b {
    font-weight: normal;
    color: black;
    font-weight: bold;
}

.actu .item .btn {
    margin-top: 20px;
}
.actu-cat{
    margin-top: 20px;
}
.actu-cat a{
    color: rgb(150,150,150);
    margin-right: 20px;
    font-weight: 400;
}
.actu-cat .selected{
    color: var(--primary-color);
    font-weight: 600;
}
.pagination {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 10px;
}

.pagination span {
    color: rgb(150, 150, 150);
    padding: 5px 10px;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.pagination .previous-btn,
.pagination .next-btn,
.pagination .previous-num,
.pagination .next-num {
    color: var(--primary-color);
    padding: 5px 10px;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.step {
    margin: 40px 0px;
}

.campaign {
    padding: 20px;
    border: 1px solid rgb(220, 220, 220);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.campaign div {
    align-self: center;
    justify-self: center;
}
.campaign h3{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(220,220,220);
}

.campaign b {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

p .read-more{
    display: table;
    cursor: pointer;
    color: var(--primary-color);
    text-decoration: underline;
}
p .more{
    display: none;
}

.fullscreen {
    position: relative;
}

.fullscreen > .fs-only:not(video) {
    display: block;
}

.fullscreenable ~ .fs-only {
    display: none;
}

.fullscreen > .no-fs-only {
    display: none;
}

.account-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.account-grid a{
    color: black;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    background-color: rgb(245,245,245);
    border: 2px solid rgb(245,245,245);
}
.account-grid a img{
    height: 60px;
    margin-bottom: 20px;
}
.account-grid a:hover{
    border-color: var(--primary-color);
}
.account-grid a h3{
    font-size: 16px;
    margin-bottom: 10px;
}
.account-grid a p{
    font-size: 14px;
    color: rgb(80,80,80);
}
.switch .button{
    width: 50px;
    height: 26px;
    background-color: rgb(230,230,230);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}
.switch .button .button_action{
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-color: white;
    top: 3px;
    right: 3px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    transition: 0.3s;
}
.switch .switch-actif{
    background-color: var(--primary-color);
}
.switch .switch-actif .button_action{
    right: calc(100% - 23px);
}

@media screen and (max-width: 1100px) {
    .grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .campaign-container .grid{
        display: grid;
        grid-template-columns: 1fr;
    }

    .actu {
        grid-template-columns: 1fr;
    }

    .flex-rows {
        flex-direction: column;
        width: 100%;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .box-form {
        padding: 40px 0px;
    }

    .box-form-mobile {
        padding: 120px 20px;
    }

    .flex-rows .row {
        width: 100%;
    }

    .container {
        max-width: 100%;
        padding: 0px 20px;
        margin: 40px auto !important;
    }

    .flex-center {
        justify-content: flex-start;
        align-items: flex-start;
        padding: 40px 20px;
    }

    .flex-center .content {
        width: 100%;
    }

    form {
        max-width: 100%;
    }

    .mobile-menu {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 9999;
        background-color: white;
        padding: 40px;
        overflow-y: auto;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transition: 0.3s;
    }

    .mobile-menu-open {
        transform: translateX(0%) !important;
        -webkit-transform: translateX(0%) !important;
        -moz-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
        -o-transform: translateX(0%) !important;
    }

    .mobile-menu h1 {
        font-size: 25px !important;
        margin-bottom: 0px !important;
    }

    .mobile-menu .logo {
        display: block !important;
        position: relative !important;
        width: 120px !important;
        height: 120px !important;
        margin: 0px auto !important;
        top: auto !important;
        left: auto !important;
    }

    .mobile-menu .items {
        position: relative !important;
        display: block !important;
        margin-top: 40px !important;
        top: auto !important;
        transform: translate(0) !important;
        -webkit-transform: translate(0) !important;
        -moz-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        -o-transform: translate(0) !important;
        width: 100% !important;
        right: auto !important;
    }

    .mobile-menu .items .infos-user {
        width: 100%;
        text-align: center;
    }

    .mobile-menu .home {
        position: relative !important;
        top: auto !important;
        -webkit-transform: translate(0) !important;
        -moz-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        -o-transform: translate(0) !important;
        margin-top: 0px !important;
        left: auto !important;
        display: block;
        width: 100px;
        margin: 0px auto;
    }

    .mobile-menu .submenu {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        border: none !important;
        position: relative !important;
        top: 0px !important;
        text-align: left;
    }

    .mobile-menu .submenu .switch{
        margin-top: 40px;
    }

    .mobile-menu .submenu a {
        margin-top: 30px !important;
    }

    .mock-infos-user {
        display: flex !important;
        justify-content: center;
    }

    .mobile-menu .submenu .btn {
        font-size: 14px !important;
    }

    #header-session .infos-user .submenu {
        max-height: fit-content !important;
    }

    #header-session .infos-user .profile-name-trigger {
        display: none !important;
    }

    #header-session .infos-user .session-switch-trigger {
        display: none !important;
    }

    #header-session .infos-user .submenu {
        border-radius: 0 !important;
    }

    .menu-bar {
        display: block;
        height: 30px;
        position: absolute;
        top: 25px;
        right: 20px;
        opacity: 0.5;
    }

    .logo_mobile {
        display: block;
        position: absolute;
        top: 10px;
        height: 60px;
        width: 60px;
        left: 20px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
    }

    .mobile-menu-close {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        height: 25px;
        opacity: 0.5;
    }

    .card {
        padding-left: 100px;
    }

    .card .photo {
        height: 60px !important;
        width: 60px !important;
    }

    .btn {
        text-align: center;
    }

    #beta-alert .form {
        overflow: hidden;
        height: 0px;
        padding: 0;
        width: 60px;
        transition: 0.3s;
    }

    #beta-alert .title {
        font-size: 0px;
        height: 60px;
        line-height: 60px;
    }

    #beta-alert .title img {
        margin-right: 0px;
        height: 30px;
    }

    #beta-alert .form-open {
        padding: 20px;
        height: auto;
        width: calc(100vw - 40px);
    }

    .certification-result-search {
        position: absolute;
        top: 50px;
        left: 50px;
        height: 30px;
    }

    .container-chat {
        margin: 0 !important;
        width: 100%;
        padding: 0;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 100;
        background-color: #fff;
    }

    .container-chat .chat {
        border-radius: 0;
        height: 100%;
        border: none;
    }

    .container-chat .chat .content {
        height: calc(100% - 200px);
    }

    .chat-header {
        display: none !important;
    }

    .chat-header-mobile {
        display: block;
        height: 30px;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        right: 80px;
        opacity: 0.5;
    }

    #header-session .chat-header-mobile .notif {
        position: absolute;
        top: -3px;
        right: -3px;
        height: 15px;
        width: 15px;
        background-color: var(--primary-color);
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border: 2px solid white;
    }

    .user-actions , .actu-cat{
        white-space: nowrap;
        overflow-x: auto;
        margin-left: -20px;
        margin-right: -20px;
        padding-right: 20px;
        padding-left: 10px;
    }

    .user-actions a, .actu-cat a {
        margin-left: 10px;
        display: inline-block;
    }
    .actu-cat{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tabs input + label:first-of-type {
        border-radius: 8px 8px 0 0 !important;
    }

    .tabs input + label:not(:last-of-type) {
        border-bottom: 0 !important;
        border-right: 2px solid var(--primary-color) !important;
    }

    .tabs input + label:last-of-type {
        border-radius: 0 0 8px 8px !important;
    }

}










input[type='range'] {
    width: calc(100%);
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: none;
}

input[type='range']::-webkit-slider-runnable-track {
    width: calc(100%);
    height: 1px;
    background: var(--primary-color);
}

input[type='range']:nth-child(2)::-webkit-slider-runnable-track {
    background: none;
}

input[type='range']::-webkit-slider-thumb {
    position: relative;
    height: 15px;
    width: 15px;
    margin-top: -7px;
    background: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 25px;
    z-index: 1;
}


input[type='range']:nth-child(1)::-webkit-slider-thumb {
    z-index: 2;
}

.rangeslider {
    position: relative;
    height: 60px;
    width: 100%;
    display: block;
    margin-top: -5px;
}

.rangeslider input {
    position: absolute;
}

.rangeslider span {
    position: absolute;
    margin-top: 30px;
    left: 0;
}

.rangeslider .right {
    position: absolute;
    right: 0px;
    left: auto;
}


/* Proof of concept for Firefox */
@-moz-document url-prefix() {
    .rangeslider::before {
        content: '';
        width: 100%;
        height: 2px;
        background: var(--primary-color);
        display: block;
        position: relative;
        top: 16px;
    }

    input[type='range']:nth-child(1) {
        position: absolute;
        top: 35px !important;
        overflow: visible !important;
        height: 0;
    }

    input[type='range']:nth-child(2) {
        position: absolute;
        top: 35px !important;
        overflow: visible !important;
        height: 0;
    }

    input[type='range']::-moz-range-thumb {
        position: relative;
        height: 15px;
        width: 15px;
        margin-top: -7px;
        background: #fff;
        border: 1px solid var(--primary-color);
        border-radius: 25px;
        z-index: 1;
    }

    input[type='range']:nth-child(1)::-moz-range-thumb {
        transform: translateY(-20px);
    }

    input[type='range']:nth-child(2)::-moz-range-thumb {
        transform: translateY(-20px);
    }

}










.banniere-pub {
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: white;
    position: relative;
    overflow: hidden;
}

.banniere-pub .content {
    position: relative;
    z-index: 1;
}

.banniere-pub .logo {
    display: none;
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}

.banniere-pub-logo .logo {
    display: block !important;
}

.banniere-pub-logo .content {
    margin-left: 100px !important;
}

.banniere-pub h3 {
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 15px;
}

.banniere-pub .btn {
    margin-top: 20px;
    border: none;
}

.banniere-pub .bg-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.admin-information {
    padding: 20px;
    background-color: #fff7e4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
}

.admin-information-title {
    font-size: 20px;
}

.admin-information-title img {
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.admin-information h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.admin-information h4 span {
    display: inline-block;
    margin-left: 5px;
    color: var(--primary-color);
    vertical-align: middle;
    font-size: 12px;
    padding: 2px 5px;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.admin-information .btn {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    display: table;
    text-align: left;
}

.admin-information .btn:hover {
    background-color: rgba(255, 255, 255, 1);
}

#deferred-publication.disabled > :not(:first-child) {
    filter: opacity(50%);
}

#deferred-publication.disabled > :first-child > :not(:last-child) {
    filter: opacity(50%);
}

#client-compress.disabled > :not(:first-child) {
    filter: opacity(50%);
}

#client-compress.disabled > :first-child > :not(:last-child) {
    filter: opacity(50%);
}

#hide-author.disabled > :not(:first-child) {
    filter: opacity(50%);
}

#hide-author.disabled > :first-child > :not(:last-child) {
    filter: opacity(50%);
}

#submitCreateEvent:disabled {
    filter: opacity(50%);
    pointer-events: none;
}

.radio-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fs-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
  border-radius: 10px;
  overflow: hidden;
}

.fs-table tr {
    border-bottom: 1px solid #ddd;
}

.fs-table th,
.fs-table td {
    text-align: left;
    padding: 8px 12px;
}

.fs-table tr:last-of-type {
  border-bottom: none;
}

.fs-table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.fs-table tr:hover {
  background-color: #f9f9f9;
}

.space-x-2  > * + *	{
    margin-left: 0.25rem;
}

.space-y-2  > * + *	{
    margin-top: 0.25rem;
}

.space-y-4  > * + *	{
    margin-top: 0.5rem;
}

.space-y-16  > * + *	{
    margin-top: 2rem;
}

.grid-2 {
    grid-template-columns: 1fr 1fr;
}

.tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

.tabs input + label {
    padding: 0.5rem 1rem;
    border: 2px solid var(--primary-color);
    cursor: pointer;
}

.tabs input + label:first-of-type {
    border-radius: 8px 0 0 8px;
}

.tabs input + label:not(:last-of-type) {
    border-right: 0;
}

.tabs input + label:last-of-type {
    border-radius: 0 8px 8px 0;
}

.tabs input + label:hover {
    background: hsl(from var(--primary-color) h s calc(l + 10));
    border-color: hsl(from var(--primary-color) h s calc(l + 10));
    color: white;
}

.tab-content {
    display: none;
}

/* .tabs input[type="radio"]:nth-of-type(1):checked ~ label:nth-of-type(1), */
.tabs div:has(input[type="radio"]:nth-of-type(1):checked) ~ .tab-content:nth-of-type(2) {
    display: block;
}

/* .tabs input[type="radio"]:nth-of-type(2):checked ~ label:nth-of-type(2), */
.tabs div:has(input[type="radio"]:nth-of-type(2):checked) ~ .tab-content:nth-of-type(3) {
    display: block;
}

/* .tabs input[type="radio"]:nth-of-type(3):checked ~ label:nth-of-type(3), */
.tabs div:has(input[type="radio"]:nth-of-type(3):checked) ~ .tab-content:nth-of-type(4) {
    display: block;
}

.fs-table.selectable tr {
    cursor: pointer;
}

.fs-table.selectable tr:has(input[type="radio"]:checked) {
    background-color: var(--primary-color);
    color: white;
}

.lang-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 15px;
}

.lang-option {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 12px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.2s ease;
    text-align: center;
}

.lang-option:hover {
    background-color: #f0f0f0;
}

.lang-option:has(input:checked) {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    font-weight: bold;
}

.lang-option input {
    display: none;
}

.lang-gellule {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    overflow: hidden;
}

.lang-gellule label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    cursor: pointer;
    font-size: 18px;
    width: 8rem;
    transition: all 0.2s ease;
    text-align: center;
}

.lang-gellule label:not(label:last-of-type) {
    border-right: 2px solid var(--primary-color);
}

.lang-gellule label:hover {
    background-color: #f0f0f0;
}

.lang-gellule label:has(input:checked) {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    font-weight: bold;
}

.lang-gellule input {
    display: none;
}

.lang-icon {
    font-size: 28px;
    margin-bottom: 8px;
}

.video-thumbnail {
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
}

.profiles-list {
    display: flex;
    flex-direction: column;
}

.profiles-list > div > a {
    display: flex;
    align-items: center;
}

.profiles-list > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profiles-list .user-photo {
    width: 2rem !important;
    height: 2rem !important;
    aspect-ratio: 1;
}

.infos-user {
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: auto;
}

.oneline {
    overflow: hidden;
    text-wrap: nowrap;
}
