@charset "UTF-8";
.document {
	position: relative;
	padding-bottom: 130%;/*141.45%;*/
	line-height: 1.5;
	border-radius: 10px;
	color: #000;
	background: #fff;
	margin: 0px auto 0px 80px;
}
.document-inner {
	position: absolute;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	padding: 35px 30px 86px;
	overflow-y: auto;
	margin: 0px auto;
}
.document-header {
	margin-bottom: 30px;
	text-align: center;
}
.document-logo {
	width: 37.44%;
	height: auto;
}
.document-footer {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 16px;
	text-align: center;
}
@media only screen and (max-width: 899px) {	/* <= 899px */

	.document-footer {
		display: none;
	}
	.document {
		zoom: 95%;
	}
	
	
}

/*.document-header,
.document-footer {
	text-align: center;
	position: relative;
	text-align: center;
}*/

.document-footer,
.document-footer-line-3 {
	font-size: .75em;
}
.document-footer-line-4 {
	font-style: italic;
	padding: 0px 35px;
	text-align: justify!important;
	margin-bottom: 15px;
	font-size: smaller;
}


.document-footer a,
.document-footer-line-1 {
	color: rgb(0,145,210);
}
.document-footer a:after {
	display: none !important;
}

.document h4 {
	margin-top: 0;
	text-align: center;
	font-size: 1.1875em;
	color: #00b4dc;
}
.document .adresse-medecin {
	margin: 0 55% 100px 0;
}
.document .adresse-patient {
	position: absolute;
	left: 50%;
	right: 30px;
	top: 184px;
}
.certif_client-wrapper {
	/*height: 808px;*/
	position: absolute;
	left: 12px;
	right: 55px;
	top: 31.28%;
	bottom: 86px;
}
.document #certif_client {
	height: 80%;
	padding: 20px;
	text-align: justify;
	font-size: medium;
}

.ordonnance-wrapper {
	/*height: 808px;*/
	position: absolute;
	left: 12px;
	right: 55px;
	top: 31.28%;
	bottom: 86px;
}
.document #ordonnance {
	height: 90%;
	padding: 20px;
	text-align: justify;
	font-size: medium;
}

/*.evaluation-wrapper {
	/*height: 808px;*!/
	position: absolute;
	left: 30px;
	right: 30px;
	top: 31.28%;
	bottom: 86px;
}*/
/*.document #evaluation {
	height: 100%;
}*/

#table-facture {
	text-align: right;
	font-size: medium;
	border-collapse: collapse;
	width: 80%;
	border: 1px solid rgb(46,119,195);
	margin-left: 20%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#table-facture thead {
	font-weight: bold;
	background: rgb(11,77,179);
}
#table-facture tbody {
	font-size: .75em;
}
#table-facture th,
#table-facture em {
	color: #fff;
}
#table-facture th,
#table-facture td {
	width: 25%;
	padding: .3em 1em;
}
#table-facture th {
	font-weight: normal;
	text-align: center;
	border: 1px solid rgb(46,119,195);
}
#table-facture tbody th {
	background: rgb(46,119,195);
	border-bottom-color: rgb(85,147,208);
}
#table-facture tbody tr:last-child th {
	border-bottom-color: rgb(46,119,195);
}
#table-facture .alt {
	background: rgb(220,222,227);
}







.fiche-area {
	position: relative;
	/*font-size: .875em;*/
	padding: 2% 2.5%;
	border: 3px solid #d9d8d7;
	margin-bottom: 3.4%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-border-radius: 4px;
			border-radius: 4px;
	background: #e9f6fe!important;
	overflow: hidden;
}

.fiche-areaB {
	position: relative;
	/*font-size: .875em;*/
	border: 3px solid #d9d8d7;
	padding: 2% 2.5%;
	margin-bottom: 3.4%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-border-radius: 4px;
			border-radius: 4px;
	background: #FFFFFF;
	overflow: hidden;
}

#fiche-area-left {
	float: right;
	clear: right;
	width: 48.37%;
}


#fiche-area-right2 {
	float: right;
	clear: right;
	width: 48.37%;
}
#fiche-area-left3 {
	float: left;
	clear: left;
	width: 48.37%;
}
.qrplace {
	float: right;
	margin-right: 10%;
}

#fiche-area-right1 {
	float: left;
	width: 48%;
}
#fiche-area-right1 {
	padding: 2% 1%;
}
#fiche-area-right2 {
	background: #fff;
}

