/**
 *	Feuille de styles ITRF
 *	Atos Origin - ALZ - 2010
 *	Orange ITRF #e36823, bleu marine #22384d, bleu clair #d5eef5, gris #ededed, rouge foncé #8A3300
 */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-size: 100%;
}

body {
	font-family: sans-serif;
	background-color: #ccc;
	color: #000;
	text-align: center; /* Centrage IE 5.5 */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
}

a {
	color: #22384d;
}

a#transcolor {
	color: transparent;
}

a:visited {
	color: #22384d;
}

a:hover, a:focus {
	color: #e36823;
	text-decoration: none;
}

a:active {
	color: #999;
}

a img {
	border: none;
}

a#back, input#back, a#backhaut {
	padding-left: 20px;
	background: transparent url(../images/back.png) no-repeat left center;
}

input#back {
	padding-bottom: 0;
	border: none;
	border-bottom: 1px solid #22384d;
}

a#backhaut {
	float: right;
	margin-top: -4em;
}

h1 {
	margin: 10px 0 10px 150px;
	padding: 0.5em;
	color: #22384d;
	background: #fff url(../images/degrade.png) repeat-y right top;
	text-align: right;
	font-size: 1.8em;
}

h1 span {
	background: transparent url(../images/puce.gif) no-repeat right 50%;
	padding-right: 50px;
}

h2, p.name {
	margin: 1.5em 0 8px 0;
	color: #8A3300;
	font-size: 1.3em;
}

h3 {
	margin: 2em 0 1em 0;
	border-bottom: 1px solid #8A3300;
}

span.texteGras {
	font-weight: bold;
}

li.nomAffectataireouCentreOrga {
	margin-top: 2em;
}

li.infosAffectataire {
	background: none;
	margin-left: 6.4em;
}

li.infosCentreOrga {
	background: none;
	margin-left: 6.7em;
}

div.sep {
	margin: 1em 0;
	border-top: 1px solid #e36823;
	height: 1px;
	width: 80%;
}

div#contenu p {
	margin: 1em 0;
	width: 90%;
}

div#contenu p.width-100 {
	width: 100%;
}
div#contenu p.aligne {
	margin: 1em 0;
	width: 90%;
	text-align: left;
}

div#contenu p.info {
	margin-top: 0;
}

.inactive {
	color: lightgrey !important;
	cursor: not-allowed;
}

p.inactive > i {
	background: lightgrey;
}

p.inactive > i.fa {
	/* color: lightgrey !important; */
	background: white;
}

p.inactive > a > i {
/*	color: lightgrey; */
}

div#contenu p.note {
	font-size: 0.9em;
}

div#contenu p.centre {
	text-align: center;
}

div#contenu p.boutonCentreDecale {
	padding-left: 1em;
}
div#contenu p.ligneDouble {
	padding: 0 2em;
	border-left: 3px double #e36823;
}

div#contenu .resultat {
	margin: 1em 0;
	padding: 20px;
	max-width: none;
	font-size: 1.5em;
	text-align: center;
	color: #000;
	background-color: #d5eef5;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
}
div#contenu .resultatDemat {
	margin: 1em 0;
	padding: 20px;
	max-width: none;
	font-size: 1.45em;
	text-align: left;
	color: #000;
	background-color: #d5eef5;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
}

div#contenu div.bloc {
	margin-bottom: 2em;
	padding-left: 2em;
	border-left: 2px solid #8A3300;
}

div#contenu hr {
	margin-bottom: 1em;
	color: #8A3300;
	background-color: #8A3300;
	height: 1px;
}

div#contenu table {
	margin: 1em 0;
	/* 	border: 1px solid #22384d;
     */
    /* border: 1px solid #000000; */
	border-left: 3px solid #c30;
	border-collapse: collapse;
	caption-side: bottom;
}

div#contenu table#separator {
   margin: 1em 0;
   border-collapse: collapse;
   border-left: 0px;
   
}

