/*  ----------------------------------------------------------*/
/*  Style Sheet for Custom CSS  default theme                              */
/*  Overload the original style CSS here                      */
/*  ----------------------------------------------------------*/


/*.header .logo, #header .logo {
	display:none;
}*/


#topbar {
    display: block;
}
#sidebar {
    display: block;
}
#page-wrapper {
    margin: 0 0 0 220px;
}
.footer{
    display: block;
}

.header .container, #header .container {
	height: 69px;
	background-image:none;
	margin: auto;
	margin-top:10px;
	width: 227px;
	height: 69px;
}

.container {
	display: block;
	max-width: 970px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 140px;
}

#footerContainer{
    background-image: none;
    background-repeat: no-repeat;
    margin:auto;
    width: 10px;
    height: 10px;
}

.SPACED {
	text-align:center;
}

.SPACED a {
	background-color: #fff;
	color: #000 !important; 
	padding: 10px;
	text-decoration: none;
	text-align: center;
	width: 100%;
	display: inline-block;
	border-block: black;
	border-block-style: dashed;
	border-color: black;
	border-style: dashed;
	border-width: thin;
}

.SPACED a:hover {
	background-color: #fff;
	/* color: #000 !important; */
	padding: 10px;
	text-decoration: underline;
	text-align: center;
	width: 100%;
	display: inline-block;
	border-block: black;
	border-block-style: dashed;
	border-color: black;
	border-style: dashed;
	border-width: thin;
}
	
@media screen and (max-width: 450px) {

    .header, #header {
        height: 90px;
    }

    .container {
        display: block;
        max-width: 970px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
        
    .header .container, #header .container {
        height: 85px;
        margin: auto;
        width: 85px;
        height: 85px;
        margin-left:0px;
    }
}

#popupmenu-portal {
    padding-left: 30px!important;
}

.id_mdp .app-description {
    background-image: url(/user/medias/images/Password.png);
}


.enrol_choice{
    background-color: #a4bc9b;
    
    border-bottom: 1px solid #f0eeeb;
    padding: 10px;
    font-weight: normal;
    border-radius: 5px;
}


.enrol_choice a {
    display: block;
    font-size: small !important;
    border-bottom: none;
    text-decoration: none !important;
    color: #241c15;
    text-align: left;
}

.enrol_choice a:hover {
    color: #ffffff;
}

.enrol_choice:hover{
	background-color: #a4bc9b;
	color: #ffffff;
}

.enrol_authenticator {
	background-image: url(../images/Application.png);
	background-repeat: no-repeat;
	background-size:  40px 40px;
	
	
}
.enrol_google {
	background-image: url(/user/medias/images/Password.png);
}

.enrol_sms{
	background-image: url(/user/medias/images/SMS.png);
	background-repeat: no-repeat;
	background-size:  40px 40px;
	
}

.enrol_mail{
	background-image: url(/user/medias/images/Password.png);
	background-repeat: no-repeat;
	background-size:  40px 40px;
	
}
.enrol_fido{
	background-image: url(../../images/schemas/webauthn.png);
	background-repeat: no-repeat;
	background-size:  40px 40px;	
}
.enrol_end{
	text-align: center;
    background-color: #619469;
    color: #ffffff;
    padding: 15px 25px;
}

.enrol_end a:hover {
	color: #ffffff;
}

.enrol_browser {
	background:none;
	border-bottom: none;
    padding-top: 0px;
	font-size: 0.9em;
}

.enrol_browser a{
    display:block;
	border-bottom: none;
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
}

.enrol_browser:hover {
	border:none;
	background:none;
	
}

.enrol_browser a:hover {
	color: #339cd5;

}
.enrol_aucun {
	/*background-image: url(../images/no_mfa.png);*/
	background-repeat: no-repeat;
	background-size:  40px 40px;
}



.no_app {
	/*background-image: url(../images/mfa_browser.png);*/
	/*display:block;*/
	margin: -45px 0 30px -35px;
	background:none;
	border-bottom: none;
    padding-top: 0px;
	text-align: center;
}

.no_app a{
    display:block;
	border-bottom: none;
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
}

.no_app:hover {
	border:none;
	background:none;
	
}

