@import "../commun/commun.css" ;

@media print{
	button {
	  display: none !important;
	}
}

body {
	margin-left: 2em;
}

div {
    margin-bottom: 10px;
}

label {
    display: inline-block;
    width: 180px;
}

.rubrique {
	color: #FF0000;
	font-size: small;
	font-style: italic;
	width: 40em;
}

.oraison {
	margin-left: 4em;
	text-indent: -2em;
	width: 25em;
	font-size: large;
}

.ref {
	text-decoration: underline;
}

.alternatives {
	display: flex;
}

.alternative {
	flex: 1;
}

.aChoisir {
	opacity: 40%;
	background-color: lightgrey;
}

.invisible {
	display: none;
}

.btn {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 0 6px 10px 0 #666;
	transition: all 0.4s ease-in-out;
	
	font-size: 10px;
	font-weight: bolder;
	text-align: center;
}
 
.btn:hover {
   box-shadow: 0 6px 14px 0 #666;
   transform: scale(3);
}
