@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
/* Gérer l'ancien style */

.reetags_video {
    object-fit: cover;
    width: 100%;
    height: calc((26.2vw * 1.36) - 30px);
    max-height: 100vh;
}

/*#reetagsCenterElement
 {
    background-color: #00000080;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    display: none;
}*/

#reetagsChatOnboardingOverlay
 {
    background-color: #00000080;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: flex-end;
    display: flex;
}

/*#reetags_login_overlay {
    position: relative !important;
    width: 80% !important;
    background-color: white !important;
    border-radius: 5px !important;
    padding: 2% !important;
} */

#reetagsChatOnboardingModal {
    position: relative !important;
    background-color: white !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: clamp(2rem, 0.5rem + 2vw, 3rem) clamp(1rem, 0.5rem + 2vw, 2rem) !important;
}

.reetags_chat_onboarding_title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1.5rem;
}

#reetagsChatOnboardingForm {
    display: grid;
    grid-row-gap: 1.5rem;
}

.reetags_form_group {
    display: flex;
    flex-direction: column;
}

.reetags_form_label {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

#reetagsChatOnboardingForm #reetagsChatUsername {
    border: 2px solid #0000001A !important;
    border-radius: 5px !important;
    padding: 1rem !important;
    font-size: 16px !important;
    font-size: max(16px, 1rem) !important;
    width: auto !important;
    height: auto !important;
}

.reetags_checkbox_group {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#reetagsChatOnboardingModal #accept_cgu {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    background-color: transparent;
    color: #242424;
    border: 1px solid #2424244D;
    border-radius: 0.1875rem;
    width: 1.25rem;
    height: 1.25rem;
    display: grid;
    place-content: center;
    margin-right: 0.5rem;
}

#reetagsChatOnboardingModal #accept_cgu::before {
    content: "";
    width: 0.65rem;
    height: 0.65rem;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1rem 1rem #242424;
}

#reetagsChatOnboardingModal #accept_cgu:checked::before {
    transform: scale(1);
}

.reetags_submit_button { 
    background: #000;
    color: #FFF;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem;
    border-radius: 5px;
    border: none;
}

.reetags_chat_onboarding_terms {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.reetags_form_close {
    display: none;
    cursor: pointer;
}

/*
.logo_reetags.form_logo {
    width: 30%;
}

.password-show svg {
    width: 20%;
    margin-right: 10%;
}
*/

/* Nouveau style */

#reetags_post_details_overlay * {
    box-sizing: initial !important;
    /*border: none !important;*/
}

.reetags_post_details_overlay.zoomed {
    color: #000;
    position: fixed;
    overflow: hidden;
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    top: 0 !important;
    left: 0 !important;
    background-color: #262626;
    z-index: 2147483647 !important;
    display: none;
    min-height: -webkit-fill-available;
}

.reetagsCenterFullScreen {
    height: 100%;
    width: 100vw;
    position: relative;
}

.reetagsCenterHeaderFullScreen {
    display: flex;
    align-items: center;
    padding-top: 2.4%;
}

.reetagsBackArrow {
    width: 2.73%;
    padding: 4.267%;
    margin: -4.267%;
    margin-left: 0;
}

.reetagsLogo {
    margin-right: 4.267%;
    width: 8.267%;
    border-width: 1px;
}

.reetagsLogoFullScreen {
    position: absolute;
    right: 0;
    margin-right: 4.267%;
    width: 13.267%;
    border-width: 1px;
    top: 1.267%;
}

.reetagsIconUserFullScreen {
    width: 44.78%;
    aspect-ratio: 1;
    object-fit: contain;
    height: auto;
    border: #0000001A solid 1px;
    border-radius: 3px;
    margin-right: 14.92%;
}

.reetagsIconInformationFullScreen {
    width: 40.30%;
}

.reetagsIconInformationFullScreen.hideReetags {
    display: none;
}

.reetagsCenterRegisterImageProductFullScreen.HideReetags {
    display: none;
}

.reetagsCenterContainFullScreen {
    width: 100%;
    height: 100%;
    position: relative;
}

.reetagsInformationUserFullScreen {
    display: flex;
    align-items: center;
    margin-left: 5.28%;
    width: 17.867%;
    position: relative;
}

.reetagsViewFullSceen {
    width: 13.6%;
    background-color: #0000004d;
    border-radius: 5px;
    display: flex;
    align-items: center;
    align-self: stretch;
    margin-left: 13.07%;
    margin-right: 31.12%;
}