div#contenu table td#sepforalign {
	padding: 0em 0em;
	border: 0px;
}

div#contenu table caption {
	font-size: 0.9em;
	text-align: right;
}

div#contenu table tr[onclick] {
	cursor: pointer;
}

div#contenu table tr.selected td {
	background-color: #d5eef5;
}

div#contenu table th {
	padding: 0.3em 0.6em;
	background-color: #22384d;
	color: #fff;
	border: 1px solid #22384d;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000000;

}

div#contenu table th a {
	padding-left: 20px;
	background: #22384d url(../images/tri.png) no-repeat left center;
	color: #fff;
}

div#contenu table td {
	padding: 0.3em 0.6em;
	border: 1px solid #000000;
}

ul {
	margin-left: 3em;
	max-width: 55em;
}

/* ol li {
	padding: 10px 0;
} */

ol {
	/*counter-reset: li;  Initiate a counter */
	font: 17px ;
	margin-bottom: 0.2em;
	margin-left: 2.5em;
	margin-right: 6em;
}

.rounded-list li{
	position: relative;
	display: block;
	margin: .5em 0;
	margin: 1em 0;

}

.rounded-list li:before{
	text-align: center;
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: 0em;
	top: 2%;
	background: #000000;
	color: #ffffff;
	font: 11px ;
	height: 1.2em;
	width: 1.2em;

	border-radius: 1em;
}


.rounded-list-demat li{

	position: relative;
	display: block;
	margin: .5em 0;
	margin: 1em 0;
	font: 11px ;
}
.rounded-list-demat li:before{
	text-align: center;
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: 0em;
	top: 2%;
	background: #000000;
	color: #ffffff;
	font: 11px;
	height: 1em;
	width: 1em;

	border-radius: 1em;
}

.rounded-list-demat_suivi li{

	position: relative;
	display: block;
	margin-left: 0.2;
	font: 11px;
}

.rounded-list-demat_suivi{

	counter-reset: li; /* Initiate a counter */
	font: 17px ;
	margin-bottom: 0.2em;
	margin-left: 0em;
	margin-right: 6em;
}
.rounded-list-demat_suivi li:before{
	text-align: center;
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: 0em;
	top: 2%;
	background: #000000;
	color: #ffffff;
	font: 11px 'trebuchet MS', 'lucida sans';
	height: 1.2em;
	width: 1.2em;
	border-radius: 1em;
}


.rounded-list-demat_fin li{

	position: relative;
	display: block;
	margin-left: 0.2;
	font: 11px;
}


.rounded-list-demat_fin{

	counter-reset: li; /* Initiate a counter */
	font: 17px ;
	margin-bottom: 0.2em;
	margin-left: 0em;
	margin-right: 0em;
}
.rounded-list-demat_fin li:before{
	text-align: center;
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: 0em;
	top: 7%;
	background: #000000;
	color: #ffffff;
	font: 11px 'trebuchet MS', 'lucida sans';
	height: 1.2em;
	width: 1.2em;
	border-radius: 1em;
}


ul li {
	padding: 10px 0 10px 25px;
	list-style-type: none;
	background: transparent url(../images/puce35.gif) no-repeat left 30%;
}

ul.academie {
	margin: 0px !important;
}

ul.academie li {
	padding: 0px !important;
	list-style-type: none !important;
	background: none !important;
}

ul.encours li {
	margin: 0;
	background-position: left 13px;
}

ul.encours li h3 {
	margin: 0;
	font-size: 1em;
}

ul.encours li p {
	margin: 0;
}

ul.criteres {
	margin-left: 2em;
}

ul.criteres li {
	padding: 2px 0 2px 25px;
	background-position: left center;
}

ul.criteres li span {
	display: inline-block;
	width: 17em;
	font-weight: bold;
}

ul.criteres li span.court {
	width: 7em;
}

