.connexion>.gauche-bleu {
    background-color: rgb(45, 70, 194);
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

#rotateWarning {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(45, 70, 194);
    color: white;
    font-size: 2rem;
    text-align: center;
    padding-top: 40vh;
    z-index: 9999;
}


.connexion>.gauche-blanc {
    height: 100vh;
    margin: 0;
    padding: 0;
}

.taille-carte {
    width: 600px !important;
}

.taille-carousel {
    max-width: 670px !important;
}





.texte-bleu {
    color: rgb(45, 70, 194) !important;
}

.fond-bleu {
    background-color: rgb(45, 70, 194) !important;

}

.fond-btn-carousel {
    background-color: rgb(12, 44, 209) !important;
    color: #245097;

}





.navbar-toggler {
    border-color: white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}



.carte-connexion {
    background: linear-gradient(to bottom, #7C3AED, #3B82F6);
    border-radius: 30px;
    color: white;
    padding: 3rem;
    width: 500px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.fond-grad-user {
    background: linear-gradient(to bottom, #7C3AED, #3B82F6);

}

.fond-grad-admin {
    background: linear-gradient(to bottom, #5427a1, #245097);

}



@media (min-width: 768px) and (max-width: 991px) {

    .connexion>.gauche-bleu>h2 {
        font-size: 2.5rem;
    }

    .connexion>.gauche-blanc>h2 {
        font-size: 2.5rem;
    }

    .taille-carte {
    width: 450px !important;
}
}





@media (max-width: 767px) {


    .connexion>.gauche-bleu {
        height: 0;
    }



    .connexion>.gauche-bleu>h1 {
        color: rgb(45, 70, 194) !important;
    }

    .carte-connexion {
        width: 90%;
    }

.taille-carte {
    width: 300px !important;
}




}