/*
Copyright 2016 kevin
*/
/* 
    Created on : 3 mars 2016, 14:14:53
    Author     : kevin
*/
body {
    background: url('../img/wall_hd.jpg') no-repeat top fixed;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
}
.form_global {
    background-image: url('../img/diner.jpg');
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    margin-top: 20px;
    padding: 200px 40px 40px 40px;

    -moz-box-shadow: 0px 0px 5px 1px #cfcfcf;
    -webkit-box-shadow: 0px 0px 5px 1px #cfcfcf;
    -o-box-shadow: 0px 0px 5px 1px #cfcfcf;
    box-shadow: 0px 0px 5px 1px #cfcfcf;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.container .card {
    width: 100%;
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px;
}

/* Avatars */
#modal_avatar .modal-body .avatar_div {
    float: left;
}

#modal_avatar .modal-body .avatar_div:hover {
    background-color: #cfcfcf;
    -moz-box-shadow: 0px 0px 5px 1px #cfcfcf;
    -webkit-box-shadow: 0px 0px 5px 1px #cfcfcf;
    -o-box-shadow: 0px 0px 5px 1px #cfcfcf;
    box-shadow: 0px 0px 5px 1px #cfcfcf;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.separator {
    clear: both;
}