#fiche-area-top .fiche-area-left {
	float: left;
	width: 30%;
}
#fiche-area-top .fiche-area-center,
#fiche-area-top .fiche-area-right {
	overflow: hidden;
	text-align: center;
	
}
#fiche-area-top .fiche-area-center {
	float: left;
	width: 40%;
}
#fiche-area-top .fiche-area-right {
	float: right;
	width: 22%;
}
.document-label {
	clear: both;
	color: #0091d2!important;
}
#fiche-area-top .fiche-area-center .document-label,
#fiche-area-top .fiche-area-right .document-label {
	display: block;
	font-style: italic;
}
.fiche-area li {
	line-height: 1.4;
	margin: .5em 0;
}
#fiche-area-top .fiche-area-center img {
	float: left;
	width: 30%;
	height: auto;
	padding: 2%;
	border: 3px solid #d9d8d7;
	margin: 1.66%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-border-radius: 6px;
			border-radius: 6px;
}
#fiche-area-top .fiche-area-right img {
	display: block;
	width: 65%;
	margin: 0 auto;
}

#fiche-area-left h4,
#fiche-area-right1 h4 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	margin: 0 0 1.5em 0;
}
#fiche-area-right1 h4 {
	float: right;
	width: 60%;
}

#fiche-area-left .fiche-area-left,
#fiche-area-left .fiche-area-right {
	width: 50%;
	padding-left: 30px;
	margin-bottom: 20px;
	float: left;
	clear: both;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#fiche-area-left .fiche-area-right {
	float: right;
	clear: right;
}
#fiche-area-left .fiche-area-left .document-label,
#fiche-area-left .fiche-area-right .document-label {
	margin-left: -30px;
}
.document-icon {
	display: inline-block;
	width: 1.5em;
}

.textficheclient {
	font-size: smaller;
}
.document-thumb {
	float: left;
	margin: 0px 20px 0px 0px;
}
#fiche-area-left .fiche-area-left ul,
#fiche-area-left .fiche-area-right ul,
.fiche-area-bottom ul {
	padding-left: 14px;
	margin: 0;
}
.document-coureur {
	float: left;
	clear: both;
	width: 27%;
}
.document-coureur + .fiche-area-bottom {
	float: left;
	width: 68%;
	margin-left: 5%;
}
.document-coureur + .fiche-area-bottom ul {
	margin-bottom: 20px;
}

#fiche-area-right1 #zones {
	position: relative;
	float: left;
	width: 40%;
}
#fiche-area-right1 #zones img {
	display: block;
	width: 100%;
	margin: 0;
}
#fiche-area-right1 .zone {
	position: absolute;
	width: 0;
	height: 0;
	border: 2px solid #A2C617!important;
	background-color: #A2C617!important;
	margin: -6px 0 0 -6px;
	-webkit-border-radius: 8px;
			border-radius: 8px;
}
#fiche-area-right1 .modB {
	background-color: #F39323!important;
	border-color:  #f0efef!important;
}
#fiche-area-right1 .modC {
	background-color:  #f00!important;
	border-color:  #f0efef!important;
}
#fiche-area-right1 #zone-SABD1 {
    left: 20%;
    top: 37.8%;
    height: 5%;
    width: 3%;
    -webkit-transform: rotate(21deg);
    -moz-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    -o-transform: rotate(21deg);
    transform: rotate(21deg);
}

#fiche-area-right1 #zone-SABG {
    left: 80.6%;
    top: 37.9%;
    height: 5%;
    width: 3%;
    -webkit-transform: rotate(339deg);
    -moz-transform: rotate(339deg);
    -ms-transform: rotate(339deg);
    -o-transform: rotate(339deg);
    transform: rotate(339deg);
}
#fiche-area-right1 #zone-SBD {
    left: 28%;
    top: 26%;
    height: 6%;
    width: 3%;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}

#fiche-area-right1 #zone-SBG {
    left: 74%;
    top: 26%;
    height: 6%;
    width: 3%;
    -webkit-transform: rotate(356deg);
    -moz-transform: rotate(356deg);
    -ms-transform: rotate(356deg);
    -o-transform: rotate(356deg);
    transform: rotate(356deg);
}

/*Ajout des cotes par vbe */

#fiche-area-right1 #zone-CoteD {
	left: 39%;
	top: 32%;
	height: 4%;
	width: 3%;
	-webkit-transform: rotate(340deg);
	   -moz-transform: rotate(340deg);
		-ms-transform: rotate(340deg);
		 -o-transform: rotate(340deg);
			transform: rotate(340deg);
}

