/* *************************************** All ***************************************** */
html,
body {
    margin: 0;
    padding: 0;
    touch-action: pan-y;
    overflow-x: hidden;
}

.alertConfirmButtom {
    width: 80vw;
    border-radius: 20px;
}

.bodyAll {
    background-image: url("../images/KrispyKreme.png");
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.btn-login {
    background-color: #0c7d58;
    color: white;

    &:hover {
        background-color: #109e6f;
        color: white;
    }
}

.btn-login .btn-check:checked + .btn,
.btn-login .btn.active,
.btn-login .btn.show,
.btn-login .btn:first-child:active,
.btn-login :not(.btn-check) + .btn:active {
    background-color: #109e6f;
    color: white;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: #109e6f;
    color: white;
}

.container {
    border-radius: 50px;
    background-color: #f8f9fa;
    width: 90%;
    height: 50vh;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.colDoughnut {
    display: flex;
    justify-content: center;
}

.colText {
    height: 11vh;
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.custom-div-title {
    background-color: #e9ecef;
    width: 90%;
    height: auto;
    border-radius: 15px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 1.3em;
}

.subtitle {
    font-size: 1em;
}

.custom-div-text {
    background-color: #e9ecef;
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding-left: 0.8em;
    padding-right: 0.8em;
}

.dropdown-button {
    height: 6vh;
    width: 10vw;
    border-radius: 100%;
    background-color: #cf073f;
    font-size: 50px;
}

.front-text {
    font-size: 20em;
}

hr {
    color: rgb(45, 45, 45);
    border: solid 1px;
}

.imgGif {
    width: 80vw;
    height: auto;
    margin-top: 20px;
    border-radius: 15px;
}

.inteso {
    background-color: #0c7d58;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 60px;
    color: white;
    width: 90vw;
}

.inteso:focus-visible {
    background-color: #17956b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 60px;
    color: white;
    width: 90vw;
}

.inteso:hover {
    background-color: #17956b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 60px;
    color: white;
    width: 90vw;
}

.inteso:active {
    background-color: #17956b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 60px;
    color: white;
}

.instructions {
    font-size: 1em;
    display: flex;
    align-items: center;
    gap: 10px;
    color: black;
}

.inf {
    font-size: 1.7em;
}

.landscape-mode {
    background-color: black;
    overflow: hidden;
}
.landscape-mode > *:not(#messageModePaysage) {
    display: none !important;
}

.logoKrispy {
    width: 50%;
    padding-top: 8%;
    padding-bottom: 2%;
    margin: auto;
    display: flex;
    align-items: end;
    justify-content: center;
}

.logoKrispy img {
    max-width: 100%;
    height: auto;
}

.logoKripyLogin {
    width: 80vw;
}

.loader-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.loader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

.logo img {
    width: 70%;
    height: auto;
    margin-top: 20px;
    padding-bottom: 20px;
}

.title {
    font-size: 10vw;
}

.rotate {
    border-radius: 100%;
    height: 5vh;
    width: 12vw;
}

.row {
    --bs-gutter-x: 0;
}

.rowDoughnut {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
}

.moveBtn {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 25%;
    margin-bottom: 28%;
}

.swal2-confirm {
    background-color: #0c7d58 !important;
    color: #fff;
    border: none;
}

.swal2-cancel {
    background-color: #cf073f !important;
    color: white;
}

.success-animation {
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 50vw;
    height: auto;
}

.paysage-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(10px);
    color: white;
    font-size: 24px;
    text-align: center;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.paysage-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.photo-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 998;
}

video {
    object-fit: contain;
}

body {
    font-size: 5vw;
}

.title {
    font-size: 10vw;
}

.dropdown-option {
    cursor: pointer;
    background-color: #f2f2f2;
}

.dropdown-option:hover {
    cursor: pointer;
    background-color: #949fff;
}

.dropdown-button {
    height: 5vh;
    width: 25vw;
    border-radius: 20px;
    background-color: #0c7d58;
    font-size: 50px;
}

.textFirst {
    text-align: center;
    display: flex;
    align-items: center !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.iconCamera {
    height: 2vh;
    width: 10vw;
    /* margin: auto; */
    align-items: center;
}

.logoSize {
    max-height: 25vh;
}

.formCard {
    margin-top: 5rem;
    margin-right: 3rem;
    margin-left: 3rem;
    height: 63vh;
    display: flex;
    align-items: center;
}

/* *******************Ajout******************** */
