:root {
    --background-corpo : #4A8821;
    --foreground-corpo : white;
}

body {
    background: url('/assets/img/bg_empruntdirect.jpg') no-repeat center center fixed;
    background-size: cover;
}

header .container {
    background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.container {
    background-color:white;
}

main .container {
    margin-top: .5rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    border-radius: 0 0 1rem 1rem;

}

footer .container {
    margin-top: .5rem;
    line-height: 2rem;
    border-radius: 1rem 1rem 0 0;
    
} 
