/*.infoTimbre {
	display: none;
}*/

.bouton {
	z-index: 1001;
}
.divBlocTitre {
	background-color: #EEE;
}

.divBloc100,
.divBloc {
	float: left;
	width: 100%;
}
.divBloc50 {
	width: 50%;
}
.divBloc50 .divBloc {
	width: 8.68%;
	padding: 1.8%;	
	margin: auto 2% 20px auto;	
}
.divBloc25 {
	width: 25%;
	margin-right:  3.6%;
}
.divBloc25.noMargin {
	margin-right:  -10.8%;
}
.divBloc25 .divBloc {
	width: 17.36%;
	padding: 3.6%;
	margin: auto 4% 20px auto;	
}
.divBloc33 {
	width: 33.3%;
	margin-right:  2.7%;	
}
.divBloc33.noMargin {
	margin-right:  -5.4%;
}

.divBloc33 .divBloc {
	width: 13.02%;
	padding: 2.7%;
	margin: auto 3% 20px auto;	
}

.divBloc {
	float: left;
	box-shadow: 0 1px 4px rgba(0,0,0,0.4);	
	/*min-width: 80px;*/	
	max-width: 150px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	z-index: 1000;
	width: 4.34%;	
	margin: auto 1% 20px auto;
	padding: 0.9%;	
	height: 120px;	
}

.divBlocZoom {
	width: 9%;	
	margin: auto 1.5% 20px auto;
	padding: 1%;	
	height: 200px;	
}

.divBlocImg {
	position: relative;
	font-weight: bold;
	text-align: center;
	margin: auto;
	height: 100%;	
}
.divBloc img.imgTimbre {
	width: 100%;
	max-width: 60px;	
	/*max-width: 100px;*/
}

.divBlocZoom img.imgTimbre {
	max-width: 100px;
}
.divBloc.acquisBloc,
.divBloc.acquis {
	box-shadow: 0 1px 4px #259042;	
}
.divBlocAcquisDoublon i {
    cursor: pointer;
}
.divBloc.doublon {
	box-shadow: 0 1px 4px #209cca;	
}
.divBloc:hover {
	transition: all 0.2s ease-in-out 0s;	
	transform: scale(1.1);
}
.carnet,
.blocAcquis {    
	border: 1px solid #6f6f6f;
    color: #6f6f6f;	
    border-radius: 70px;
    font-size: 10px;
    font-weight: bold;
    right: -10px;	
    top: -10px;	
	text-align: center;	
    position: absolute;  
    height: 14px;
    width: 15px;
    padding: 1px 0px 0px 0px;
    cursor: pointer;
}
.blocAcquis {
    left: -10px;
}
.carnetOk,
.blocAcquisOk {    
	border: 1px solid #259042;
    color: #259042;	
}

.acquisBloc.iconMenu-checkmark,
.acquis.iconMenu-checkmark {
	color: #259042;
}
.doublon.iconMenu-checkmark {
	color: #209cca;
}
.divBlocAcquisDoublon {
	position: absolute;
	float: left;
	width: 100%;
	bottom: 5px;
	font-size: 10px;
	text-align: center;
	
	/*background-color: #EEE;
	height: 30px;*/
}
.divBlocZoom .divBlocAcquisDoublon {
	font-size: 15px;	
}
.divBlocAcquisDoublon div {
	float: left;	
	width: 50%;
}
.acquisBloc,
.acquis,
.doublon,
.affichBloc,
.totalBloc {
	color: #898989;
}
.totalBloc {
	float: left;	
	width: 50%;	
	font-size: 8px;
}
.divBlocZoom .affichAnnee {
	font-size: 10px;	
}
.affichBloc {
	position: absolute;
	float: right;
	text-align: right;
	width: 100%;
	bottom: -12px;
	right: -10px;
}
.affichBloc i {
	margin-left: 5px;
}
.divBloc::before {
	content: "";
}