/*
FEUILLE DE STYLES POUR PAGE HTML MES COMPETENCES
STYLES GENEREAUX
 *//*
section
{
    background-color: white;
    margin: 2px;
    border: darkslateblue solid 2px;
}*//*
p, img, a
{
    border: greenyellow solid 1px;
}*/
img
{
    align-self: center;
}
h3
{
    background-color: ghostwhite;
}



/*
CLASSES
 */
.boiteQuart
{
    width: 34%;
    display: flex;
}
.boiteTroisQuart
{
    width: 66%;
    display: flex;
}
.boiteOutil
{
    display: flex;
    margin-bottom: 10px;
    margin-top: 0;
}
.ancresPhotos
{
    width: 50%;
    display: flex;
}
.ancresAgrandir
{
    cursor: zoom-in;
}
.nouveauTexte
{
    text-align: justify;
    line-height: 150%;
    margin: auto;
    padding: 5px;
}
.titreSection
{
    margin: 5px 2px 0 2px;
    padding: 5px;
    width: max-content;
    border: darkslateblue solid 2px;
    border-bottom: none;
    background-color: ghostwhite;
}
.petiteBoite
{
    width: 32%;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 10px;
}
.boitePhotos
{
    display: flex;
    margin-top: auto;
}
.txtProds
{
    margin: 0;
    line-height: 120%;
}

/*
STYLES SPECIFIQUES
 */

div#grosseBoite
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
}

section#prods_reals
{
    margin-top: 50px;
}

