body {
    background-color: #34495e;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}
#background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/background.jpg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.6;
    /*-webkit-filter: blur(1px);*/
    /*-moz-filter: blur(1px);*/
    /*-o-filter: blur(1px);*/
    /*-ms-filter: blur(1px);*/
    /*filter: blur(1px);*/
}

#login {
    position: absolute;
    width: 400px;
    height: 450px;
    left: calc(50% - 200px);
    top: calc(50% - 225px);
    background-color: #FFFFFF;
    display: none;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    -webkit-box-shadow: 10px 10px 29px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 29px 1px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 29px 1px rgba(0,0,0,0.75);
}

.tableLogin {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #34495e;
}

.buttonTableLogin {
    height: 40px;
    width: 100%;
    border: none;
    background-color: #34495e;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    outline: none;
}

.buttonTableLogin:hover {
    background-color: #7291B0;
}

.inputLogin {
    border: none;
    border-bottom: 1px solid #212121;
    outline: none;
    height: 40px;
    padding-left: 5px;
}
.inputLogin:focus {
    border-bottom: 1px solid #F03778;
}
.inputLogin::placeholder {
    opacity: 0.4;
}

.inputInscription {
    border: none;
    border-bottom: 1px solid #212121;
    outline: none;
    height: 40px;
    padding-left: 5px;
    width: 80%;
}
.inputInscription:focus {
    border-bottom: 1px solid #F03778;
}
.inputInscription::placeholder {
    opacity: 0.4;
}

.buttonLogin {
    height: 40px;
    width: 174px;
    border: none;
    background-color: #F03778;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    outline: none;
}

.buttonLogin:hover {
    background-color: #ED85A9;
}

#footer {
    position: absolute;
    bottom: 15px;
    color: #FFFFFF;
    width: calc(100% - 8px);
    text-align: center;
}

#erreurLogin {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 157px;
    left: 0px;
    color: #FF0000;
    display: none;
}

.dialogClass {
    border: 2px solid #212121;
}

.boldHover:hover {
    font-weight: bold;
}

.ui-dialog-title{
    font-size: 16px !important;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.add {
    position: relative;
    cursor: pointer;
}

.add:hover {
    font-weight: bold;
}

.lignePanier {
    height: 32px;
}

.lignePanier:hover {
    background-color: #465465;
}

#quantitePanier {
    display:none;
    position: absolute;
    top: 16px;
    right: 446px;
    height: 22px;
    width: 30px;
    border-radius: 8px;
    background-color: #f03778;
    text-align: center;
    padding-top: 6px;
    color: #FFFFFF;
    font-weight: bold;
}

#quantiteMsg {
    display: none;
    position: absolute;
    top: 16px;
    right: 308px;
    height: 22px;
    width: 30px;
    border-radius: 8px;
    background-color: #f03778;
    text-align: center;
    padding-top: 6px;
    color: #FFFFFF;
    font-weight: bold;
}

.buttonGreen {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    background-color: #3EA630;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    outline: none;
    /*border-radius: 8px;*/
}

.buttonGreen:hover {
    background-color: #7291B0;
}

.buttonGreen:disabled {
    background-color: #999999;
    cursor: not-allowed;
}

.buttonRed {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    background-color: #D42A2A;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    outline: none;
    /*border-radius: 8px;*/
}

.buttonRed:hover {
    background-color: #7291B0;
}

.buttonRed:disabled {
    background-color: #999999;
    cursor: not-allowed;
}


input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.dialog3 {
    font-size: 14px;
}

#langues {
    position: absolute;
    top: 73px;
    right: 10px;
    z-index: 5000;
}

.drapeaux {
    margin: 4px;
    opacity: 0.2;
}

.zoom {
    transition: transform .2s; /* Animation */
}
.zoom:hover {
    transform: scale(1.3);
    cursor: pointer;
}