.no_app a:hover {
	color: #339cd5;

}
.mdp_oubli {
    text-align: right;
    margin-bottom: 20px !important; 
}

/* New Customisation */

input[name='cancelButton'] {
    background-color: white !important;
    border: 0px solid black !important;
    color: black;
}

.custom_Button{
	background: #a4bc9b  !important;
}

input[type="submit"], input[type="button"], input[name="cancelButton"] {
	font-size: 1em;
}

input[type="submit"], input[type="button"] {
    margin: 10px 0px  0px 0px !important;
    border-radius: 5px;
    font-family: 'Montserrat' !important;
}


input[name="cancelButton"] {
    font-size: 0.9em;
    color: black !important;
}

input[name="validateButton"] {
    font-size: 0.9em;
    color: white !important;
    background-color: #a4bc9b !important;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-radius: 0px 5px 5px 0px !important;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 0px 15px 15px 0px;
    background: transparent !important;
    border: 1px solid #d9d9d9 !important;
    border-left: 0px !important;
}

@media only screen and (min-width: 800px) {
  #wrapper {
    right: 100px !important;
    top: 12% !important;
    border: 2px solid white !important;
    border-radius: 10px !important;
    min-height: 70% !important;
    width: 420px !important;
    min-width: 420px !important;
    margin:20px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 70px !important;
  }
}

.header .container, #header .container {
	height: 70px;
}
  
.header .container, #header .container {
	/* height: 55px; */
	padding: 0px 15px;
	width: auto;
}
  
.header .logo, #header .logo {
	background-image: url(/user/medias/images/Avatar.png);
	background-repeat: round;
	width: 70px;
	height: 70px;
	margin-top: 0px;
	left: 0;
	right: 0;
}

.container{
    margin-top: 10px !important;
}

  
#wrapper .app.authListItem {
    background: none;
    border: 1px solid #a4bc9b !important;
    border-radius: 5px;
    margin-bottom: 10px !important
}

.paragraphe_simple_WAIT {
    background-color: transparent !important;
    color: black;
    padding: 30px 0px 30px 80px;
    border: 1px solid black;
    border-radius: 15px;
    text-align: left !important;
    font-size: 0.9em !important;
}

#wrapper .app {
    margin-bottom: 20px;
}


body {
    background-image: url(/user/medias/images/image_accueil_loginNew2.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position-y: center;
    background-color: #cdced2;
    color: #241c15;
    font-family: 'Montserrat' !important;
}

#wrapper .app.msgErr, #wrapper .app.msgWarn {
	background: none;
	color: #e53935;
}

.mdp_oubli {
	text-align: left;
	margin: 0px;
}

.mdp_oubli a, .return_auth > a {
	color: black;
	text-decoration: underline;
}

.authenticator_integre .app-description, #authenticator .app-description {
	background-image: url(/user/medias/images/Authenticator.png);
	background-size: 28px;
	background-position-x: 10px;
}

.webauthn .app-description, #webauthn .app-description, #webauthn .webauthn-description {
    background-image: url(/user/medias/images/Computer.png);
    background-size: 28px;
    background-position-x: 10px;
}

.u2f .app-description, #u2f .app-description, #u2f .u2f-description {
	background-image: url(/user/medias/images/Fido.png);
	background-size: 28px;
    	background-position-x: 10px;
}

.outOfBand .app-description {
    background-image: url(/user/medias/images/SMS.png);
    background-size: 28px;
    background-position-x: 10px;
}

.authListItem .nom_application {
	padding: 11px 0 0 0 !important; 
}

.nom_application {
    display: inherit !important;
}

#AUTHENTICATION\.LOGINContainer > input, #AUTHENTICATION\.PASSWORDContainer > input {
	border-color: #d9d9d9;
	font-size: small;
}

#AUTHENTICATION\.PASSWORDContainer::before {
	color: #a4bc9b !important;
}

#AUTHENTICATION\.LOGINContainer::before {
	color: #a4bc9b !important;
}


@media only screen and (max-width: 800px) {
  .header, #header {
	margin-top: 60px !important;
  }
}