ul.criteres li span.moyen {
	width: 11em;
}

ul.combiList {
	margin-left: 2em;
	font-weight: bold;
}

ul.combiList li {
	padding: 2px 0 2px 25px;
	background-position: left center;
}

ul.combiList li span {
	display: inline-block;
	width: 17em;
	font-weight: bold;
}

ul.combiList li span.court {
	width: 7em;
}

ul.localisationNPR {
	margin-left: 2em;
}

div.infos span {
	display: inline-block;
	width: 13em;
	font-weight: bold;
}

div.infos span.grand {
	width: 23em;
}
div.infos span.grand1 {
	width: 31em;
}

div.infos span.grand2 {
	width: 35em;
}

div.infos span.max {
	display: block;
	width: auto;
	margin: 1em 0;
}

div.infos strong {
	color: #8A3300;
	font-weight: bold;
	text-transform: uppercase;
}

div.infos address {
	position: relative;
	top: -1.2em;
	margin: 0;
	margin-left: 13em;
	padding-left: 4px;
	font-weight: normal;
}

div.infos ul {
	position: relative;
	top: -1.2em;
	margin-left: 13em;
	list-style-type: none;
}

div.infos ul li {
	padding: 0 0 3px 4px;
	list-style-type: none;
	background: none;
}

div.aere {
	margin-bottom: 4em;
}

.important {
	font-size: 1.5em;
}

p.important {
	text-transform: uppercase;
}

abbr {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}

address {
	margin: 1em 0 1em 3em;
	font-weight: bold;
	font-style: normal;
}

.error {
	margin: 0.5em 1em 0.5em 170px;
	padding: 0.5em;
	padding-left: 3em;
	background: #FFEEEE url(../images/error.png) no-repeat 0.5em 0.5em;
	color: #8A3300;
	font-weight: bold;
	text-align: left;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}

.error li {
	margin: 0 0 0 1.5em;
	padding: 0;
	background-image: none;
	list-style-type: circle;
}

span.discret {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
}

img.aide, a.popupaide img {
	margin-bottom: 0em;
	margin-left: 0.2em;
	cursor: help;
	vertical-align: middle;
}

a.popupaide2 {
	margin-bottom: 0.2em;
	margin-left: 0.2em;
	cursor: help;
	position: relative;
	top: 20px;
}

span.attention {
	color: #8A3300;
}

.cache {
	display: none !important;
}

/* Formulaires */
form {
	margin: 2em 0;
}

form div {
	padding: 0 2em;
	border-left: 3px double #e36823;
}

form div#tab {
	padding: 0 0em;
	border-left: 0px;
}

form div.pasdebordure {
	padding: 0;
	margin-top: 1em;
	border-left: none;
}

div.bordureGauche {
	padding: 0 1em;
	border-left: 3px double #e36823;
}

form div span.max {
	display: inline-block;
	font-weight: bold;
	width: 20em;
}

form div span.aere {
	display: inline-block;
	padding: 0 1.1em;
	font-weight: inherit;
}

form div div {
	margin-left: 2em;
	border-left: none;
}

form fieldset {
	margin: 1em 0;
	padding: 0 2em;
	border: none;
	border-left: 3px double #e36823;
}

form fieldset.normal {
	padding: 0;
	border-left: none;
}

form fieldset.normal legend {
	font-size: 1.1em;
}

form legend {
	margin: 0 0 0.7em 0;
	font-size: 1.3em;
	color: #8A3300;
}

form label {
	margin-bottom: 0.5em;
	display: inline-block;
	width: 17em;
	font-weight: bold;
}

form label.nongras {
	font-weight: normal;
}

form label.after {
	padding-left: 10px;
	display: inline;
	width: auto;
}

form label.after2 {
	padding-left: 10px;
	display: inline-block;
	width: 90%;
}