.reetagsLiveFullScreen {
    width: 29.33%;
    background-color: #0000004d;
    border-radius: 5px;
    display: flex;
    align-items: center;
    align-self: stretch;
    margin-left: 5.33%;
    margin-right: 23.12%;
}

.reetagsReplayFullScreen {
    width: 33%;
    background-color: #0000004d;
    border-radius: 5px;
    display: flex;
    align-items: center;
    align-self: stretch;
    margin: 0 3.33%;
}

.reetagsTimerReplayFullScreen {
    width: 13.33%;
    background-color: #0000004d;
    border-radius: 5px;
    display: flex;
    align-items: center;
    align-self: stretch;
    margin-right: 4.72%;
    justify-content: center;
}

.reetagsIconReplayFullScreen {
    width: 12.10%;
    margin: 0 4.03%;
}

.reetagsIconFriendReplayFullScreen {
    width: 16.12%;
    margin-right: 4.03%;
    margin-left: 8.064%;
}

.reetagsIconLiveFullScreen {
    width: 13.63%;
    margin: 0 4.54%;
}

.reetagsIconFriendFullScreen {
    margin-left: 9.09%;
    width: 18.18%;
    margin-right: 4.54%;
}

.reetagsContentLiveFullScreen {
    width: 100%;
    height: auto;
}

.reetagsIconPlayFullScreen {
    width: 25.29%;
    margin-left: 9.80%;
    margin-right: 9.80%;
}

.reetagsNumberViewFullScreen {
    font-size: 0.625rem;
    font-family: 'Poppins';
    font-weight: 600;
    color: white;
}

.reetagsMoreInformationFullScreen {
    position: absolute;
    top: 133.33%;
    max-width: 460%;
    display: flex;
    flex-direction: column;
    background-color: #0000004D;
    border-radius: 5px;
    padding: 5px;
}

.reetagsHashtagFullScreen, .reetagsTitleFullScreen, .reetagsFollowFullScreen, .reetagsPseudoFullScreen {
    font-family: 'Poppins';
    font-size: 0.625rem;
    color: white;
    -webkit-text-stroke: 1px #0000001A;
    margin-bottom: 0.125rem;
}

.reetagsFollowFullScreen {
    display: none;
}