@media only screen and (max-width: 450px) {
  .enseignes{
	display: flex;
   }
}
@media only screen and (min-width: 451px) {
  .enseignes{
	display: none;
   }
}



.ui-dialog {
	width: 250px !important;
	border-radius: 15px;
}

.ui-draggable .ui-dialog-titlebar {
	display: none !important;
}

.ui-resizable-handle {
    display: none !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-family: 'Montserrat';
    background: transparent !important;
    color: black;
    font-size: small;
    border: 0px;
}

#AUTHENTICATION\.PASSWORDContainer > input {
	border-right: 0px !important;
}



.fa-eye:before {
	color:  #a4bc9b !important;
}

.fa-eye-slash:before {
	color:  #a4bc9b !important;
}


#contenu_specifique_application>h3:first-child {
    font-weight: normal;
}

#wrapper .app.msgValid, .msgValid, #msgValid {
    background: none;
    color: #43a047;
    padding: 0px 10px;
}

.ilexrights {
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

h3 {
    font-size: 1em !important;
    text-align: center !important;
}


#AUTHENTICATION\.LOGINContainer > input {
	border-radius: 5px;
}
 
 #AUTHENTICATION\.PASSWORDContainer > input {
	border-radius: 5px 0px 0px 5px;
}
#AUTHENTICATION\.LOGINContainer:before {
    font-family: 'Font Awesome 5 Pro', sans-serif;
    position: absolute;
    top: 20px;
    left: 15px;
    content: "\f007";
    font-size: 25px;
    font-weight: bold;
    color: #a1a6b2;
    display: none !important;
}

#AUTHENTICATION\.PASSWORDContainer:before {
    font-family: 'Font Awesome 5 Pro', sans-serif;
    position: absolute;
    top: 20px;
    left: 15px;
    content: "\f30D";
    font-size: 25px;
    font-weight: bold;
    color: #a1a6b2;
    display: none !important;
}

#AUTHENTICATION\.LOGINContainer>input, #AUTHENTICATION\.PASSWORDContainer>input {
    padding-left: 15px;
    height: 45px !important;
}

input:focus-visible {
    outline: none !important;
    border: 1px solid #a4bc9b !important;
}

button#AffPassAUTHENTICATION\.PASSWORD:focus {
    border: 1px solid #a4bc9b !important;
    border-left: 0px !important;
    outline: none !important;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 0 !important;
}

h3 {
	margin: 10px 0 5px 0;
	padding-bottom: 10px;
}

#schemaContainer {
	text-align: center;
}

#AUTHENTICATION\.AUTHSCHContainer {
	text-align: center;
}

#contenu_specifique_application > h2:first-child {
	display:none;
        
}

.mdp_oubli.return_auth {
	text-align: center;
}

/*a.connect_link, a.connect_link:hover, a.connect_link:visited {
	display:none;
}*/

.msgErr .app-description, #msgErr .app-description {
	text-align: center;
}

.descriptif_application {
	font-size: 0.7em;
}

#AUTHENTICATION\.PASSWORDContainer>input {
    padding-left: 7px;
    text-indent: 8px;
}

.mdp_oubli.skip {
    text-align: center;
    background: none;
    padding: 10px;
    font-weight: normal;
    border-radius: 5px;
}


.mdp_oubli.skip a {
    font-size: 1em !important;
    border-bottom: none;
    text-decoration: none !important;
    color: #241c15;
    text-align: left;
}

.mdp_oubli.skip a:hover {
    color: black;
}

.mdp_oubli.skip:hover {
    background-color: white;
}

.mdp_oubli.skip {
	color: black;
}

.recertifynow{
    background: #a4bc9b;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid #f0eeeb;
    padding: 10px;
    font-weight: normal;
    border-radius: 5px;
}


.recertifynow a {
    font-size: 1em !important;
    border-bottom: none;
    text-decoration: none !important;
    color: white;
    text-align: left;
}

.recertifynow a:hover {
    color: #ffffff;
}

.recertifynow:hover{
	background-color: #a4bc9b;
	color: #ffffff;
}



#tester{
    right: 100px !important;
    top: 12% !important;
    border: 2px solid white !important;
    border-radius: 10px !important;
    padding: 30px !important;
    min-height: 70% !important;
    min-width: 480px !important;
    margin: 20px;
}