form label.afterMenuSUI {
	font-weight: normal;
	padding-left: 10px;
	display: inline;
	width: auto;
}

form label.champsTexteLarge {
	width: 25em;
}

form label.grand {
	width: auto;
}

form label.labelBlock {
	display: block;
	width: auto;
}

.mb-0 {
	margin: 0;
}

form div label.formConfirme {
	margin-bottom: 0.5em;
	display: inline-block;
	width: 20em;
	font-weight: bold;
	font-size: 1.30em;
}
form div label.nonwidth {
	margin-bottom: 0.5em;
	display: inline;
	font-weight: bold;
	
}

form label.court {
	width: auto;
	margin-right: 1em;
}
/* petit regroupement de champs */
form div fieldset {
	margin: 0;
	padding: 0;
	border-left: none;
}

form div legend {
	float: left;
	width: 17em;
	font-weight: bold;
	color: #000;
	font-size: 1em;
}

form div fieldset label {
	margin-left: 2em;
	width: auto;
}

form div fieldset label.after {
	margin-left: 0;
}

form input, form select {
	margin-bottom: 0.5em;
	padding: 2px;
	vertical-align: middle;
}

form select.nextToLabel {
	vertical-align: top;
}

form input[type=radio], form input[type="checkbox"] {
	margin-top: 4px;
	padding: 2px;
	vertical-align: top;
}

form input[type=text], form input[type=password] {
	border: 1px solid #000;
}

form input[type=text]:focus, form input[type=password]:focus {
	border-color: #e36823;
}

form strong.label {
	margin-left: 2em;
	font-weight: bold;
}

form option {
	padding-right: 1em;
}

form.neutre {
	padding-left: 0;
	border-left: none;
}

div.boutons {
	margin-top: 1em;
	border-left: none;
	vertical-align: bottom;
}

#bouton-droit {
	float: right;
	margin-top: 10;
}

.float-right {
	float: right;
}

.mr-1 {
	margin-right: 1em;
}

form label.simple {
    width: auto;
    font-weight: normal;
}

form input[type=radio]:checked + label.simple {
	font-weight: bold;
	text-decoration: underline;
}

.petit-header {
	height: 20px;
	width: 96%;
	padding: 5px;
	background: url("../images/degrade.png") repeat-y right top;
	text-align: left;
}

h4 {
	font-size: 1.2em;
	color: white;
}


.puce {
	background: url(../images/puce.gif) no-repeat right;
	width: 16px;
	height: 15px;
	vertical-align: middle;
}

.title-container {
	width: 100%;
	height: auto;
}

.fa-red-icon {
	color: red;
}

a.fa-red-icon {
	color: red;
	text-decoration: none;
}

a.fa-lightgrey-icon {
	color: red;
	text-decoration: none;
}

a.fa-blue-icon {
	color: royalblue;
	text-decoration: none;
}

.num-icon {
	padding: 1px 4px;
	margin: 1px;
	display: inline-block;
	-moz-border-radius: 55px;
	-webkit-border-radius: 55px;
	border-radius: 55px;
	-moz-box-shadow: 0px 0px 2px #c0c0c0;
	-webkit-box-shadow: 0px 0px 2px #C0C0C0;
	box-shadow: 0px 0px 2px #C0C0C0;
	font-size: 10px;
	color: white;
	text-align: center;
}

.alpha-icon {
	padding: 1px 4px;
	margin: 1px;
	display: inline-block;
	-moz-border-radius: 55px;
	-moz-box-shadow: 0px 0px 2px #c0c0c0;
	-webkit-box-shadow: 0px 0px 2px #C0C0C0;
	box-shadow: 0px 0px 2px #C0C0C0;
	font-size: 10px;
	color: white;
	text-align: center;
	background: #afd9e6;
}


.blue-num {
	background: #000080;
}

.lightgrey-num {
	background: lightgrey;
}

.red-icon {
	background: red;
}

