/* Base utilisée par les devs pour toutes leurs pages */
* {
    margin : 0;
    padding : 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

#text-center {
    text-align: center;
}

#text-right {
    text-align:  right;
}

.login-box {
    width : 350px;
	position : absolute;
    left : 50%;
    top : 50%;
    transform : translate(-50%, -50%);
    background: #4B4B99;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    border-radius : 8px;
}

.login-box h2 {
    margin-bottom: 20px;
    color: white;
}

.textbox {
    margin-bottom: 20px;
    
}

.textbox input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}

nav{ 
    background-color : #4B4B99;
    width : 100%;
    height : 60px;
    position: sticky;
    top: 0;
}

#navbar {
    height: 100%;
    width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding-left : 0.5%;
    padding-right : 0.5%;
}

.navbar-elem {
    width : 33%;
}

#nav-logo {
    height: 50px;
    text-align: left;
}

#nav-title {
    color: white;
    font-size: 16px;
    width : 33.3%;
    text-align: center;
}

#nav-title-connexion {
    color: white;
    font-size: 16px;
    width : 100%;
    text-align: center;
}

#navbar a {
    font-size: 16px;
    color: #e06776;
    margin-right : 10px;
    text-decoration : none;
}

#login-btn {
    padding: 10px;
    border: none;
    border-radius: 4px;
    background: #DB4759;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

#login-btn:hover {
    background-color: #e06776;
    transition: 150ms;
}

.img-home {
    text-align : center;
    padding : 2.5%;
    max-width: 100%;
    height: auto;
}

#btn-submit {
    padding: 10px;
    margin-top : 8px;
    border: none;
    border-radius: 4px;
    background: #FEEB2B;
    color: black;
    cursor: pointer;
    font-size: 16px;
}

#connexion:hover {
    background-color: #dbc800;
    transition: 150ms;
}

@media (max-width: 700px) {

    #nav-title {
        font-size : 12px;
    }

}

.cercle-jaune {
    position: absolute;
    top: 158px;
    left: 1px;
    width: 17%;
  }
  .cercle-bleu {
    position: absolute;
    top: 380px;
    right: 0px;
    width: 6%;
  }

.erreur-text {
    padding: 20px;
}

.titre-groupes-liste {
	padding: 20px;
}
.create-box {
    width : 350px;
	position : absolute;
    left : 50%;
    top : 50%;
    transform : translate(-50%, -50%);
    background: #4B4B99;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    border-radius : 8px;
}

.depot {

width : 350px;
	position : absolute;
    left : 50%;
    top : 50%;
    transform : translate(-50%, -50%);
    background: #4B4B99;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    border-radius : 8px;

}

.telecharger {

    width : 350px;
        position : absolute;
        left : 50%;
        top : 50%;
        transform : translate(-50%, -50%);
        background: #4B4B99;
        padding: 30px;
        text-align: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 1);
        border-radius : 8px;
    
    }

    .bouton-jaune {
        background-color: yellow;
        border: 1px solid #ccc;
        padding: 5px 10px;
        color: #333;
        font-size: 14px;
    }

    .titre-devoir {
        text-align: center;
    margin-top: 20px;
    }