body {
    font-family: Arial, sans-serif;
    background-color: rgb(22, 126, 205);
}


/* Pour la couleur des div enfant */
body > div.empty_rectangle_neutre {
    background-color: white;
}


/* Pour les textes titres */
.centered-text {
    text-align: center;
    margin-left: 100px; 
    margin-right: 100px; 
    margin-bottom: 20px;
    border: 3px solid #000; 
    padding: 15px; 
    border-radius: 5px; /* Bordure arrondie */
    background-color: cornflowerblue;
}


/* Pour le bouton selectionner */
.select-button {
    border: 2px solid #000; 
    padding: 10px; 
    margin-top: 10px; 
    margin-bottom: 10px;
    margin-left: 10px;
    border-radius: 5px; 
    cursor: pointer;
}


/* Pour faire un cadre */
.empty_recatangle {
    margin-left: 125px; 
    margin-right: 125px; 
    margin-top: 20px;
    margin-bottom: 50px;
    border: 3px solid #000; 
    border-radius: 5px;
    background-color: white;
}


/* Pour faire un espace vide pour les grands carré */
.empty_rectangle_neutre {
    border: 3px solid #000; 
    border-radius: 5px;
}


/* Boutton valider */
.button_valider {
    font-size: 20px; 
    display: flex;
    margin-right: 110px;
    margin-left: auto;
    margin-bottom: 10px;
    width: 100px; 
    height: 50px; 
    justify-content: center;
    align-items: center;
    background-color: limegreen;
    cursor: pointer;
}


/* Pour faire de l'espace */
.space{
    margin-top: 20px;
    margin-bottom: 20px;
}


/* Deuxième texte centré */
.centered-text2 {
    text-align: center;
    margin-left: 100px; 
    margin-right: 100px; 
    margin-bottom: 20px;
    margin-top: 50px;
    border: 3px solid #000; 
    padding: 15px; 
    border-radius: 5px; 
    background-color: cornflowerblue;
}


/* Pour faire le deuxième texte */
.empty_rectangle_neutre2 {
    margin-top: 50px;
    border: 3px solid #000; 
    border-radius: 5px;
}


/* Ce qui contient tous les icons */
.icon-container {
    float: right;
}

/* Pour les icons */
.icon {
    margin-left: 10px; 
}


/* Pour le boutton icon */
.icon-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}


/* écarter des bords pour le texte */
.spacerifhtleft {
    margin-left: 10px;
    margin-right: 10px;
}


/* Espace pour le texte pour les fichier */
.spaceplus {
    margin-left: 50px;
}