.blue-icon {
	background: royalblue;
}

.darkred-icon {
	background: darkred;
}


.orange-icon {
	background: orange;
}

.green-icon {
	background: green;
}

.blue-div {
	border: solid #000080 1px;
	color: #000080;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	flex-direction: column;
	align-items: center;
	padding: 5px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

.orange-div {
	border: solid #FFA500 2px;
	font-size: 14px;
	padding: 5px;
	width: 450px;
}

.blue-div input {
	margin-top: 10px;
}

.composant {
	margin-bottom: 20px;
	margin-top: 20px;
}

.obligatoire {
	border-bottom: solid darkred 1px;
	border-right: solid darkred 1px;
	border-left: solid darkred 1px;
}

.facultatif {
	border-bottom: solid #000080 1px;
	border-right: solid #000080 1px;
	border-left: solid #000080 1px;
}

.definitive-textarea {
	margin-top: -10px;
/*	margin-left: 25px;  */
	background: #FEFFBD;
	width: 39rem;
	max-width: 39rem;
}

.btn-save {
	vertical-align: top;
	margin: 10px 0 0 5px;
}

.header-composant {
	height: 20px;
	width: 96%;
	padding: 5px;
	background: url("../images/degrade.png") repeat-y right top;
}

/* HCO : header composant obligatoire */
.hco-font {
	color: white;
	font-size: 1.1rem;
}

.hco-font > h5::after {
	content: " Obligatoire";
	color: darkred;
	float: right;
	border-left: solid white 2px;
	padding-left: 5px;
}

.hco-font-facultatif > h5::after {
	content: " Facultatif";
	color: #000080;
	float: right;
	border-left: solid white 2px;
	padding-left: 5px;
}

.content-composant {
	margin-top: 20px;
	margin-right: 8px;
	margin-bottom: 20px;
	margin-left: 8px;
}

.cco-input {
	border: solid lightblue 2px;
	width: 15.2rem;
}

.output-document {
	width: auto;
	height: 20px;
	display: inline-flex;
}

.output {
	width: 18rem;
}

.input-wrapper {
	margin-top: 15px;

}

.input-wrapper a{
	text-decoration: none;
}
.content-composant > p, .p-inline {
	display: inline;
}

.cco-button {
	display: inline-block;
	margin: 0.5em;
	margin-left: 0.6em;
	padding: 1px 1em; /* attention valeurs spéciales pour IE dans ie.css */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #22384d;
	color: #fff;
	border: 2px solid #000;
	border-top-color: #e36823;
	border-left-color: #e36823;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	margin-top: -3;
}

.output-facultatif {
	display: inline-flex;
	vertical-align: inherit;
	padding: 3px;
	width: 376;
}

.icon-composant {
	padding: 0 2px 0 2px;
}

.long-input {

}

.btn-center {
	display: block !important;
	margin: auto !important;
	margin-top: 20px !important;
}

div.boutons input, .boutons a, a.bouton {
	margin-right: 0.5em;
	padding: 3px 1em; /* attention valeurs spéciales pour IE dans ie.css */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #22384d;
	color: #fff;
	border: 2px solid #000;
	border-top-color: #e36823;
	border-left-color: #e36823;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}
/* Bug IE 7 */
*+html div.boutons input {
	padding: 1px 1em;
	width: auto;
	overflow: visible;
}

.separator {
	width: 2px;
	height: 8rem;
	border-right: solid #ff8040 2px;
	border-left: solid #ff8040 2px;
	margin-right: 7px;
}

.inline-block {
	display: inline-block;
}

.small-text {
	font-size: 0.7rem;
}

.fa-blue-icon {
	color: royalblue;
}
a.fa-blue-icon {
	color: royalblue;
	text-decoration: none;
}

.fa-violet {
	color: darkslateblue;
}

input[type=button], div.btn input[type=submit] {
	display: inline-block;
	margin-right: 0.5em;
	padding: 3px 1em; /* attention valeurs spéciales pour IE dans ie.css */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #22384d;
	color: #fff;
	border: 2px solid #000;
	border-top-color: #e36823;
	border-left-color: #e36823;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}

div.boutons input:focus, div.boutons input:hover, .boutons a:hover,
.boutons a:focus, input[type=button]:hover, input[type=button]:focus {
	color: #fff;
	border-color: #000;
	border-top-color: #e36823;
	border-left-color: #e36823;
}

div.boutons input:active, input[type=button]:active {
	border-color: #e36823;
	border-top-color: #000;
	border-left-color: #000;
}

div.boutons input[disabled] {
	background-color: #ddd;
	color: #555;
}

.boutons a, .boutons a:visited, a.bouton, a.bouton:visited {
	color: #fff;
	text-decoration: none;
}

/* Positionnements */
div#conteneur {
	margin: 0 auto;
	padding: 0 0.8em;
	width: 90%;
	min-width: 750px;
	max-width: 1000px;
	min-height: 100%;
	background-color: #fff;
	color: #000;
	border-right: 3px solid #22384d;
	text-align: left;
}

div#entete {
	position: relative;
	padding: 0.8em 0;
	width: 100%;
	overflow: hidden;
	color: #22384d;
}

div#entete img#logoMESR {
	float: right;
}

