



.bgcolcell_newforms {
	background-color: #A94F3E; 
}

/* --------------------------------------------------------------------------------------------- INDEX --- */

.recothankfoflex {
	width: 100%;
	/* max-width: 800px; */
	margin-left: auto;
	margin-right: auto;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end; 
	-webkit-box-align: center; 
	    -ms-flex-align: center; 
	        align-items: center; 
}
div.recothankfo {
	font-family: "Manuscrit_light";
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	color: #004864;
	transform: rotate(-6deg);
}
img.recothankfo {
	display: block;
	width: 20%;
	max-width:120px;
	height: auto; 
	margin-left:20px;
}
.qualiopi_scontent {
	margin-top: 20px;
	margin-bottom: 20px;
	
	/* background-image: url("https://www.apsi-formations.com/medias/logo_qualiopi_152.png"); */
	/* background-position: center; */
	/* box-shadow: inset 5px 5px 20px 0px black; */
}
img.qualiopimg_sat {
	margin: auto;
	border-radius: 15px;
	box-shadow: 0px 0px 15px 5px #4F9152; /* green 4F9152 */
	/* filter: drop-shadow(0 0 15px #4F9152); */
	
}

/* --------------------------------------------------------------------------------------------- COMPTE -- */
div.sect_contentformateur {
	max-width: 1400px;
	width: 80%; 
	margin-left: auto; 
	margin-right: auto; 
	padding-bottom: 10px;
}

div.sectflex_infoformateur {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	        flex-direction: row; 
	-ms-flex-pack: distribute; 
	    justify-content: space-around; 
	-webkit-box-align: start; 
	-ms-flex-align: start; 
	        align-items: start;
	
	width: 100%; 
	padding-top: 0px;
}
div.clform_contact {	/* conteneur information contact */
	width: 35%;
	height: auto;
}
div.clform_entreprise {	/* conteneur information entreprise */
	width: 35%;
}
div.clform_descriptif {	/* conteneur descriptif */
	width: 100%;
}
h4.clformateur_titre {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	background-color: #ABC2C2;
}
div.clformateur_titre {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	font-weight : bold;
	font-size: 1.4em; 
	background-color: #ABC2C2;
}
div.clinfoform { 		/* conteneur des informations */
	margin-left: 20px;
	margin-bottom: 15px;
}
.commentsuiviform {
	height: 80px; 
	border: 2px solid #656565; 
	border-radius: 10px; 
	padding: 10px; 
	font-family: "Manuscrit_strong";
	font-size: 1.3em;
	color: #004864;
}
img.imgvalidcomp {
	width: 20px;
	/* border-radius: 20px; */
	padding: 10px;
}
img.formavatar {
	width: 15%;
	border-radius: 50%;
	cursor: pointer;
	/* padding: 10px; */
}

