.btn-unset {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: inherit;
}

.top-70{
top: 70%;
}

#logo-banque {
  width: 400px;
  background-color: #fff;
  padding: 8px;
}

.bg-orange{
  background-color: #EA502A !important;
}

.bg-unset{
  background-color: unset !important;
}

.glass-card{
background: rgba(255, 255, 255, 0.23);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5.4px);
-webkit-backdrop-filter: blur(5.4px);
border: 1px solid rgba(255, 255, 255, 0.13);
}

.min-height-calc{
  min-height: calc(100vh - 80px);
}

.alert-danger{
background-color: #FFE6DD;
border: 2px solid #FF0000;
}

#cropper, .labelCropper {
max-width: 100%;
max-height: 70vh; /* ou 60vh selon ton design */
overflow: hidden;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
}

.footer-img{
padding-top: 3rem;
}


:root {
--hover: #b4afa7ff;
--beige: #d5c6b1;
--lightbeige: #dbd4cb;
--black: #191919;
--dark-gray: #797671;
--gray: #ccc3b8;
--orange: #ea502a;
--lightorange: #f1803a;
--lightgray: var(--hover);
}

/* Base styles */
* {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
font-family: "Poppins" !important;
}

.text-gray {
color: var(--dark-gray);
}

body {
font-size: 14px;
line-height: 19px;
}

main {
min-height: calc(100vh - 48px);
}

/* Typography */
h1,
h4,
h6,
p,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
}

a {
color: unset;
text-decoration: none;
outline: medium none;
}

a:hover {
color: unset;
text-decoration: none;
}

ol {
list-style: none;
padding-left: 0;
}

blockquote,
q {
quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

img {
margin: 0;
padding: 0;
border: 0;
}

*:focus-visible {
outline: 1px solid black;
}

/* Background colors */
.main-bg,
main {
background-color: var(--lightbeige);
}

.bg-lightbeige {
background-color: var(--lightbeige);
}

.text-lightbeige {
color: var(--lightbeige);
}

.bg-gray {
background-color: var(--gray);
}

.p-0-5 {
padding: 2px;
}

.mbg-color {
color: var(--beige);
}

.text-beige {
color: var(--beige) !important;
}

.border-beige {
border-color: var(--beige);
}

.bg-black {
background-color: rgb(2, 3, 4);
}

#nav-alt #hamburger-menu {
color: var(--black) !important;
}

.bg-g {
background-color: var(--gray);
}

.bg-orange {
background-color: var(--orange) !important;
}

.bg-hover {
background-color: var(--hover);
}

/* Text colors */
.text-orange {
color: #ea502aff !important;
}

.text-lightgray {
color: var(--lightgray);
}

/* Borders */
.border-bg-dg {
border: 1px solid var(--dark-gray);
}

.px2border,
.hover-border {
border: 2px solid transparent;
}

.hover-border:hover {
border: 2px solid #ea502aff;
}

.orange-border-color {
border-color: #ea502aff !important;
}

/* Header and Navigation */
#top-header-banner {
align-items: center;
border-bottom: 1px solid #dbd4cb33;
height: 48px;
overflow: hidden;
white-space: nowrap;
width: 100%;
}

#top-header-banner span {
font-size: 20px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
}

#header {
height: 100%;
}

#home-nav {
top: 48px;
justify-content: space-between;
align-items: center;
padding: 20px 32px 20px 32px;
}

.nav {
align-items: center;
justify-content: space-between;
}

.nav ul li {
padding: 0 12px;
}

.nav ul li a {
font-size: 16px;
position: relative;
}

.nav-create-disk {
border: 1px solid;
gap: 8px;
}

#home-nav .nav-create-disk {
border-color: var(--beige);
color: var(--beige);
}

#nav-alt .nav-create-disk {
background-color: #ea502a !important;
color: #f6f3efff;
}

#nav-alt {
background-color: var(--lightbeige);
opacity: 0;
transition: opacity 0.3s ease-in-out;
}

#nav-alt.fade-in {
opacity: 1;
}

#nav-alt a {
color: #020307ff;
}

.show-hamburger {
align-items: center;
justify-content: center;
display: flex;
flex-direction: column;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: black;
padding: 20px;
width: 100vw;
height: 100dvh;
height: 100vh;
}

.show-hamburger li a {
font-size: 1.3rem !important;
line-height: 1.5;
}

.show-hamburger li a:not(.text-orange) {
color: white !important;
}

.close-button {
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
position: absolute;
top: 40px;
right: 40px;
}

.close-button:hover {
color: var(--orange);
}

#main-nav-list .nav-create-disk {
color: var(--black);
}

/* Footer */
footer {
background-color: var(--black);
color: var(--beige);
}

footer h6 {
color: #797671ff;
}

#footer_top {
border-bottom: 1px solid #ffffff0d;
padding-bottom: 20px;
}

#footer_top img {
height: 20px;
}

#footer-end p {
color: #797671ff;
}

#footer-img {
top: -150px;
left: 50%;
transform: translateX(-50%);
z-index: 100;
}

#footer-img-container {
background-color: var(--black);
}

/* Steps and Buttons */

.step-buttons {
background: #ea502aff;
color: var(--beige);
}

.step-buttons:disabled {
background: var(--hover);
color: var(--beige);
}

.previous-step {
color: #797671ff;
}

/* Checkboxes and Radio buttons */