div#entete a#evite {
	font-size: 0.9em;
}

div#entete p {
	margin-top : 1em;
	padding: 3em 0 2em 100px;
	background: #fff url(../images/LogoITRF.gif) no-repeat 10px 50%;
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

div#entete p span {
	color: #e36823;
}

div#contenu {
	padding: 0 0 1em 1.5em;
	font-size: 0.88em;
	overflow: auto;
}

ul#menu {
	float: left;
	margin: 10px 0 0 0;
	padding-top: 3.7em;
	width: 150px;
	background: #22384d url(../images/arrondi_hg.png) no-repeat left top;
	color: #fff;
	position: relative;
}

ul#menu li {
	padding-bottom: 0;
	padding-left: 0;
	border-bottom: 1px solid #e36823;
	text-align: center;
	font-size: 1.1em;
	background-image: none;
	background-color: #22384d;
}

ul#menu li#accueil {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../images/arrondi_hg.png) no-repeat left top;
	width: 150px;
	height: 3.1em;
}

ul#menu li#ml {
	padding-bottom: 45px;
	border-bottom: none;
	background: #22384d url(../images/arrondi_bd.png) no-repeat right bottom;
}

ul#menu li a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
}

ul#menu li a:hover, ul#menu li a:focus {
	color: #d5eef5;
}

ul#menu li a:active {
	color: #fff;
}

ul#menu li.invisible {
	border-bottom: none;
}

ul#menu li.invisible * {
	visibility: hidden;
}

div#baspage {
	float: right;
	padding: 0.5em;
	margin-top: 50px;
	margin-right: 20px;
	background-color: #ededed;
	text-align: center;
	border-left: 3px double #e36823;
}

div#baspage a {
	color: #8A3300;
	font-weight: bold;
	text-decoration: none;
}

div#baspage a:hover, div#baspage a:focus {
	color: #22384d;
}
/* DEBUT style pour le formulaire "formcv" qui permet d'afficher les details du cv   */
form[name="formcv"] input[type="submit"]{
	font-size: 0.9em;
	background: none;
	border: none;
	color: #22384d;
	text-decoration: underline;
	cursor: pointer;
	padding: 0px;
}
form[name="formcv"] input[type="submit"]:hover, form[name="ask"] input[type="submit"]:focus {
	color: #e36823;
	text-decoration: none;
}
/* FIN style pour le formulaire "formcv" qui permet d'afficher les details du cv   */