.reetagsTitleFullScreen, .reetagsFollowFullScreen {
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.reetagsFollowFullScreen {
    background-color: #FFFFFF4D;
    border: #0000001A solid 1px;
    border-radius: 5px;
    width: min-content;
    padding-left: 2.54%;
    padding-right: 2.54%;
}

.reetagsHashtagFullScreen {
    font-weight: 500;
    opacity: 0.5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.reetagsPseudoFullScreen {
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.reetagsCenterFooterFullScreen {
    position: absolute;
    bottom: 1.23%;
    display: flex;
    flex-direction: column;
    left: 4.267%;
    right: 4.267%;
    top: calc(12% + 4.5rem);
    justify-content: flex-end;
}

.reetagsCenterAddChatFullScreen {
    height: 7.90vh;
    margin-bottom: 1vh;
    background-color: #0000004D;
    border: none;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.463vh;
    flex-shrink: 0;
}

.reetagsCenterAddChatFullScreen.hideReetags {
    display: none !important;
}

/*
#login input:not([type=checkbox]), #register input:not([type=checkbox]), #lost-password input:not([type=checkbox]) {
    font-size: 16px;
    margin-top: 1%;
    margin-bottom: 1%;
    width: calc(100% - 4px - 1rem);
    border: 2px solid rgba(129, 129, 129, .2);
    background-color: transparent;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: middle;
    transition: border-color .5s ease;
    -webkit-transition: border-color .5s ease;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 0.5rem;
}
*/

.reetagsContainPassword {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
}

.reetagsEyeOpen, .reetagsEyeOpenSlash {
    width: 20%;
    position: absolute;
    right: 0;
    display: flex;
    justify-content: flex-end;
}

.reetagsCenterInputChatFullScreen {
    width: 100%;
    max-height: 50%;
    padding: 0 2.915%;
    background-color: transparent;
    border: none;
    color: white;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 0.688rem;
    min-height: 0.88rem;
    line-height: 0.688rem;
    word-wrap: break-word;
    word-break: break-all;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.reetagsCenterInputChatFullScreen::-webkit-scrollbar {
    display: none;
}

.reetagsCenterInputChatFullScreen[placeholder]:empty:before {
    content: attr(placeholder);
}

.reetagsCenterInputChatFullScreen[placeholder]:empty:focus:before {
    content: "";
}

.reetagsCenterInputChatFullScreen:focus {
    outline: none;
}

.reetagsCenterProductAndCommentFullScreen {
    height: calc(100% - 6.16vh);
    display: flex;
    align-items: flex-end;
}

.reetagsCenterListProductFullScreen {
    width: 37.63%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.reetagsCenterListProductFullScreen::-webkit-scrollbar {
    display: none;
}

.reetagsCenterImageProductFullScreen.reetagsProductSmall {
    width: 100%;
    border-radius: 5px;
    aspect-ratio: 4/5;
}

.reetagsCenterImageProductFullScreen.reetagsProductLarge {
    width: 100%;
    aspect-ratio: 4/5;
    border-radius: 5px;
    margin: auto;
}

.reetagsCenterProductFullScreen.reetagsProductLarge {
    width: 78.54%;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #FFFFFFF2;
    border-radius: 5px;
    padding: 5.40% 8.23% 10.81% 8.23%;
    flex-direction: column;
    flex-shrink: 0;
}

.reetagsCenterProductFullScreen {
    margin-top: 1.23vh;
    font-family: 'Poppins';
    font-size: 0.625rem;
    text-align: center;
    font-weight: 500;
}

.reetagsCenterImageProductFullScreen {
    object-fit: cover;
}

.reetagsCenterContainImageProductFullScreen {
    position: relative;
    max-width: 53.47%;
}

.reetagsCenterContainImageProductFullScreen.reetagsProductLarge {
    max-width: 81.96%;
    margin: auto;
}

.reetagsCenterProductFullScreen.reetagsProductSmall span, .reetagsCenterProductFullScreen.reetagsProductSmall .reetagsCenterFooterImageProductFullScreen {
    display: none;
}

.reetagsCenterNameProductFullScreen {
    line-height: 1rem;
    font-weight: 300;
}

.reetagsCenterProductFullScreen span {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.reetagsCenterFooterImageProductFullScreen {
    display: flex;
    margin: 0 5.5%;
    justify-content: center;
}

.reetagsCenterPriceProductFullScreen {
    margin-bottom: 5.5%;
}

.reetagsCenterTitleProductFullScreen {
    margin-top: 5.5%;
}

.reetagsCodePromoProductFullScreen.reetagsProductLarge {
    position: absolute;
    width: auto;
    right: -10.667%;
    top: -1.33%;
    background-color: #0000004D;
    border-radius: 5px;
    padding: 0 2.5%;
    color: white;
}

.reetagsCashBackProductFullScreen {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFFFFFB3;
}

.reetagsCenterChatFullScreen {
    margin-left: 5.83%;
    width: 76.68%;
    display: flex;
    flex-direction: column-reverse;
    height: 21vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    position: absolute;
    left: 17.49%;
}

.reetagsCenterChatFullScreen::-webkit-scrollbar {
    display: none;
}

.reetagsCenterCommentAvatarFullScreen {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

.reetagsCenterCommentContainAvatarFullScreen {
    width: 10.27%;
    padding: 1.90%;
    flex-shrink: 0;
    background-color: #0000004D;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.reetagsCenterContainMessageFullScreen {
    padding: 0 1.90%;
    max-width: 82%;
    padding-left: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #0000004D;
    display: flex;
    align-items: center;
}

.reetagsCenterCommentMessageFullScreen {
    margin: 0;
    color: white;
    font-family: 'Poppins';
    font-weight: 400;
    align-self: center;
    word-break: break-word;
}

.reetagsCenterCommentFullScreen {
    margin-top: 3.8%;
    display: flex;
    background-color: #0000004D;
    border-radius: 5px;
    padding: 1.90%;
}

.reetagsCenterCommentNameFullScreen {
    font-weight: 600;
}

.reetagsContentPlayFullScreen {
    width: 100%;
}

.reetagsRightFullScreen, .reetagsLeftFullScreen {
    display: none;
}

.reetagsSvgArrow {
    width: 2.34%;
    opacity: 0.5;
    flex-shrink: 0;
}

.reetagsLeftFullScreen .reetagsSvgArrow {
    margin-left: 3.047%;
    margin-right: 9.84%;
}

.reetagsRightFullScreen .reetagsSvgArrow {
    margin-right: 3.047%;
    align-self: center;
}

.reetagsParentProductFullScreen {
    width: 69.48%;
    margin-right: 15.28%;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    max-height: 98.62%;
    padding-top: 1.38vh;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.reetagsParentProductFullScreen::-webkit-scrollbar {
    display: none;
}

.reetagsContainRightFullScreen {
    margin-left: 4.62%;
    width: 90.81%;
    display: flex;
    flex-direction: column;
}

.reetagsFooterAddChatFullScreen {
    width: 100%;
    background-color: #FFFFFF1A;
    border-radius: 5px;
    height: 8.55vh;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.463vh;
    flex-shrink: 0;
}

.reetagsFooterAddChatFullScreen.hideReetags {
    display: none;
}

.reetagsFooterCommentFullScreen {
    display: flex;
    margin-bottom: 1.85vh;
    border-radius: 10px;
    flex-shrink: 0;
}

.reetagsFooterChatFullScreen {
    overflow-y: scroll;
    display: flex;
    flex-direction: column-reverse;
    width: 89.55%;
    height: calc(100% - 11.713vh);
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.reetagsFooterChatFullScreen::-webkit-scrollbar {
    display: none;
}

.reetagsFooterCommentContainAvatarFullScreen {
    width: 7.79%;
    aspect-ratio: 1;
    flex-shrink: 0;
    padding: 1.51%;
    padding-left: 0.76%;
    background-color: #FFFFFF1A;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.reetagsFooterCommentAvatarFullScreen {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

.reetagsFooterCommentMessageFullScreen {
    margin: 0;
    font-family: 'Poppins';
    font-size: 0.875rem;
    font-weight: 500;
    color: white;
    align-self: center;
    word-break: break-word;
}

.reetagsFooterCommentMessageFullScreen a, .reetagsCenterCommentMessageFullScreen a{ 
    color: white;
}

.reetagsToast {
    position: absolute;
    background-color: green;
    top: 1vh;
    right: 1vw;
    padding: 1vw;
    border-radius: 5px;
}

.reetagsContentToast {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 0.875rem;
    font-weight: 500;
}

.reetagsContainMessageFullScreen {
    padding: 0 1.51%;
    padding-left: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #FFFFFF1A;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    max-width: 80%;
}

.reetagsFooterCommentNameFullScreen {
    font-weight: 600;
}

.reetagsLeftFullScreen {
    align-items: center;
}

.reetagsHeaderRightFullScreen {
    display: flex;
    margin-bottom: calc(3.22% + 5.628rem);
    margin-top: 1.84vh;
}

.reetagsRightInformationUserFullScreen {
    width: 16.10%;
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}

.reetagsRightIconUserFullScreen {
    width: 47.36%;
    border-radius: 5px;
    margin-right: 10.63%;
    aspect-ratio: 1;
    object-fit: cover;
}

.reetagsRightIconInformationFullScreen {
    width: 42.10%
}

.reetagsRightMoreInformationFullScreen {
    position: absolute;
    top: 142.22%;
    width: 595%;
    display: flex;
    flex-direction: column;
}

.reetagsRightMoreInformationFullScreen.hideReetags, .reetagsMoreInformationFullScreen.hideReetags {
    display: none;
}

.reetagsRightReplayFullScreen {
    width: 27.96%;
    display: flex;
    align-items: center;
    background-color: #FFFFFF1A;
    border-radius: 5px;
    padding: 0 1.86% 0 1.52%;
    margin-left: 9.98%;
}

.reetagsRightIconReplayFullScreen {
    margin-right: 3.27%;
    width: 11.08%;
    flex-shrink: 0;
}

.reetagsRightNumberViewFullScreen {
    color: white;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 0.875rem;
}

.reetagsRightIconFriendReplayFullScreen {
    width: 20.07%;
    margin-right: 3.33%;
    margin-left: 10.53%;
}

.reetagsRightTimerReplayFullScreen {
    margin-left: 12.20%;
    padding: 2.11% 0;
    background-color: #FFFFFF1A;
    border-radius: 5px;
    margin-right: 11.86%;
    display: flex;
    width: 12.69%;
    justify-content: center;
    align-items: center;
}

.reetagsRightCloseFullScreen {
    width: 4.57%;
    align-self: center;
}

.reetagsRightHashtagFullScreen, .reetagsRightTitleFullScreen, .reetagsRightPseudoFullScreen {
    font-family: 'Poppins';
    font-size: 0.75rem;
    color: white;
    -webkit-text-stroke: 1px #0000001A;
    margin-bottom: 0.188rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.reetagsRightTitleFullScreen {
    font-weight: 600;
}

.reetagsRightHashtagFullScreen {
    font-weight: 500;
    color: #FFFFFF80;
}

.reetagsRightPseudoFullScreen {
    font-weight: 700;
}

.reetagsFooterRightFullScreen {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: calc(100% - 3.22% - 5.628rem - 1.84vh - 1rem - 3.70vh);
    margin-bottom: 3.70vh;
}

.reetagsFooterSendChatFullScreen {
    /*width: 25%;*/
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    justify-content: flex-end;
    margin-right: 1vh;
    margin-left: 1rem;
    background-color: #F6F6F6;
    opacity: 1;
    padding: 1vh;
    border-radius: 5px;
}

.reetagsFooterInputChatFullScreen {
    width: 100%;
    max-height: 75%;
    padding: 0 2.915%;
    background-color: transparent;
    border: none;
    color: white;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    min-height: 20px;
    line-height: 16px;
    word-wrap: break-word;
    word-break: break-all;
    height: 50%;
    display: flex;
    align-items: center;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.reetagsFooterInputChatFullScreen::-webkit-scrollbar {
    display: none;
}

.reetagsFooterInputChatFullScreen[placeholder]:empty:before {
    content: attr(placeholder);
}

.reetagsFooterInputChatFullScreen:focus {
    outline: 0;
}

.reetagsRightContentLiveFullScreen {
    width: 100%;
    width: -moz-available;
    /* For Mozzila */
    width: -webkit-fill-available;
    /* For Chrome */
    width: stretch;
    /* Unprefixed */
}

.reetagsCloseButtonFullScreen {
    width: 100%;
    width: -moz-available;
    /* For Mozzila */
    width: -webkit-fill-available;
    /* For Chrome */
    width: stretch;
    /* Unprefixed */
}

.reetagsProductFrameBuy2FullScreen {
    display: none;
}

.reetagsPostDisplay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.reetagsVideoPostFullScreen, .reetagsImagePostFullScreen {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.reetagsRightViewFullSceen {
    display: flex;
    margin-left: 4.57%;
    align-items: center;
    background-color: #FFFFFF1A;
    border-radius: 5px;
    width: 12.99%;
    padding: 1.69%;
    margin-right: 58.28%;
}

.reetagsRightIconPlayFullScreen {
    width: 37.46%;
    aspect-ratio: 1;
    margin-right: 8.81%;
    flex-shrink: 0;
}

.reetagsRightContentPlayFullScreen {
    width: 100%;
}

.reetagsRightViewFullSceen .reetagsRightNumberViewFullScreen {
    margin-right: 0;
}

.reetagsRightLiveFullScreen {
    display: flex;
    background-color: #FFFFFF1A;
    align-items: center;
    border-radius: 5px;
    width: 30.88%;
    padding: 1.69%;
    margin-left: 5.06%;
    margin-right: 46.41%;
}

.reetagsRightIconLiveFullScreen, .reetagsRightIconFriendFullScreen {
    width: 17.01%;
    margin-right: 3.74%;
}

.reetagsRightLiveFullScreen .reetagsRightNumberViewFullScreen {
    margin-right: 10.27%;
}

.reetagsContainPausePlayFullScreen {
    width: 2.18%;
    margin-right: 2%;
    flex-shrink: 0;
}

.reetagsCenterContainPausePlayFullScreen {
    width: 3%;
    padding-right: 3.41%;
    padding-left: 4.53%;
    flex-shrink: 0;
}

.reetagsCenterProgressDisplayTime {
    font-family: "Poppins";
    font-size: 0.625rem;
    font-weight: 500;
    flex-shrink: 0;
    min-width: 7%;
    margin: 0;
    margin-right: 4.27%;
    margin-left: 2.93%;
    color: white;
}

.reetagsPlayFullScreen, .reetagsPausedFullScreen {
    width: 100%;
    height: auto;
}

.reetagsPausedFullScreen.hideReetags, .reetagsPlayFullScreen.hideReetags {
    display: none;
}

/*.reetagsRightReplayFullScreen{
    white-space: nowrap;
}*/

p.reetagsFooterCommentMessageFullScreen {
    padding: .6em;
}

.reetags_live_container_content {
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    color: white;
    width: 100%;
    height: 100%;
    font-family: 'Jost' !important;
    font-size: 1.2em;
    line-height: 1.5em;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.reetags_live_container_countodwn {
    font-size: 1em;
    font-weight: bold;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.reetags_live_container_countodwn_title {
    font-size: 1em;
    font-weight: normal;
}


.reetagsProgressDisplayTime {
    font-family: "Poppins";
    font-size: 0.625rem;
    font-weight: 500;
    margin-left: 1.69%;
    color: white;
    width: 28px;
}

/* pour le slider */

.reetagsRightSliderFullScreen {
    position: absolute;
    width: inherit;
    top: calc(2.4% + 4.267%);
    display: flex;
    align-items: center;
}

.reetagsCenterSliderFullScreen {
    width: inherit;
    display: flex;
    align-items: center;
    margin-top: 1vh;
}

.reetagsRightSliderFullScreen.hideReetags, .reetagsCenterSliderFullScreen.hideReetags {
    display: none;
}

.reetagsProgressTime {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(0.5 * 2em + var(--ratio) * (100% - 2em));
    -webkit-appearance: none;
    width: 100%;
    background-color: transparent;
}

.reetagsProgressTime:focus {
    outline: none;
}

.reetagsProgressTime::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
    height: 4px;
    background: linear-gradient(#FFF, #FFF) 0/var(--sx) 100% no-repeat, #FFFFFF80;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #000;
    border: 0px solid #000000;
}

.reetagsProgressTime::-moz-range-track {
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
    height: 4px;
    background: linear-gradient(#FFF, #FFF) 0/var(--sx) 100% no-repeat, #FFFFFF80;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #000;
    border: 0px solid #000000;
}

.reetagsProgressTime::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #000;
    border: 0px solid #000000;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4px;
}

.reetagsProgressTime::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #000;
    border: 0px solid #000000;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
}

.reetagsProgressTime::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
}

.reetagsProgressTime::-ms-track {
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
    height: 4px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    /*remove default tick marks*/
    color: transparent;
}

.reetagsProgressTime:focus::-ms-fill-lower {
    background: #FFF;
}

.reetagsProgressTime:focus::-ms-fill-upper {
    background: #FFFFFF80;
}

.reetagsProgressTime:focus::-ms-fill-lower {
    background: #FFF;
}

.reetagsProgressTime:focus::-ms-fill-upper {
    background: #FFFFFF80;
}

.reetagsProgressTime:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.reetagsUnMuteFullScreen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reetagsUnMuteIconFullScreen {
    width: 10%;
    background-color: #FFFFFF1A;
    border-radius: 5px;
    padding: 1%;
}

.reetagsProductFrameBuy2FullScreen, .reetagsCenterBuyImageProductFullScreen {
    cursor: pointer;
}

.reetagsImageCodeContainFullScreen {
    width: 52.92%;
    border-radius: 50%;
    aspect-ratio: 1;
}

.reetagsCodeTextFullScreen {
    margin: 0;
    font-size: 1rem;
    font-family: 'Poppins';
    font-weight: 500;
    color: white;
    display: flex;
    margin-bottom: 1rem;
}

.reetagsCodeTextCodeFullScreen {
    margin: 0;
    font-family: 'Poppins';
    font-size: 1rem;
    font-weight: 400;
    color: white;
}

.reetagsCodeButtonFullScreen {
    font-size: 0.75rem;
    font-family: 'Poppins';
    font-weight: 600;
    border: none;
    color: white;
    padding: 5.89% 6.66%;
    text-align: center;
    text-decoration: none;
    background-color: #FFFFFF1A;
    border-radius: 5px;
    cursor: pointer;
}

.reetagsCodeCenterFullScreen {
    width: 50.60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reetagsCodeFooterFullScreen {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 47.40%;
    align-items: flex-end;
}

.reetagsContentCodeFullScreen {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.reetagsCodeFooterFullScreen.reetagsProductSmall {
    display: none;
}

.reetagsCenterCode.reetagsProductSmall {
    display: none;
}

.reetagsCodeTextCenterCodeFullScreen.reetagsProductSmall {
    margin: 0;
    position: relative;
    color: white;
}

.reetagsCodeTextCenterCodeFullScreen.reetagsProductSmall {
    max-width: 53.47%;
    border-radius: 5px;
    background-color: #FFFFFF4D;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-align: center;
}

.reetagsCenterCodeFullScreen.reetagsProductLarge {
    background-color: #FFFFFFF2;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.40% 8.23% 10.81% 8.23%;
    flex-shrink: 0;
}

.reetagsCenterCode.reetagsProductLarge {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 0.75rem;
    font-weight: 500;
}

.reetagsCodeTextCenterFullScreen {
    margin: 0;
}

.reetagsCodeTextCenterCodeFullScreen.reetagsProductLarge {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 500;
    margin: 1rem 0;
}

.reetagsProductInformationFullScreen {
    width: 100%;
}

.reetagsCodeFooterFullScreen.reetagsProductLarge {
    width: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    color: white;
    border-radius: 5px;
}

.reetagsCodeFooterFullScreen.reetagsProductLarge .reetagsCodeButtonFullScreen {
    background-color: transparent;
}

.reetagsLogoFullScreen {
    display: none;
}

@media screen and (min-width: 768px) {
    #reetagsChatOnboardingOverlay{
        justify-content: center;
        align-items: center;
    }

    #reetagsChatOnboardingModal {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        width: clamp(25rem, 30vw + 0.5rem, 31.25rem)
    }

    .reetags_form_close {
        display: block;
    }
}

@media screen and (max-height: 560px) {
    .reetagsCenterAddChatFullScreen {
        height: 6vh;
    }
}

@media screen and (min-device-aspect-ratio: 1/1) {
    .reetagsLogoFullScreen {
        display: flex;
        align-items: flex-start;
        width: 8.267%;
        z-index: 1;
    }

    .reetagsLogoFullScreen svg {
        width: 100%;
    }

    .reetagsRightSliderFullScreen {
        top: calc(4.22% + 3.84vh);
    }

    #reetags_login_overlay {
        width: 40% !important;
    }

    .reetagsCenterContainFullScreen {
        display: none;
    }

    .reetagsVideoPostFullScreen, .reetagsImagePostFullScreen, .reetagsCenterFullScreen {
        height: 100%;
        width: 56.25vh;
        margin: auto;
        max-height: 100%;
        max-width: 56.25vh;
    }

    .reetagsLeftFullScreen, .reetagsRightFullScreen {
        display: flex;
        width: calc((100vw - 56.25vh) / 2);
        position: relative;
    }

    .reetagsProductFullScreen {
        background: #FFFFFF1A;
        display: flex;
        padding: 2.19%;
        border-radius: 5px;
        position: relative;
        margin-bottom: 1.38vh;
        flex-shrink: 0;
    }

    .reetagsImageFullScreen {
        width: 26.44%;
        margin-right: 5.43%;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .reetagsImageFullScreen .reetagsImageContainFullScreen {
        align-self: flex-start;
    }

    .reetagsImageContainFullScreen {
        width: 100%;
        aspect-ratio: 4/5;
        border-radius: 5px;
        object-fit: cover;
    }

    .reetagsProductBrandFullScreen, .reetagsProductNameFullScreen, .reetagsProductCashBackFullScreen {
        margin: 0;
    }

    .reetagsProductBrandFullScreen {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 1rem;
        height: 1.25rem;
        color: #FFFFFF;
        line-height: 1rem;
    }

    .reetagsProductNameFullScreen {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 1rem;
        height: 2.5rem;
        overflow: hidden;
        color: #FFFFFF;
        margin-top: 0.188rem;
        line-height: 1.25rem;
    }

    .reetagsProductCashBackFullScreen, .reetagsProductCashBackNullFullScreen {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 1rem;
        line-height: 1rem;
        height: 1rem;
        margin-top: 0.532rem;
        margin-bottom: 0.469rem;
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
        padding-left: 0.406rem;
        padding-right: 0.406rem;
        width: max-content;
        border-radius: 0.2rem;
    }

    .reetagsProductCashBackFullScreen {
        background: #FFFFFFB3;
    }

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

    .reetagsProductPriceFullScreen {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 1.875rem;
        height: 1.875rem;
        color: #FFFFFF;
    }

    .reetagsProductBuyFullScreen {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 0.875rem;
        height: 0.875rem;
        color: #FFFFFF;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .reetagsProductFrameBuyFullScreen {
        height: 1.875rem;
        background: #FFFFFF26;
        border-radius: 5px;
        display: flex;
        align-items: center;
        padding-left: 0.313rem;
        padding-right: 0.313rem;
        cursor: pointer;
    }
}

@media screen and (min-device-aspect-ratio: 1/1) and (max-width: 1400px) {
    .reetagsRightIconReplayFullScreen+.reetagsRightNumberViewFullScreen {
        display: none;
    }

    .reetagsRightIconReplayFullScreen {
        margin-left: 13.70%
    }

    .reetagsRightNumberViewFullScreen, .reetagsFooterCommentMessageFullScreen, .reetagsProductBuyFullScreen {
        font-size: 0.625rem
    }

    .reetagsCodeButtonFullScreen {
        font-size: 0.5rem
    }

    .reetagsCodeTextFullScreen, .reetagsCodeTextCodeFullScreen, .reetagsProductBrandFullScreen, .reetagsProductNameFullScreen, .reetagsProductCashBackFullScreen {
        font-size: 0.75rem;
    }

    .reetagsProductBrandFullScreen {
        line-height: 0.75rem;
    }

    .reetagsProductPriceFullScreen {
        font-size: 1rem;
    }

    .reetagsFooterCommentFullScreen {
        border-radius: 5px;
    }

    .reetagsRightHashtagFullScreen, .reetagsRightTitleFullScreen, .reetagsRightPseudoFullScreen {
        font-size: 0.5rem;
        height: 0.9rem;
    }
}

@media screen and (min-device-aspect-ratio: 1/1) and (max-width: 1700px) {
    .reetagsRightNumberViewFullScreen, .reetagsFooterCommentMessageFullScreen, .reetagsProductBuyFullScreen {
        font-size: 0.75rem
    }

    .reetagsCodeButtonFullScreen, .reetagsRightHashtagFullScreen, .reetagsRightTitleFullScreen, .reetagsRightPseudoFullScreen {
        font-size: 0.625rem
    }

    .reetagsCodeTextFullScreen, .reetagsCodeTextCodeFullScreen, .reetagsProductBrandFullScreen, .reetagsProductNameFullScreen, .reetagsProductCashBackFullScreen {
        font-size: 0.875rem;
    }

    .reetagsProductBrandFullScreen {
        line-height: 0.875rem;
    }

    .reetagsProductPriceFullScreen {
        font-size: 1.125rem;
    }
}

.reetagsFooterSendChatFullScreen svg {
    /*fill: white;*/
    stroke: #282828;
    height: 3vh;
}

@media screen and (min-device-aspect-ratio: 1/1) and (max-width: 1100px) {

    .reetagsRightNumberViewFullScreen, .reetagsProductBuyFullScreen, .reetagsCodeButtonFullScreen {
        font-size: 0.5rem
    }

    .reetagsCodeButtonFullScreen {
        font-size: 0.375rem
    }

    .reetagsCodeTextFullScreen, .reetagsCodeTextCodeFullScreen, .reetagsProductBrandFullScreen, .reetagsProductNameFullScreen, .reetagsProductCashBackFullScreen, .reetagsRightHashtagFullScreen, .reetagsRightTitleFullScreen, .reetagsRightPseudoFullScreen {
        font-size: 0.625rem;
    }

    .reetagsProductBrandFullScreen {
        line-height: 0.625rem;
    }

    .reetagsProductPriceFullScreen {
        font-size: 0.875rem;
    }

    .reetagsFooterCommentContainAvatarFullScreen {
        width: 14%;
    }

    .reetagsProductFrameBuyFullScreen {
        display: none;
    }

    .reetagsProductFrameBuy2FullScreen {
        display: flex;
        filter: invert();
    }

    .reetagsProductFooterFullScreen {
        padding-right: 5%;
    }
}

/* 
A faire pour les écran 4k
@media screen and (min-device-aspect-ratio: 1/1) and (min-width: 3000px) {
    .reetagsRightNumberViewFullScreen, .reetagsFooterCommentMessageFullScreen, .reetagsProductBuyFullScreen{
        font-size: 1.5rem
    }
    .reetagsProductBrandFullScreen, .reetagsProductNameFullScreen, .reetagsProductCashBackFullScreen, .reetagsRightHashtagFullScreen, .reetagsRightTitleFullScreen, .reetagsRightPseudoFullScreen {
        font-size: 1.75rem;
    }
    .reetagsProductBrandFullScreen {
        line-height: 1.75rem;
    }
    .reetagsProductPriceFullScreen {
        font-size: 2.25rem;
    }
} */