#logoPartenaire2{
	display:none;
}

/*
input[type="checkbox"]{
	margin-right:15px;
}
*//*
.champInput{
	border:none;
	height:49px;
	width:50%;
}

.champInput input{
	line-height:49px;
}
*/

/*.label{
	width:calc(50% - 4px);
	border:2px solid #211b3f;
	height:45px;
}

.label label{
	height:45px;
}*/

.ligneInput{
	float:left;
	width:100%;
	background-color:#211b3f;
	height:49px;
	margin-top:5px;
}

.ligneInput .label2{
	float:left;
	width:calc(50% - 4px);
	height:45px;
	margin:2px;
	padding:0px;
	border:none;
}

.ligneInput .label2 label{
	float:left;
	width:calc(100% - 30px);
	margin:0px 15px;
	height:45px;
	line-height:45px;
	color:#fff;
	font-weight:bold;
}

.ligneInput .champInput2{
	float:left;
	width:calc(50% - 4px);
	height:45px;
	margin:2px;
	padding:0px;
	border:none;
	background-color:#fff;
}

.ligneInput .champInput2 input{
	float:left;
	width:calc(100% - 40px);
	height:35px;
	margin:5px 20px;
	border:none;
	padding:0px;
	color:#211b3f;
	font-size:16px;
}

.ligneInput .champInput2 select{
	float:left;
	width:calc(100% - 40px);
	height:35px;
	margin:5px 20px;
	border:none;
	padding:0px;
	color:#211b3f;
	font-size:16px;
	background:transparent;
	-webkit-appearance:none;
    -moz-appearance:none;
	background-image:url("fleche_bas_HD.png");
	background-repeat:no-repeat;
	background-position:100% 14px;
	background-size:14px 7px;
}

@media screen and (max-width:620px){
	.ligneInput .label2 label{
		width:calc(100% - 20px);
		margin:0px 10px;
	}
	
	.ligneInput .label2 label.deuxLignes{
		line-height:16px;
		margin-top:8px;
		max-width:120px;
		transition:none;
	}
	
	.ligneInput .champInput2 input{
		width:calc(100% - 20px);
		margin:5px 10px;
	}
	
	.ligneInput .champInput2 select{
		width:calc(100% - 20px);
		margin:5px 10px;
	}
}

@media print{
	body *{
		visibility:hidden;
	}
	
	#corps,#corps *{
		visibility:visible;
		-webkit-print-color-adjust:exact;
	}
	
	#corps{
		position:absolute;
		width:100%;
		left:0;
		top:0;
		margin:0;
		background-color:#fff;
	}
	
	#corps h2,#corps h2 *{
		text-align:center;
		display:none;
		height:0px;
	}
	
	#corps #typeCalcul,#corps #typeCalcul *{
		text-align:center;
		display:none;
	}
	
	#corps{
		padding:0px;
	}
	
	#corps .bloc{
		float:none;
		display:block;
		position:relative;
		height:calc(100vh - 48px - 48px);
		margin:0px;
		padding:0px;
	}
	
	#corps #baremes{
		page-break-before:always;
		height:auto;
	}
	
	#pied,#pied *{
		display:none;
	}
	
	#logoPartenaire2{
		display:inline;
	}
	
	#logoPartenaire1,#logoPartenaire2{
		margin-bottom:20px;
	}
	
	#imprimer{
		display:none;
	}
	
	.masquer{
		display:none;
	}
	
	input[type="checkbox"]{
		display:none;
	}
}