/* Bannière */
#banner {
	width: 90%!important;
}
#logo {
	left: 200px;
	padding-top:  15px;
}

/* Ecrans PASREL */
.containerBlock {
	padding-bottom: 60px;
	padding-top: 80px;
}
.titreEcranPasrel {
	text-align: center;
    color:  #00857C;
    font-size: 25px;
	margin-bottom: 30px;
}
#bandeauInfosUser {
	background-color: #00857C;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
    width: 50%;
    margin: 0 auto;
    padding: 2%;
	font-size: 16px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	line-height: 2;
}
#bandeauInfosUser hr {
	width: 20%;
	color: #afafaf;
}
#bandeauInfosUser button {
	line-height: 1;
	padding-block: 8px;
	margin-top: 5px;
}
#bandeauInfosUser a{
	color: #00857C !important;
    font-weight: bold;
    background: #E0E0E0;
    border: 1px solid #999999;
	padding: 4px 15px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    line-height: 1.4 !important;
}

#bandeauInfosUser a:hover{
	color : white !important;
	background-color : #00857C;
}
#infoComptes {
	text-align: center;
}
#selectionRole {
	text-align: center;
	margin:auto;
	font-size: 13px;
}
#selectionRole .roleChoix {
	height: 130px;
	width: 300px;
	font-size: 18px;
	background: #EFEFEF;
	margin-block: 15px;
}
#selectionRole .roleChoix:hover {
	background: #00857C;
	color: white;
}
#selectionRole .roleChoix i.fa {
	font-size: 48px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.cadreInfo {
	-webkit-border-image: none;
	background-color: rgb(217, 237, 247);
	border-bottom-color: rgb(217, 237, 247);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(217, 237, 247);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(217, 237, 247);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(217, 237, 247);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	color: black; /*rgb(58, 135, 173);*/
	display: block;
	width:80%;
	margin: auto;
	margin-block: 30px;
	padding: 15px;
	text-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px;
	text-align: center;
	font-size : 16px;
}
.cadreInfo button {
	margin-top: 15px;
}
#formulaireInscription form {
	width: 50%;
	margin:auto;
}
#formulaireInscription form h3 {
	text-align: center;
    color:  #00857C;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 20px;
}
#formulaireInscription form .form_label {
	vertical-align: top;
	min-width: 50%;
}
#formulaireInscription form fieldset {
	margin: auto;
	padding: 1%;
}
#formulaireInscription form input, #formulaireInscription form select, #formulaireInscription form textarea {
	display: inline-block;
	margin-bottom: 15px;
}
#formulaireInscription form .certifierInformations {
	text-align: center;
	margin-block: 10px;
}
#ligneBoutons {
	margin-top: 5px;
	text-align: center;
}
#ligneBoutons  button {
	line-height: 1;
	padding-block: 7px;
}
#ligneBoutons #boutonFormulaireValidation {
	background-color: #608834;
	color: #fff;
}
#ligneBoutons #boutonFormulaireValidation:hover {
	background-color: #E0E0E0;
	color: #608834;
}
.iconeOk {
	color: green;
}
.iconeErreur {
	color: red;
}
.iconeValide {
	font-size: large;
	padding-left: 5px;
}
.message_info {
	width: 85%;
}

/* Page de co */
.connexion {
	vertical-align:top;
	display: inline-block;
}

.containerConnexion {
	margin:auto;
	width: max-content;
}

.connexion h2 {
    color:  #00857C;
}

.connexion h3 {
    color:  #00857C;
	padding-left: 30px;
	font-size: 13px;
}
.titreInscription {
	text-align: center;
    color:  #00857C;
    font-size: 25px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
span.auth-pasrel {
	display: block;
	text-align: center;
	margin-block: 4%;
	font-size: 15px;
	color: rgba(128, 128, 128);
}
span.auth-pasrel::before, span.auth-pasrel::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	height: 1px;
	background: rgba(128, 128, 128, 0.5);
	margin-inline: .5rem;
}
#registerPasrel, #connectPasrel {
	padding-block: 25px;
	margin-top: 10px;
	font-size: 16px;
}
.disabledButton, .disabledButton:hover {
	background-color: rgb(174, 174, 174);
	color: rgb(255,255,255);
	cursor: default;
}
.auth-connexion-ci{
	color: rgba(128, 128, 128);
    text-align: center;
    display: block;
}

/* Formulaire d'inscription */

.inscriptionForm {
	width: 50%;
	margin:auto;
}

.inscriptionForm .form_label {
	vertical-align: top;
}
.inscriptionForm fieldset {
	margin: auto;
	padding: 1%;
}

.inscriptionForm input, .inscriptionForm select, .inscriptionForm textarea {
	display: inline-block;
	margin-bottom: 15px;
}

.inscriptionForm .certifierInformations {
	text-align: center;
}

.selectInscription {
	width: 210px;
}

.sousTitreFormInscription {
	text-align: center;
    color:  #00857C;
    font-size: 18px;
    margin-top: 0px;
}

.boutonsFormInscription {
	margin-top: 2%;
}
.boutonsFormInscription#boutonInscription, .changerInfosBouton{
	background-color: #608834;
	color: #fff;
}

.boutonsFormInscription#boutonInscription:hover, .changerInfosBouton:hover{
	color: #608834;
	background: #E0E0E0;
}
