/*Couleur de fond du site*/

body
{
    background-image: url("../images/fond.jpg");
    background-position: center center;
    background-size: cover; 
}
.fond
{
/*	background: #232221;*/
}
.fond2
{
	background: #b2c281 !important;
}
.nav_fond
{
    background-color: #0a0908 !important;
}
.fond_noir_fondu
{
    background-color: rgb(10,9,8)!important;
    opacity:0.6; !important;
}
@font-face 
{
    font-family: 'Western';
    src: url('Western.ttf') format('truetype');
}
.western
{
    font-family: 'Western', Arial, serif;
}
.fond-card
{
    background: #e7e6e6 !important;
}
.bouton
{
    background: #C6D88F !important;
}
.bouton:hover
{
    background: #b2c281 !important;
}
.vert
{
    color: #C6D88F !important;
}
.div-hover:hover
{
    background: #e7e6e6;
}
.div-hover:hover>a>span
{
    text-decoration: underline;
}