input[type="radio"]:checked + .checkbox::after,
.checked::after {
content: "";
background-image: url('data:image/svg+xml,<svg width="19" height="14" viewBox="0 0 19 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.1904 1.83569L6.19043 12.8357L1.19043 7.83569" stroke="%23EA502A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 12px;
height: 12px;
}

.radio-square {
height: 20px;
width: 20px;
border: 2px solid var(--black);
border-radius: 4px;
}

.checked {
position: relative;
}

.basic-checkbox {
height: 20px;
width: 20px;
border: 2px solid var(--black);
border-radius: 4px;
background-color: var(--lightbeige);
flex-shrink: 0;
}

/* Format containers */
.format-container {
border: 2px solid transparent;
cursor: pointer;
}

.hover-gray:hover {
background-color: var(--hover);
}

.selected {
border: 2px solid transparent;
border-color: #ea502aff !important;
background-color: var(--hover);
cursor: pointer;
}

/* Color Radio */
.color-radio-container label {
border-bottom: 1px solid var(--hover);
}

.color-radio-container label:hover {
background-color: var(--hover);
}

/* Buttons */
.addSoundButtons,
.addLabelButton,
.addCoverButton {
color: #dbd4cb;
}

.cursor-pointer {
cursor: pointer;
}

/* Sound items */

.uploadedSound,
.uploadedLabel,
.uploadedCover {
background-color: var(--hover);
}

.trashIcons,
.deleteLabel,
.deleteCover {
height: 18px;
cursor: pointer;
}

/* Messages */
.messageContainers {
top: 10%;
left: 50%;
transform: translate(-50%, 0);
transition: opacity 0.5s ease-in-out;
background-color: #ea502ae0;
color: white;
}

.messageContainers div {
background-color: #ea502ae0;
color: white;
}

.show-error {
opacity: 1;
}

.hide-error {
opacity: 0;
}

/* Labels and Covers */
.custom-label {
width: 35%;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.labelContainer {
border: 2px solid transparent;
}

.vinyl-hole-squares,
.vinyl-square {
top: 20px;
right: 20px;
background: var(--beige);
}

/* Layout utilities */
.middle-border {
align-self: stretch;
}

.middle-border span {
width: 1px;
background-color: var(--hover);
height: 120%;
}

.fs18 {
font-size: 18px;
}

.mw-100vw {
max-width: 99vw;
}

.ms-10vw {
margin-left: 10vw;
}

.rounded-top-left-3 {
border-radius: 0.5rem 0 0 0;
}

.rounded-top-right-3 {
border-radius: 0 0.5rem 0 0;
}

.container {
border: 2px solid transparent;
}

/* Video container */

/* Home page */

.home-buttons {
background: radial-gradient(
    100% 100% at 100% 0%,
    rgba(252, 200, 83, 0.4) 0%,
    rgba(252, 200, 83, 0) 100%
  ),
  #ff4f24;
border-radius: 24px;
font-size: 24px;
color: rgba(237, 236, 234, 1);
}

#shipping-dates {
color: rgba(255, 79, 36, 1);
}

/* Payment */
.payment-square {
top: 50;
right: 0;
}

/* Loader */
.indeterminate-loader {
width: 48px;
height: 48px;
border: 5px solid #fff;
border-bottom-color: var(--orange);
border-radius: 50%;
display: inline-block;
box-sizing: border-box;
animation: rotation 1s linear infinite;
transform: translate(-50%, -50%);
}

@keyframes rotation {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
}

/* Progress bar */
.uploadProgressBar {
margin-top: 4px;
border-radius: 15%;
height: 4px;
width: 100%;
}

progress::-webkit-progress-value {
background: var(--orange);
border-radius: 3px;
}

/* Blur background */
.blurbg {
backdrop-filter: blur(10pxx);
}

/* Media queries */
@media (min-width: 992px) {
.w-lg-50 {
  width: 50% !important;
}
}

@media (max-width: 768px) {
.color-gray-md {
  color: var(--lightgray);
}
}

.label-tooltip-container {
position: absolute;
top: 20px;
left: 20px;
color: var(--orange);
z-index: 1000;

display: flex;
transition: opacity 0.3s ease-in-out;
}

.label-tooltip-container:hover {
cursor: pointer;
}

.label-tooltip-container:hover .label-tooltip,
.label-tooltip-container:hover .label-tooltip-content {
opacity: 1;
}

.label-tooltip {
transition: opacity 0.3s ease-in-out;
color: var(--orange);
}

.label-tooltip-content {
opacity: 0;
transition: opacity 0.3s ease-in-out;
color: var(--orange);
}

.linear-orange-gradient {
background: linear-gradient(to right, var(--orange), var(--lightorange));
}

.checkmark__circle {
stroke-dasharray: 166;
stroke-dashoffset: 166;
stroke-width: 2;
stroke-miterlimit: 10;
stroke: #e15c38;
fill: none;
animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
transform-origin: 50% 50%;
stroke-dasharray: 48;
stroke-dashoffset: 48;
stroke: #e15c38;
stroke-width: 2;
stroke-linecap: round;
animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
100% {
  stroke-dashoffset: 0;
}
}

@keyframes scale {
0%,
100% {
  transform: none;
}
50% {
  transform: scale3d(1.1, 1.1, 1);
}
}

.checkmark__cross {
transform-origin: 50% 50%;
stroke-dasharray: 48;
stroke-dashoffset: 48;
stroke: #e15c38;
stroke-width: 2;
stroke-linecap: round;
animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.checkmark-container {
height: 60px;
width: 60px;
}

.border-orange {
border-color: var(--orange) !important;
}

.orange-button-hover:hover {
background-color: var(--orange) !important;
color: var(--beige) !important;

}
.orange-button-hover{
transition: background-color 0.08s ease-in-out, color 0.08s ease-in-out;
}