.bloc_texte
{
    border: ridge;
    padding: 20px;
    box-shadow: 10px 10px 10px black;
    position: relative;
    z-index: 1;
    height: 100%;
}

.bloc_texte h1
{
    font-family: 'Roboto-Light';
    font-size: 1.3em;
}

.bloc_texte p
{
    font-family: 'Roboto-Light';
    font-size: 0.9em;
    text-align: justify;
}

.droite
{
    margin-left: 15px;
}
.gauche
{
    margin-right: 15px;
}
.haut
{
    margin-bottom: 15px;
}
.bas
{
    margin-top: 15px;
}

#text_bloc_gauche
{
    width: 70%;
}

#text_bloc_droite
{
    width: 100%;
}

.flottant
{
    float: right;
    margin-left: 20px;
    border: ridge red;
}
.clear
{
    clear: both;
    display: block;
}

#rousseau .flottant
{
    width: 20%;
}

#simone_weil .flottant
{
    width: 30%;
}
#mabite .flottant
{
    width: 20%;
}
#huxley .flottant
{
    width: 40%;
}

.comment {
  margin: 10px;
  /* overflow: hidden;  /* This is important */ */
}

.texte_noir
{
    content: "";
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 4;

    width: 100%;
    height: 100%;
}

.text_link
{
    content: "";
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    background: transparent;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;

    border: solid;
}
.text_link a
{
    color: white;
    background: black;
    font-size: 1em;
    padding: 20px;
    margin: 10px;
    font-family: 'Roboto-Light';
    border-radius: 20px;
    box-shadow: 0px 0px 20px;
}

.whole_bloc
{
    position: relative;
    /* border: solid; */
}
