@charset "iso-8859-1";
/* CSS Document */

#fondCuvees {
	
/*
	background: #111 !important;
	color:#000;
	background: url(fond-Cuvees.jpg) no-repeat center top;
    background-position-x: center;
    background-position-y: top;
    background-size: auto;
background-size: cover;*/
width: 100%;
margin: 0 auto;
background: linear-gradient(0deg, #0c1213 0%, #394c51 40%, #141c1e 100%);

}


h2#texte4 {
	color: #fff !important;
	font-size: 2.5rem;
	line-height: 100%;
	padding: 10px;
	text-align: center;
	letter-spacing: 3px;
	font-weight: normal;
	font-variant: small-caps;
	margin-bottom:0;
	}

#sousTitreCuvees { font-family:'Libre Baskerville'; text-align:center; color:#777;font-size: 1.2em;}

#blason {text-align: center; margin-top:24px; }

.blocMedaille{
/*    position: relative;
    top: -440px;
    z-index: 10000;
    left: 40px;*/
	}

.blocartAccueil {
	font-size:1.2rem;
	margin-bottom: 20px;
	min-height: 355px;
	padding: 7px;
	vertical-align:top;
	}
.blocartAccueil a {
	color: #fff2 !important;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: normal;
	min-width:60px;
	opacity: 0.9;
/*	background-color:rgba(0,0,0, 0.5);*/
	}
.blocartAccueil a:hover {
	color: #c7ac65 !important;
	display: block;
	text-align: center;
	text-decoration: none !important;
	opacity: 1;
	transition: transform 0.7s ease 0s;
    transform: scale(1.1);
background: radial-gradient(circle farthest-side at 50% bottom, #fff2 30%, #0000 50% );

	}
	
.blocartAccueil a span{
	display: block;
	position: relative;
	z-index:100;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	border-radius: 7px;
	color: #fff;
	margin-top: 20px;
	opacity: 0;
	padding: 5px;
	text-shadow: none;
	transform: scale(0) rotate(-12deg);
	transition: all 0.25s ease 0s;
	width: 150px;
	font-size:0.9em;
	height:70px;
	}

.blocartAccueil a:hover span{
   transform:scale(1.2) rotate(0);
   opacity:1;
   transition:all 0.3s ease 0s;
	}
	
.blocartAccueil img {
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	

	
	}
.rubriques {
    background-color: #333333;
    background-image: url("images/img-rubrique.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 32px;
    text-align: left;
}

.etqTitre {
    padding: 8px 5px;
    margin-bottom: 8px;
	margin-top:8px;
	font-size:0.8em;
	text-align:center;
	border-top: 1px solid #fff3;
	border-bottom: 3px solid #fff3;
	color:#fffb;
	}

