@media print{
 #fpapiersview .w-col-2{display:none;}
 #fv_mes_docsview .w-col-2{display:none;}
}


.groupage2{ /*  enlever 2 pour voir le cadre groupage  */
	border-style: solid;
	border-width: thin;
	border-color: red;
	}

.boite{
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-radius : 10px;
	margin-bottom:5px;
	min-width: 250px;
	min-height: 90px; /* donc 1min=1.5px   avant : min-height: 120px; donc 1min=2px */
	position:relative;
	overflow: hidden;
}

.boite_annulee{
	border-style: solid;
	border-width: thin;
	border-color: black;
	margin-bottom:5px;
	min-width: 250px;
	min-height: 90px; /* donc 1min=1.5px   avant : min-height: 120px; donc 1min=2px */
	position:relative;
	background: linear-gradient(45deg, white 25%,red 25%, red 50%,white 50%, white 75%,	red 75%);background-size: 100px 100px;	
}

.groupedate{
	padding-left:5px;
	font-size:xx-small;
	text-align: left;	
	color:black;	
}
@media print{
	/* .groupedate{display:none;} */
}

.horaire{
	font-size:small;
	text-align: center;
	background-color: #09998c;
	color:white;
	font-family: "Lucida Console", Courier, monospace;
}
.matiere{
	font-weight: bold;
	text-align: center;
	color:black;
}
.prof{
	 text-transform: capitalize;
	 text-align: center;
	 color:black;
}
.txt{
	visibility: hidden;
	height:0;
}
.salle{
	font-size:xx-small;
	text-align: right;
	color:white;
	background-color: #B12469;
	width: 100%;
	position:absolute;
	bottom:0;
	padding-right:5px;	
}


.feuille{
width: 27cm;
height: 27.7cm;
} 

.feuille_pied{
	position: absolute;
    bottom: 0;
	width : 27cm;
}

.vignette{
	display: inline;
	float: left;
	border-style: solid;
	border-width: thin;
	border-color: black;
	margin:5px;
	width: 150px;	
}
.portrait{
	text-align: center;
	width: 150px;
	height: 190px;
}
.portrait img {
        width: 145px;
		height: 190px;
    }
.nom{
	height: 50px;
	text-align: center;
	background-color: #FFFFFF;
	color:black;
	font-weight: bold;
	font-family: "Lucida Console", Courier, monospace;	
}

.ew-highlight-search {animation: blinker 1s linear infinite;}
@keyframes blinker { 50% {opacity: 0;} }

.ew-grid { width: 100%; }