@media only screen and (max-width:992px)
{
    body
    {
        background-image:none;
        background-color:white;
        background-size:100%;
        left:0;
        top:0;
    }
    .conteneur
    {
        background-color:white;
        background-image:none;
        width:100%;
        overflow:hidden;
        text-align:center;
    }
    nav
    {
        position:fixed;
    }
    .nav-item
    {
        text-align: center;
    }
    .hollow
    {
        display:none;
    }
    .resize
    {
        width:100%;
    }
    .conteneur h1
    {
        background-image:none;
        color:#EE0000;
    }
    .conteneur h2
    {
        background-image:none;
        color:#0000EE;
    }
    .album p
    {
        font-size:50px;
    }  
    .album
    {
        width:90%;
        overflow:hidden;
    }
    .photo img
    {
        /*width:90%;*/
        /*        height:100%;*/
        box-shadow:5px 5px 5px black;
    }
    .photo,
    .video,
    .dico,
    .message
    {
        width:90%;
        background-color:transparent;
        border:none;
        box-shadow:0px 0px 6px black;
        display:block;
        max-width: 90%;
        overflow-x:hidden;
        transform:rotate(0deg);
        margin:auto;
    }
    .dico
    {
        box-shadow:none;
    }
    .pagination
    {
        width:50%;
        font-size:10px;
    }
    .minSpecial
    {
        display:block;
    }
    .minAlbum
    {
        /*        width:100%; */
        background-size:100% 100%; 
        background-repeat:no-repeat;
    }
    .minAlbum p
    {
        margin:auto;
        background:none;
    }
    .album p:hover,
    .navbar a:hover
    {
        animation:none;
    }
    .social img,
    .action img
    {
        height:30px;
        width:30px;
        box-shadow:none;
        border:none;
        display:inline;
        margin:0px 5px;
    }
    .add input[type=text],
    .add input[type=file],
    .add input[type=submit],
    .add input[type=button]
    {
        width:95%;
        height:50px;
        border-radius:20px;
        padding:10px;
        font-size:15px;
        margin:auto;
        margin-top:0px;
    }
    /*    .message
        {
            width:95%;
        }*/
    .photoModify
    {
        width:100%;
    }
    .photoModify img
    {
        width:90%;
    }
    .user
    {
        width:90%;
        margin:5px 0px;
    }
    #footer
    {
        font-size:4vw;
    }
    div.infobulle span,
    div.infobulle2 span
    {
        display:none;
    }
    .dropdownMenu
    {
        width:100%;
    }
    .action img
    {
        height:25px;
        width:25px;
    }
    .last,
    .next
    {
        background: none;
        position: absolute;
    }
    .last
    {
        left:10px
    }
    .next
    {
        right:10px
    }
    .last:hover,
    .next:hover
    {
        color: black
    }
    .pagination p
    {
        width:100%;
        font-size: 4vw;
    }
    .profilName
    {
        display:none;
    }
}  