body
{
    margin-top : 2em;
}

div.sondage
{
    text-align: center;
    width: 50%;
    margin: 10px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #0000002e;
}

div.sondage .questions:hover
{
    transform : initial;
}

div.sondage .questions h3.question
{
    background-color: #008240;
    padding: 10px 0;
    color: white;
    font-weight: bold;
}

div.sondage div.head
{
    text-align: left;
}

div.sondage textarea
{
    outline: none; 
    border-top: none;
    border-right: none;
    border-image: initial;
    background-color: white;
    border-bottom: 2px solid;
    border-radius: 0px;
    border-left: 2px solid;
    min-height: 201.9px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 0.9em;
}

@media(max-width: 840px)
{
    div.sondage
    {
        width: calc(98% - 1em);
        padding: 0.5em;
    } 
}
