
.temoins
{
    min-height: 100px;
    margin-bottom: 40px;
}

.temoins > img
{
    height: 100px;
    left: -90px;
    position: absolute;
    box-shadow: -5px 5px 5px black;
    cursor: pointer;
    transform: translate(0, 0);
    transition: all 0.5s ease-in-out;
}

.texte_temoin
{
    margin-left: 60px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.texte_temoin > p
{
    width: calc(100% - 20px);
}

.temoins > div > p
{
    position: relative;
    left: 20px;
}

.additional
{
    height: default;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.temoins > div > .hidden
{
    display: none;
}

.displayed
{
    display: block;
}

.temoins > img.pushed
{
    transform: translate(-10px, 10px);
    box-shadow: -1px 1px 0px black;
}

.texte_temoin.hidden
{
    opacity: 0;
}

.gros_temoin
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.gros_temoin.displayed
{
    opacity: 1;
}

.gros_texte_temoin
{
    position: absolute;
    left: 75px;
    top: 20px;
    width: calc(100% - 150px);
    height: calc(100% - 40px);
}

#reset_button
{
    position: absolute;
    border-radius: 25px;
    right: 0px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    background-color: darkred;
    box-shadow: -5px 5px 5px black;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#reset_button.displayed
{
    opacity: 1;
}

@media (orientation: portrait), (max-width: 1280px)
{
    .temoins
    {
	position: relative;
    }
}
