/**
 * Petit-bac [© InfoSplatch]
 * CSS Style
 */

div
{
    /*border: 1px solid red;*/
}

.footer
{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 5px;
    text-align: center;
    background: #34475E;
    color: #ffffff;
}

.infosplatch
{
    color: #fffb48;
}

.infosplatch:hover
{
    color: #ffc907;
}

.font-courgette
{
    font-family: 'Courgette', cursive;
}

.high-right {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 888;
}

.text-underline
{
    text-decoration: underline;
}

.highlight
{
    background-color: #ffd5ef;
}

.category:hover {
    background-color: #f5ffe1;
}

.capitalize {
    text-transform: capitalize;
}

.word_unusual {
    color: #37b313;
}

.word_added {
    color: #3dabb3;
}

.quantity {
    font-size: 10px;
}

.cursor-pointer
{
    cursor: pointer;
}

.display-none
{
    display: none;
}

.font-coiny
{
    font-family: 'Coiny', cursive;
}

.font-sacramento
{
    font-family: 'Sacramento', cursive;
}

.letter-finded {
    background-color: rgba(223, 255, 252, 0.65);
}

/* iphone */
@media screen and (max-width: 575px)
{

}

/* ipad */
@media screen and (min-width: 576px) and (max-width: 1000px)
{

}

/* iphone + ipad */
@media screen and (max-width: 1000px)
{

}