﻿html {
    background: url('http://itluxembourg.lu/biovallee/images/new_year_small.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #000000;
    font: 13px "Arial", Helvetica, Arial, sans-serif, Verdana;
}

.credits {
    padding-top: 15px;
    color: white;
}

.credits2 {
    padding-top: 15px;
    color: gray;
}

a {
    color: #000000;
    text-decoration: underline;
}

.linknotunderlined {
    text-decoration: none;
    vertical-align: top;
    font-family: Calibri;
    font-size: large;
    color: #0066FF;
    background-color: #CCFFFF;
}

a:hover {
    text-decoration: none;
}

img {
    border-style: none;
    border-color: inherit;
    border-width: 0;
}

.ordertable {
    text-align: center;
}

table.menutable {
    border: 4px solid gray;
    border-spacing: 3px;
    border-collapse: collapse;
    background-color: white; /*	width: 100%;  */
    margin-left: auto;
    margin-right: auto;
    height: 73px;
}

    table.menutable th {
        border-width: 1px;
        padding: 4px;
        border-style: solid;
        border-color: gray;
        background-color: white;
    }

    table.menutable td {
        border-width: 1px;
        padding: 4px;
        border-style: solid;
        border-color: gray;
        background-color: white;
    }

    table.menutable.style4 {
        background-color: Aqua;
    }

.amount {
    width: 30px;
    text-align: right;
    font-family: Arial;
    font-size: 120%;
    color: #008080;
    white-space: nowrap;
}

.grandtotal {
    width: 30px;
    text-align: right;
    font-family: Arial;
    font-size: 140%;
    color: #008080;
    white-space: nowrap;
    font-weight: bold;
}

.pagetitle {
    font-family: Calibri;
    font-size: 180%;
    color: #009933;
    text-align: center;
    font-style: italic;
}

.explications {
    font-family: Calibri;
    color: white;
    font-size: 150%;
}

.explications_fonce {
    font-family: Calibri;
    color: forestgreen;
    font-size: 150%;
}

.pub {
    font-family: Calibri;
    color: #0297C8;
    font-size: 155%;
    vertical-align: middle;
}

.explications_warning {
    font-family: Calibri;
    color: #FF0000;
    font-size: x-large;
}


.date {
    white-space: nowrap;
}

form div {
    overflow: hidden;
    margin: 0 0 0 0;
}

.fruits {
    margin: 0 0 0 5px;
    text-indent: -9999px;
    cursor: pointer;
    width: 100px;
    height: 100px;
    text-align: center;
    background: url('../images/icones2.jpg') no-repeat;
    float: left;
    vertical-align: bottom;
}


.icone0 {
    background-position: 0 -100px;
}


.icone1 {
    background-position: 0 -200px;
}

.icone2 {
    background-position: 0 -300px;
}

.icone3 {
    background-position: 0 -400px;
}

.icone4 {
    background-position: 0 -500px;
}

.icone5 {
    background-position: 0 -600px;
}

.icone6 {
    background-position: 0 -700px;
}

.icone7 {
    background-position: 0 -800px;
}

.icone8 {
    background-position: 0 -900px;
}

.icone9 {
    background-position: 0 -1000px;
}

.selected {
    background-color: #FFFF00;
}

.style4 {
    vertical-align: top;
    text-align: center;
    font-family: Candara;
    font-size: large;
    font-weight: bold;
}

.centerme {
    text-align: center;
}

.numeric {
    width: 100%;
    float: left;
}

.clickonce {
}

.waitmessage {
    color: white;
}

.calctotal {
}

.button {
    margin: 0 0 0 5px;
    text-indent: -9999px;
    cursor: pointer;
    width: 27px;
    height: 30px;
    text-align: center;
    background: url('../images/boutons_small.png') no-repeat;
    float: right;
}

.dec {
    background-position: 0 -30px;
    text-align: center;
}

.message {
    color: #FF0000;
    font-weight: bold;
}

.noborder {
    border-collapse: collapse;
    border-style: none;
    border-width: 0px;
}

.pagebreak {
    page-break-before: Always;
}

.total {
    text-align: left;
    font-family: Candara;
    font-size: large;
    font-weight: bold;
}

.new {
    font-family: cursive;
    background-color: #FFFF7D;
    color: #B05400;
}




.r-link {
    display: var(--rLinkDisplay, inline-flex) !important;
}

.r-link[href] 
{
    color: var(--rLinkColor) !important;
    text-decoration: var(--rLinkTextDecoration, none) !important;
}

.text-underlined 
{
    --uiTextUnderlinedLineHeight: var(--textUnderlinedLineHeight, 2px); /* 1 */
    --uiTextUnderlinedLineGap: var(--textUnderlinedLineGap, .5rem);
    --uiTextUnderlinedPaddingBottom: calc(var(--uiTextUnderlinedLineHeight) + var(--uiTextUnderlinedLineGap));
    padding-bottom: var(--uiTextUnderlinedPaddingBottom) !important;
    position: var(--textUnderlinedPosition, relative) !important;
    z-index: var(--textUnderlinedZindex, 1) !important;
}

    .text-underlined::after {
        content: "";
        width: var(--textUnderlinedLineWidht, 100%) !important;
        height: var(--uiTextUnderlinedLineHeight) !important;
        background-image: var(--textUnderlinedBackgroundImage, linear-gradient(to top, var(--textUnderlinedLineColor, currentColor) 30%, rgba(0, 0, 0, 0) 45%)) !important;
        position: absolute;
        left: var(--textUnderlinedLineLeft, 0) !important;
        bottom: var(--textUnderlinedLineBottom, 0) !important;
        z-index: var(--textUnderlinedLineZindex, -1) !important;
    }

.link {
    --textUnderlinedLineHeight: 100%;
    --textUnderlinedLineGap: 0;
    --textUnderlinedLineColor: #fed330;
    padding-left: .75rem;
    padding-right: .75rem;
}

    .link::after {
        will-change: width;
        transition: width .1s ease-out;
        transform: rotate(-2deg);
        transform-origin: left bottom;
    }

    .link:hover {
        --textUnderlinedLineWidht: 0;
    }

        .link:hover::after {
            transition-duration: .15s;
        }

.b1 {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.b1 {
    background-color: white;
    color: black;
    border: 2px solid #4CAF50;
}

    .b1:hover {
        background-color: #4CAF50;
        color: white;
    }