@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

body {
    margin: 0;
    padding: 0;
}

.courbe {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(45deg, transparent 40%, #e3761179 40%, #E37611 60%, transparent 60%);
}

#cercle {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cercle {
    position: absolute;
    background-color: transparent;
    border: 4px solid #E37611;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Ombre portée */
}

.on-jeux {
    position: relative;
    top: 2px;
    left: 2.5rem;
    color: #E37611;
    font-size: small;
    opacity: 0;
}

.on-message {
    position: relative;
    top: 1px;
    left: 6rem;
    color: white;
    font-size: small;
    background-color: #E37611;
    padding: 1px 5px 1px 5px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

.score {
    position: fixed;
    top: 60px;
    right: 30px;
    border: solid 2px #E37611;
    background: #24273A;
    border-radius: 20px;
    color: white;
    font-size: 2em;
    padding: 10px;
    z-index: 100;
    display: none; /* Hide the score div by default */
}

.win {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 70px;
    top: 30%;
    left: 33%;
    width: 30%;
    height: 300px;
    z-index: -10;
    opacity: 0;
}

.modal-cookies {
    position: fixed;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: #ffffff;
    z-index: 110;
    border-top: 10px solid #E37611;
}

.animation-modal {
    display: block;
    animation: slideUp 2s ease-in-out 2s forwards;
    transform: translateY(100%);
}

.animation-modal-down {
    animation: slideDown 2s ease-in-out;
}

.modal-cookies.hidden {
    display: none;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(100%);
    }
}

.corps-modal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.partie-gauche {
    padding: 10px;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.partie-gauche > button {
    width: 50%;
    margin-top: 10px;
    color: white;
    height: 40px;
    background-color: #24273A;
}

.partie-droite {
    padding: 10px;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert {
    position: absolute !important;
}

.partie-droite > p {
    width: 90%;
}

header {
    width: 100%;
    margin: 0;
    padding: 0;
}

.alert-success {
    z-index: 90;
    top: 100px;
    right: 2rem;
}

.box-header {
    width: 100%;
    height: 110vh;
    display: flex;
    flex-direction: column;
}

.box-top-header {
    height: 5%;
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: #24273A;
    border-bottom: solid 1px white;
    display: flex;
}

.logo-header {
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-header > a {
    text-decoration: none;
    height: 80%;
}

.image-accueil {
    height: 100%;
}

.navbar {
    width: 60%;
    height: 100%;
}

.navbar > nav {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: 100%;
}

.liens-menu {
    font-size: medium;
    font-family: 'Roboto', sans-serif;
    margin-right: 25px;
    text-decoration: none;
    color: white;
}

.login-user {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
}

.login-user > h1 {
    font-size: medium !important;
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: white;
    margin-right: 25px;
    top: 8px;
}

.box-center-header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: black;
    overflow: hidden;
}

.box-center-header > img {
    width: 100%;
    height: 110vh;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.image-menu-carroussel {
    display: none;
}

.overlay-header {
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
}

.container-center-header {
    height: 65%;
    width: 100%;
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    display: none;
}

.container-center-header > h2 {
    color: white;
    font-family: 'Khand', sans-serif;
    font-size: 6em;
    padding: 0 0 0 200px;
    margin: 0;
}

.box-text-header {
    width: 100%;
    display: flex;
    justify-content: center;
}

.box-text-header > p {
    color: white;
    width: 70%;
    font-family: 'Khand', sans-serif;
    font-size: x-large;
    text-align: justify;
    margin: 0;
}

.menu-header {
    width: 200px;
    background-color: #2A2832;
    font-family: 'Khand', sans-serif;
    color: white;
    font-size: x-large;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    margin-left: 74%;
    padding: 10px;
    text-decoration: none;
    margin-top: 50px;
}

.menu-header:hover {
    background-color: #2a2832e4;
    text-decoration: none;
    color: #E37611;
    border: solid 1px white;
}

.container-bottom-header {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.menu-derouleur {
    width: 12%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-derouleur > h2 {
    color: white;
    font-family: 'Khand', sans-serif;
    font-size: x-large;
    margin: 10px 0 0 0;
}

.menu-derouleur > p {
    color: white;
    margin: 0;
    font-family: 'Khand', sans-serif;
    font-size: large;
    text-align: center;
}

.menu-curseur {
    height: 7px;
    width: 100%;
    background-color: black;
}

.overlay {
    position: relative;
    height: 7px;
    width: 0;
    background-color: #E37611;
}

.liens-menu:hover {
    color: #E37611 !important;
    font-weight: bold;
}

footer {
    background-color: #24273A;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 60vh;
}

.footer {
    width: 80%;
    height: 60%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding: 50px 0 50px 0;
    border-bottom: solid 2px white ;
    z-index: 100;
} 

.footer > div {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.footer > div > a {
    color: white;
    font-family: 'Khand', sans-serif;
    font-size: x-large;
    margin-top: 10px;
    text-decoration: none;
}

.footer > div > p {
    text-align: center;
    color: white;
    font-family: 'Khand', sans-serif;
    font-size: large;
}

.footer > div > a {
    width: 100%;
}

.link-accueil > img {
    width: 100%;
}

.bas-de-page {
    width: 60%;
    height: 40%;
    display: flex;
    justify-content: space-around;
    padding: 0 0 50px 0;
}

.bas-de-page > div {
    display: flex;
    padding-top: 10px;
    width: 50%;
}

.bas-de-page > div > a {
    color: white;
    font-family: 'Khand', sans-serif;
    font-size: large;
    text-decoration: none;
}

.margin-a > a {
    margin: 0 10% 0 0;
}

.img-end {
    justify-content: end;
}

.bas-de-page > div > a > img {
    height: 30px;
    width: 30px;
    margin-left: 10px;
}

.display-none {
    display: none;
}

.login-user > h1 > a {
    text-decoration: none;
}

.admin-user {
    color: #E37611;
    font-weight: bold;
}

.admin-user:hover {
    color: red;
}