.bgcolorvalide {background-color: #99D67A; border-radius: 5px;}
.bgcolorunvalide {background-color: #C39393; border-radius: 5px;}
.bgcolorarcvalide {background-color: #E2BC6F; border-radius: 5px;}
.bgcolorattente {background-color: #E9E9E9; border-radius: 5px;}

.bgcolorsuiviinf30 { background-color: #890000; border-radius: 20px 20px 20px 20px; padding: 5px; font-weight: bold; }
.bgcolorsuiviinf50 { background-color: #C66200; border-radius: 20px 20px 20px 20px; padding: 5px; font-weight: bold; }
.bgcolorsuiviinf70 { background-color: #47C400; border-radius: 20px 20px 20px 20px; padding: 5px; font-weight: bold; }
.bgcolorsuiviinf100 { background-color: #2E8900; border-radius: 20px 20px 20px 20px; padding: 5px; font-weight: bold; }

.lienajoutcompformateur {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px; 
	padding: 10px;
	text-align: right; 
	font-style: italic; 
	border-top: solid 2px #660000;
	border-radius: 10px 10px 0 0;
	color: #660000
}.lienajoutcompformateur:hover{
	color: #FFB200;
}

/* ----- certificats ----- */
.formcertifcontain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	        flex-direction: row; 
	-ms-flex-pack: distribute; 
	    justify-content: space-around; 
	-webkit-box-align: start; 
	-ms-flex-align: start; 
	        align-items: start;
	
	width: 100%; 
	padding-top: 0px;
}
.formcertiftitre, 
.formcertifitem {
	margin: 5px;
	text-align: center; 
	padding: 5px;
}
.formcertiftitre {
	/* height: 50px; */
	border-radius: 5px;
	background-color: #C2C2C2;
} 
.itemsize1 {	width: 10%;	}
.itemsize2 {	width: 20%;	}
.itemsize3 {	width: 30%;	}
.itemsize4 {	width: 40%;	}
.itemsize5 {	width: 50%;	}
.itemsize6 {	width: 60%;	}

.possmodifitemform {
	cursor: pointer;
}

/* ----- classes de modification des items ----- */

.buttonmodiformatcontain {
	width: 100%;
	text-align: right; 
}
.hidemodif {
	display: none; 
}
.inputmodiformateur {
	margin: 2px;
	width: 90%;
	height: 20px;
	font-size: 14px;
	text-align: center; 
	border-radius: 5px;
	/* padding: 5px; */
	/* background-color: #EAFFE8; */
}
.inputmodiformateur:required:invalid {
	background-color: #FFE8E8;
}
.inputmodiformateur:required:valid {
	background-color: #EAFFE8;
}
.textareamodiform {
	width: 90%; 
	border-radius: 5px;
	font-size: 14px;
}.textareamodiform:required:invalid { 
	background-color: #FFE8E8;
}.textareamodiform:required:valid {
	background-color: #EAFFE8;
}
.inputnewdocsession,
.inputmodifavatar {
	margin: auto;
	width: 90%;
	/* height: 20px; */
	font-size: 14px;
	/* text-align: center;  */
	/* border-radius: 5px; */
}

/* --------------------------------------------------------------------------------------------- PEER ---- */

img.ctlg_logopeerlist {
	width: 12%;
	min-width: 100px;
	height: auto;
	padding: 10px;
	/* filter: drop-shadow(0 0 4px white); */
}
img.ctlg_logopeer {
	width: 20%;
	min-width: 150px;
	height: auto;
	padding: 10px;
	/* filter: drop-shadow(0 0 4px white); */
}

.containprogpeer {
	display: flex;
	flex-direction: row;
	justify-content: flex-end; 
	align-items: start; 
	
	max-width: 1400px;
	width: 90%; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 10px; 
}
.infobjectifpeer {
	margin-top: 10px;
	font-size: 0.8em;
	/* text-align: center; */
	color: #353535;
}
.datepeercontain {
	text-align: right;
	font-size: 0.6em;
	font-style: italic;
	padding: 10px;
	cursor: pointer;
}
.lienpeercontain {
	/* text-align: left; */
	font-size: 0.6em;
	/* font-style: italic; */
	padding: 10px;
	/* cursor: pointer; */
}

.peerrangetxsatctn {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	/* margin-bottom: 50px; */
}
.peerrangetxsatbg {
	background-color: silver;
	width: 100%;
	height: 15px;
	border-radius: 5px;
}
.peerrangetxsatin {
	/* background-color: #e09900; */
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	border-radius: 5px;
	/* text-align: right; */
}
.peerrangetxsatinvaleur {
	padding-right: 10px; 
	font-weight: bold; 
	font-size: 0.7em;
	color: #dddddd;
}
.peerrangetxsatnonevaleur {
	padding-right: 10px; 
	/* font-weight: bold;  */
	font-style: italic;
	font-size: 0.6em;
	color: #dddddd;
}

/* --------------------------------------------------------------------------------------------- INPUT --- */

.input_formtxt {
	/* display: block;  */
	height: 35px;
	/*background-color: #D6D6D6;*/
	border-radius: 10px;
	font-size: 1.2em;
	/* text-align: center; */
}
.input_formsel {
	height: 35px;
	/* width: 75%; */
	border-radius: 10px;
	font-size: 1.2em;
	cursor: pointer;
}
.inputsiz1 {	width: 10%;	}
.inputsiz2 {	width: 20%;	}
.inputsiz3 {	width: 30%;	}
.inputsiz4 {	width: 40%;	}
.inputsiz5 {	width: 50%;	}
.inputsiz6 {	width: 60%;	}

.input_formtxt:required:invalid,
.input_formsel:required:invalid { 
	box-shadow: 0px 0px 4px 3px red;
}
.input_formtxt:required:valid, 
.input_formsel:required:valid { 
	box-shadow: 0px 0px 4px 3px green;
}
.input_formtxt:focus { 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.textareaform {
	width: 80%; 
	border-radius: 10px;
	font-size: 1.1em;
}.textareaform:required:invalid { 
	box-shadow: 0px 0px 4px 3px red;
}














