body {
    font-family: Roboto, sans-serif;
    padding-top: 70px; /* c'est la height du #fixed-header */
}
img {
    max-width: 100%;
}
a {
    color: #000000;
    text-decoration: none !important;
}
.button {
    background-color: #ffffff;
    border-radius: 2px;
    border-width: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    color: #000000;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
    outline: none;
    padding: 12px 24px;
    position: relative;
    text-decoration: none;
    text-align: center;
    transition: background-color .3s;
    vertical-align: middle;
}
.button.button-block {
    display: block;
}
.button > * {
    position: relative;
}
.button span {
    display: block;
    padding: 12px 24px;
}
h1 {
    font-family: Roboto,sans-serif;
    font-size: 43px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
fieldset legend {
    font-family: Roboto,sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 39px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
.ripple {
    background-position: center;
    transition: background 0.8s;
}
.ripple:hover {
    background: rgba(0,0,0,.14) radial-gradient(circle, transparent 1%, rgba(0,0,0,.14) 1%) center/15000%;
}
.ripple:active {
    background-color: rgba(0,0,0,.04);
    background-size: 100%;
    transition: background 0s;
}
#loading-backdrop {
    background: rgba(255, 255, 255, .6);
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100;
}
#loading-backdrop.loading {
    display: block;
}
#loading-backdrop > div {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
#header {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}
#fixed-header {
    background: #fff;
    height: 70px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
#login-title.has-site {
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}
#loginform.has-site {
    height: 0;
    opacity: 0;
    width: 0;
}
#badge {
    height: 0;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 0;
    z-index: 0;
}
.card {
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    display: block;
    margin-bottom: 30px;
}
.add-item {
    cursor: pointer;
}
.card-main {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.card-media {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.card-media img {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.card-primary {
    padding: 16px;
}
.card-title {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 32px;
    margin-top: 0;
    text-align: center;
    text-decoration: inherit;
    text-transform: inherit;
}
.card-fournisseur {
    color: rgba(0,0,0,.54);
    font-family: Roboto,sans-serif;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 22px;
    margin: 0;
    text-decoration: inherit;
    text-transform: inherit;
}
.card-secondary {
    font-family: Roboto,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25px;
    line-height: 20px;
    padding: 0 16px 8px;
    text-decoration: inherit;
    text-transform: inherit;
}
.card-actions {
    box-sizing: border-box;
    min-height: 52px;
    padding: 8px;
    text-align: center;
}
.card-actions .action {
    color: #000000;
    display: block;
    font-family: Roboto,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.25px;
    line-height: 36px;
    padding: 12px 24px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}
.card-actions .action.rupture {
    color: #a2252b;
}
#panier {
    box-sizing: border-box;
    padding-right: 30px;
    position: fixed;
    top: 70px;
    z-index: 1;
    width: inherit;
}
#panier table {
    background: #ffffff;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
    width: 100%;
}
#panier th {
    border-bottom-color: rgba(0,0,0,.12);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 32px;
    padding: 8px;
    text-decoration: inherit;
    text-transform: inherit;
    vertical-align: middle;
}
#panier td {
    border-bottom-color: rgba(0,0,0,.12);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-family: Roboto,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25px;
    line-height: 20px;
    padding: 8px;
    text-decoration: inherit;
    text-transform: inherit;
    vertical-align: middle;
}
/* Three Bounce */
.spinner.spinner-three-bounce {
    width: 70px;
    margin: auto;
    text-align: center;
}

.spinner-three-bounce > div {
    width: 16px;
    height: 16px;
    background-color: #3498db;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner-three-bounce .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner-three-bounce .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}