.alertAproposDivBeforeClick {
    display: none !important;
}

.alertAproposDivAfterClick {
    margin: 26px;
    border: 4px solid #d9d9d9;
    padding: 5px;
    align-self: center;
    border-radius: 5px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.alertBesoinAideDivBeforeClick {
    display: none !important;
}

.alertBesoinAideDivAfterClick {
    margin: 26px;
    border: 4px solid #d9d9d9;
    padding: 5px;
    align-self: center;
    border-radius: 5px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

div#contenu_specifique_application {
    display: flex;
    flex-direction: column;
}

.paragraphe_simple_QRCODE, .QRCODE {
    display: inline-block;
    display: flex;
    justify-content: center;
    margin: 0px;
}

.sngauthenticator_install_link {
	display: none;
}

.infos_user {
    color: black;
    margin: 10px 10px 0 0;
    right: 20px;
    font-size: 0.7em;
}

.fleche{
	font-size: 20px;
	font-weight: bolder;
	color: black;
	background: transparent;
	border:0px;
}

div#GOOGLE_AUTHENTICATOR_CODEContainer>input {
    font-size: 0.9em !important;
    height:45px !important;
    border-radius: 5px;
}

.tableau_donnees {
	max-height: 150px;
	overflow: scroll;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

input#AUTHENTICATION\.NEWPASSWORD {
    border-radius: 5px 0px 0px 5px;
    border-right: 0px;
    font-size: 0.8em;
}

input#AUTHENTICATION\.PASSWORDCONF {
    border-radius: 5px 0px 0px 5px;
    border-right: 0px;
    font-size: 0.8em;
}

.alertHelpMotDePasseDivBeforeClick {
    display: none !important;
}

.alertHelpMotDePasseDivAfterClick {
    margin: 26px;
    border: 4px solid #d9d9d9;
    padding: 5px;
    align-self: center;
    border-radius: 5px;
    width: 300px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

a[data-name="AUTHENTICATION.RESCUEMODESTART"]{
	display: none !important;
}

.msgErr:before, #msgErr:before{
	display:none !important;
}

.msgErr .app-description, #msgErr .app-description{
	padding : initial !important;
}

input#AUTHENTICATION\.CONTINUE {
    background: #a4bc9b  !important;
    color: white;
}

.no_change_phone{
    background-color: #a4bc9b;
    border-bottom: 1px solid #f0eeeb;
    padding: 10px;
    font-weight: normal;
    border-radius: 5px;
}

.no_change_phone a {
    display: block;
    font-size: small !important;
    border-bottom: none;
    text-decoration: none !important;
    color: white;
    text-align: center;
}

.no_change_phone a:hover {
    color: #ffffff;
}

.change_phone{
    background-color: transparent;
    border-bottom: 1px solid #f0eeeb;
    padding: 10px;
    font-weight: normal;
    border-radius: 5px;
}

.change_phone a {
    display: block;
    font-size: small !important;
    border-bottom: none;
    text-decoration: none !important;
    color: black;
    text-align: center;
}

.change_phone a:hover {
    color: black;
}

[class*=icheck-]>label {
	display: none !important;
}

.infos_user {
	display: none !important;
}

.descriptif_application {
    font-size: 0.7em;
    text-align: center;
}

input[name="AUTHENTICATION.IGNORE_ENROLL"] {
    font-size: smaller;
}

.paragraphe_simple_LARGE.LARGE{
    display: inline-flex;
}

.paragraphe_simple_QRCODE, .paragraphe_simple_LARGE, .QRCODE, .QRCODEONLYCENTER {
    display: flex;
    justify-content: center;
}

.mdp_oubli.enrolement {
    text-align: center;
    margin-bottom: 10px !important;
    border: 2px solid #a4bc9b;
    border-radius: 5px;
    padding: 12px;
    font-weight: bold;
}

.mdp_oubli.enrolement a {
    text-decoration: none;
}
.mdp_oubli.enrolement a:hover {
    color: currentColor
}

.mdp_oubli.enrolement_google {
    margin-bottom: 0px !important;
}