input[type=submit], .btn-new {
	display: inline-block;
	margin-right: 0.5em;
	padding: 3px 1em; /* attention valeurs spéciales pour IE dans ie.css */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #22384d;
	color: #fff;
	border: 2px solid #000;
	border-top-color: #e36823;
	border-left-color: #e36823;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}

.bottom-div {
	margin-left: 25px;
	margin-bottom: 25px;
	padding: 0 1em;
	border-left: 3px double #e36823;
}

.taille24{
	width: 24.2rem;
}

p.inactive + div > a {
	color: lightgrey !important;
	cursor: not-allowed;
}

p.inactive + div + i {
	color: lightgrey !important;
	cursor: not-allowed;
}

p.inactive + div + i + div > a {
	color: lightgrey !important;
	cursor: not-allowed;
}

.fa-trash-o{
	cursor: pointer;
}

div#resultats{
	width: 90%;
	text-align: center;
	background-color: #d5eef5;
}

div.btn-cv {
	margin-top: 1em;
	border-left: none;
	text-align: right;
}
div#contenu strong.attention {
	color: #8A3300;
}

.border-blue{
	border: solid #000080 1px;
/*	display: inline-block; */
	flex-direction: column;
	align-items: center;
	padding: 5px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

.underline-blue-bold{
	text-decoration : blue underline;
	color: blue;
	font-weight : bold;

}

.underline{
	text-decoration: underline;
}

.error-attention {
	background: url(../images/error2.png) no-repeat 0.5em 0.5em;
	padding: 40px;
	background-size: 40px;
	padding-top: 2px;
	padding-left: 20px;
}

.icon-zip{
	background: url(../images/zip.png) no-repeat;
	background-size: 12px;
	padding: 2 10 0 5;

}


.display-icon{
	background-color: #85ceff;
	color: white;
	padding: 1 3 0 2;
}

.inline{
	display: inline-flex;
	width: 100%;
}

.list-point{
	padding-right: 5px;
	margin-top: 13px;
}

.noBackGround{
	list-style: none;
	background: none;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;

}

.inline-flex{
	display: inline-flex;
}

.border-blue2{
	border: solid #000080 1px;
	align-items: center;
	padding: 5px;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

.picto-interrogation{
	background: url(../images/interrogation.png) no-repeat right 50%;
	padding: 18px !important;
}

.picto-point-interrogation-etablissement{
	background: url(../images/interrogation_13_12_etablissement_cand.png) no-repeat right 50%;
	padding: 9px !important;
}
/*  */
.flex{
	display: flex;
}

.h5-doc-right {
    margin-left: auto;
    font-size: 1.5em;
}

.fa-doc-bg-white {
	margin-right: .3em;
    background: white;
    border-radius: 0.2em 0.5em 0.2em 0.2em;
}

.bullet-icon {
	padding: .38rem;
    border-radius: 1rem;
    font-size: 0;
    margin: 1px;
 /*   vertical-align: middle; */
    position: relative;
    bottom: 4px;
}
.mr-icon {
	margin-right: 6px;
}
fieldset.border {
	padding-top: .5em;
    margin: .5em 1.5em;
    border-color: #d5eef5;
}

.text-center {
	text-align: center;
}

.row {
	display: table-row;
}

form label.gestion {
	margin-bottom: 0.5em;
	display: inline-block;
	width: auto;
	font-weight: bold;
}

.c2 {
	text-align: left;
}

div#fixer {
	display: inline-block;
}

.myDiv:target{
	display:"block";
}

label {
  position: relative;
}

label .input-password {
  background: transparent;
  border: 2px solid #7a7a7a;
  transition: all 0.2s;
  margin-left: 1em;
}

label .password-icon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 37%;
  right: -22px;
  transform: translateY(-50%);
  width: 15px;
  color: #000000;
  transition: all 0.2s;
}

label .password-icon:hover {
  cursor: pointer;
  color: #ff4754;
}

label .password-icon .feather-eye-off {
  display: none;
}