


#Mini_Bloc_Rubix_Letre_Sup {
    display: flex;
    justify-content: center;
    align-items: center;

}

#Mini_Bloc_Rubix_Letre {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid rgb(11, 85, 51);
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px;
}

#Mini_Bloc_Rubix_Letre img{
    height: 30px;
    max-height: 30px;
}

.Methode_Unique_Rubix {
    display: grid;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 15px;
    margin-top: 10px;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    background-color: rgba(203, 52, 223, 0.445);
    padding: 5px;
    border: 5px solid rgb(4, 46, 26);
    border-radius: 10px;
    grid-template-areas: 
        "a b b b b"
        "a b b b b"
        "a b b b b"
        "a c c c c";
}

.Grid_Area_Image_A {
    grid-area: a;
    border: 5px solid rgb(11, 85, 51);
    border-radius: 10px;
}

.Grid_Area_Resolutions_en_Images_B {
    grid-area: b;
    border: 5px solid rgb(11, 85, 51);
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: block;
}

.Grid_Area_Resolutions_en_Images_B img{
    height: 50px;
    padding: left;
}

.Grid_Area_Resolutions_en_Texte_C {
    grid-area: c;
    border: 5px solid rgb(11, 85, 51);
    border-radius: 10px;
}

#Mini_div_juste_pour_alignier_la_croie_jaune_dans_le_texte {
    display: flex;
    text-align: center;
    justify-content: center;
}
#Mini_div_juste_pour_alignier_la_croie_jaune_dans_le_texte img{
    max-height: 15px;
}

#alignier_le_texte_dans_les_aretes_de_la_croie_jaune {
    display: flex;
    justify-content: center;
    text-align: center;
}
#alignier_le_texte_dans_les_aretes_de_la_croie_jaune img{
    height: 20px;
}

.ligne_et_petit_image_rubix img{
    height: 20px;
}