.custom-button {
    background-color: #003E4B;
    border-color: #003E4B;
    color: white;
    margin-inline: 20px;
    padding-inline: 20px;
    border-radius: 20px;
}

.custom-button-play {
    background-color: #00A3A6;
    border-color: #00A3A6;
    color: white;
    align-self : center;
    margin-inline: 20px;
    padding-inline: 20px;
}

.custom-button-play:hover {
    border-color: #00D3D7;
    margin-inline: 20px;
    padding-inline: 20px;
    background: #00A3A6;
}
nav{
    margin-inline: 70px;
}

body{
    align-content: center;
    text-align: center;
}

li{
    padding-inline: 15px;
}

.image-legume{
    pointer-events: none;
    position: fixed;
    bottom: 0;
    right: 0;

}

.catch-phrase{
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 900;
    color: white;
    font-size: 85px;
    margin-bottom: -40px;
}

.catch-phrase-container{
    padding-top: 130px;
}

.second-container{
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    padding-left: 20px;
    align-items: flex-start;
}
.catch-sentence{
    margin-left: 30px;
    width: 400px;
    font-size: 20px;
    color: white;
    overflow: hidden;
}

.play-button{
    background-color: #003E4B;
    border-width: 0;
    color: white;
    padding-top: 4px;
    margin-top: 8px;
    padding-bottom: 4px;
    margin-inline: 30px;
    padding-inline: 70px;
    font-size: 30px;
    border-radius: 50px;
    transform: scale(1);
    transition: 0.2s;
}

.play-button:hover{
    background-color: #004C5C;
}
.play-button:active{
    background-color: #004C5C !important;
    transform: scale(0.95);
    transition: 0.2s;
}

.image-leaves{
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.rank{
    height:800px;
    background-color: red;
    width: 200px;
}

.form-container{
    width: 350px;
    padding-top: 100px;
    margin: auto;
}

body p{
    color: white;
}

.form-control, .form-control:focus{
    background-color: #009295;
    color: white;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white !important;
    opacity: 0.8 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white !important;
    opacity: 0.8 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white !important;
    opacity: 0.8 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
}

.btn-register:hover{
    background-color: #004C5C;
}
.btn-register:active{
    background-color: #004C5C !important;
    transform: scale(0.95);
    transition: 0.2s;
}

.btn-register{
    background-color: #003E4B;
    border-width: 0;
    padding: 12px 100px;
    border-radius: 100px;
    font-size: 25px;
    font-weight: bolder ;
}

.btn-login{
    color: white !important;
}
.intitled{
    color: black;
    font-weight: 500;
    font-size: 33px;
}

.playing-container{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding-top: 100px;
    width: 100%;
    left: 0px;
    position: absolute;
}

.question-container{
    background-image: url("../../assets/images/background_question.png");
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
}

.answer-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    padding-top: 30px;
}

.categorie{
    color: white;
    padding-bottom: 25px;
    font-size: 40px;
    font-weight: bolder;
}

.title-scoreboard{
    color: black;
}
.tips{
    color: black;
    font-weight: normal;
    font-size: 20px;
    width: 100%;
    text-align: left;
    align-self: flex-start;
}
.tips1{
    color: black;
    font-weight: normal;
    font-size: 25px;
    width: 500px;
    text-align: left;
    align-self: flex-start;
}
.label{
    color: white;
    font-weight: normal;
    font-size: 25px;
    align-self: flex-start;
    width: 93%;
    text-align: center;
    position: absolute;
    bottom: 10px;
}

.tips-container{
    padding: 40px;
    padding-top: 60px;
    width: 40%;
    aspect-ratio: 2/1;
    display: flex;
    flex-direction: column;
    background-image: url("../../assets/images/background_tip.png");
    background-size: cover;
    text-align: left;
    padding-left: 80px;
}

.point-label{
    color: white;
    font-size: 30px;
}

.progress{
    width: 102%;
    position: absolute;
    bottom: 0;
    left: -10px;
    margin-inline: auto;
}


.points{
    color: black !important;
    font-size: 20px !important;
}

body {
    max-width: 100%;
    background-image: url("../../assets/images/background.png");
    background-size: cover;
    background-attachment: fixed;

}

/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.tip-popup{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-self: center;
    padding-top: 100px;
}

.question-count{
    align-self: center;
    position: absolute;
}

.img-article{
    width: 20%;
    aspect-ratio: 1/1;
}

.article-container p{
    font-weight: normal;
    font-size: 18px;
}

.article-container{
    display: flex;
    flex-direction: row;
    gap: 100px;
    text-align: start;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}

.texte-container{
    display: flex;
    flex-direction: column;
    max-width: 50%;
}

.texte-container h1{
    color: white;
font-size: 25px;
    padding-bottom: 15px;
}

.img-article:hover{
    opacity: 0.6;
    transition: 1s;
}

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


.article-div{
    margin-top: 100px;
}

.admin-button{
    position: absolute;
    top: 16px;
    right: 200px;
}

footer{
    clear: both;
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #E6EDEC;
    z-index: 999;
}

@media (max-width: 700px) {
    .img-article{
        width: 90%;
    }

    .article-container {
        display: flex;
        flex-direction: column-reverse;
        gap: 100px;
        text-align: start;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .texte-container{
        width: 100%;
        padding-inline: 50px;
        max-width: 700px;
    }

    .article-container:nth-child(2) {
        display: flex;
        flex-direction: column;
        gap: 100px;
        text-align: start;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    body{
        margin-inline: 0;
    }
}