#fiche-area-right1 #zone-CoteG {
	left: 61%;
	top: 32%;
	height: 4%;
	width: 3%;
	-webkit-transform: rotate(20deg);
	   -moz-transform: rotate(20deg);
		-ms-transform: rotate(20deg);
		 -o-transform: rotate(20deg);
			transform: rotate(20deg);
}

/*fin de l ajout de vbe */

#fiche-area-right1 #zone-RB {
    left: 50%;
    top: 46%;
    height: 5%;
    width: 4%;
}

#fiche-area-right1 #zone-IJD {
    left: 37.5%;
    top: 76%;
    height: 7%;
    width: 3%;
}
#fiche-area-right1 #zone-IJ {
    left: 63.5%;
    top: 76%;
    height: 7%;
    width: 3%;
}
#fiche-area-right1 #zone-IJCD {
    left: 38%;
    top: 54%;
    height: 9%;
    width: 4%;
}
#fiche-area-right1 #zone-IJC {
    left: 62.5%;
    top: 54%;
    height: 9%;
    width: 4%;
}
#fiche-area-right1 #zone-RC {
    left: 50%;
    top: 15%;
    height: 4%;
    width: 4%;
}
#fiche-area-right1 #zone-RD {
    left: 50%;
    top: 22%;
    height: 11%;
    width: 4%;
}
#fiche-area-right1 #zone-SEG1 {
    left: 68%;
    top: 22%;
    height: 2%;
    width: 4%;
}
#fiche-area-right1 #zone-SE {
    left: 32%;
    top: 22%;
    height: 2%;
    width: 4%;
}
#fiche-area-right1 #zone-RL {
    left: 50%;
    top: 36%;
    height: 7%;
    width: 4%;
}
#fiche-area-right1 #zone-SCG {
    left: 76.5%;
    top: 34%;
    width: 4%;
    height: 2%;
}
#fiche-area-right1 #zone-SC {
	left: 24.5%;
	top: 34%;
	width: 4%;
	height: 2%;
}
#fiche-area-right1 #zone-SPG {
    left: 84.5%;
    top: 45%;
    width: 4%;
    height: 2%;
}
#fiche-area-right1 #zone-SP {
	left: 15.5%;
	top: 45%;
	width: 4%;
	height: 2%;
}
#fiche-area-right1 #zone-SMG1 {
	left: 87%;
	top: 49%;
	width: 4%;
	height: 2%;
}
#fiche-area-right1 #zone-SM {
	left: 13%;
	top: 49%;
	width: 4%;
	height: 2%;
}
#fiche-area-right1 #zone-IHG {
    left: 62%;
    top: 46%;
    width: 6%;
    height: 3%;
    border-radius: 8px;
}

#fiche-area-right1 #zone-IHD {
	left: 37%;
	top: 46%;
	width: 6%;
	height: 3%;
	border-radius: 8px;
}
#fiche-area-right1 #zone-IGG {
    left: 63%;
    top: 68%;
    width: 4%;
    height: 3%;
}
#fiche-area-right1 #zone-IG {
	left: 37%;
	top: 68%;
	width: 4%;
	height: 3%;
}
#fiche-area-right1 #zone-ICG {
    left: 62%;
    top: 88.2%;
    width: 4%;
    height: 2%;
}
#fiche-area-right1 #zone-IC {
	left: 38%;
	top: 88.2%;
	width: 4%;
	height: 2%;
}
#fiche-area-right1 #zone-IPG {
    left: 61%;
    top: 93%;
    width: 8%;
    height: 1%;
}
#fiche-area-right1 #zone-IP {
	left: 36%;
	top: 93%;
	width: 8%;
	height: 1%;
}



@media print {
	#rapport_medical,
	#evaluation,
	.document {
		font-size: 1.1em;
		zoom: 95%;
	}
	#rapport_medical,
	.document #certif_client,
	.document #ordonnance,
	.document #facture_client,
	#evaluation {
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		border: none;
		margin: 0;
		font-size: 1em;
		line-height: 1.5;
		zoom: 95%;
		/*background: none;*/
	}
	.fiche-area li {
		font-size: .8462em;
	}
	
	#fiche-area-right1 .zone {
	border-width: 3px;
	
	margin: -4px 0 0 -4px;
	-webkit-border-radius: 4px;
			border-radius: 4px;
}

.document-inner {
	zoom: 77%!important;
	margin: 0px auto!important;
	font-family: nunito;
}
.document-label {
	clear: both;
	color: #0091d2!important;
}
}





/**/