/* @charset "utf-8"; /* fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap'); /* Scrollbar */
*/::-webkit-scrollbar {
    width: 1.7rem
}

::-webkit-scrollbar-track {
    background: #919191;
}

::-webkit-scrollbar-thumb {
    background: #D0D7E9
}

::-webkit-scrollbar-thumb:hover {
    background: #D0D7E9
}

/* Global */
* {
    scrollbar-color: #D0D7E9;
    scrollbar-width: auto
}

.login-pf {
    background: none;
}

html, body {
    height: calc(100% - 43px) !important;
}

html {
    font-size: 62.5%;
    font-size: calc(1em * 0.625);
}
a {
	color:#7B8702;
}
.login-pf-page {
    margin: 0 3rem;
    padding: 0;
}

.font, body, html, button, p, a, label, input, textarea, body textarea, body .ui-messages .ui-messages-warn ul li, body .ui-messages .ui-messages-error ul li, body .ui-messages .ui-messages-success ul li, body .ui-messages .ui-messages-grey ul li {
    font-family: 'Lato', sans-serif !important;
}

.login-pf body {
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    font-size: 1.6rem;
    color: #1A1A1A;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    background: url("../img/background-demo.jpg") no-repeat;
    overflow-x: hidden;
    background-size: 100% auto !important;
    background-position-y:40rem !important;
    background-attachment: fixed;
}

/* .login-pf-page {
    position: relative;
    top: calc(50% - 10px);
    transform: translateY(-50%);
} */
.login-pf-page .card-pf p {
    color: #6E7277;
}

@media (max-height: 768px) {
    .login-pf-page {
        top: 0;
        transform: none;
        /* padding-top: 10vh; */
    }
}

/* Box connexion */
.card-pf {
    /*     box-shadow: 0 0 1px rgba(14, 19, 110, 0.31), 0 4px 8px rgba(9, 30, 66, 0.2), 0 30px 60px rgba(8, 43, 103, 0.25); */
    /* border: #DADDE2 1px solid; */
    border-radius: .4rem;
    border: none;
    max-width: 1200px !important;
    background: none;
    padding: 0 !important;
}

.card-pf .card-pf {
    max-width: none;
    /* border-top: 0; */
    border-radius: 0 5px 5px 5px;
    display: flex;
    padding: 2rem;
    flex-wrap: wrap;
    /* border: #DADDE2 1px solid; */
}

.login-pf-page .login-pf-page-header {
    /* margin-bottom: 0; */
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, .06); */
    /* border-bottom: 1px solid #DADDE2; */
    /* border-top: 25px solid #01458A; */
    /* margin-bottom: 0; */
}

.card-pf.login-pf-accounts {
    border: 0;
    padding: 0;
    width: 100%;
}

#kc-content {
    width: 100%;
    margin: auto;
}

#kc-content #page_register {
    max-width: 600px;
    margin: auto;
    padding: 1rem;
}

#kc-content-wrapper {
    display: flex;
    margin-top: 0 !important;
}

#kc-form, #kc-info {
    /* width: 50%; */
    /* padding: 0 18rem 0 0rem; */
    max-width: 50%;
    width: 50%;
    padding: 0px 8rem 0 0rem;
}

#kc-form-wrapper, #kc-info-wrapper {
    /* border: #DADDE2 1px solid; */
    border: 0;
    border-radius: 6px 0 0 6px;
}

#kc-info-wrapper {
    /* padding: 0 4rem 0 4rem; */
    padding-left: 10rem;
    background-color: transparent;
}
}

#kc-form-wrapper h2, #kc-info-wrapper h2 {
    margin-bottom: 3rem;
    font-weight: bold;
    font-size: 20px;
    line-height: 19px;
    color: #161e2e;
}

#kc-social-providers {
    background: #AEBE12;
    padding: 4rem;
    color: #FFF;
    border-radius: 0 6px 6px 0;
}

#kc-social-providers h2 {
    color: inherit;
}

#kc-social-providers .btn-primary {
    background: #FFF;
    color: #AEBE12;
}

/* Form fields */
.etoile {
    margin: 20px 0;
    font-style: italic;
}

.pf-c-form-control {
    border: 2px solid #919191;
    border-width: 2px !important;
    font-size: 1.6rem;
    color: #5E6471;
    line-height: 1;
    padding: 1rem;
    box-shadow: none;
    appearance: auto;
    border-radius: .4rem;
}

.login-pf-page .pf-c-form-control {
    height: 46px;
    /* width: 374px; */
    width: 100%;
}

.pf-c-form-control:hover {
    border-color: #E3E5EF;
    box-shadow: 0 2px 5px 0 rgba(0, 24, 122, 0.08);
    transition: all .2s ease-out;
}

.pf-c-form-control:focus {
    box-shadow: 0 0 0 4px #ECEDF1;
    transition: all .2s ease-out;
    border-color: #d0d2dc;
}

.pf-c-form-control.champ_error {
    border: #c13232 1px solid;
}

.pf-c-form-control.champ_error:focus {
    box-shadow: 0 0 0 4px rgb(255, 207, 227);
}

.message_erreur {
    color: #FFF;
    background: #c13232;
    padding: 5px 10px;
    margin-top: 5px;
    border-radius: 4px;
    font-size: 13px;
    clear: both;
}

/* .message_erreur:before {
    content: '⚠';
    margin-right: 5px;
} */
/* Global typo */
#kc-header-wrapper {
    color: #5F697E;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: none;
    letter-spacing: 0;
    color: #b4becc;
    font-size: 3rem;
}

#logo_blueway {
    display: block;
    height: 150px;
    background: url("../img/logo_blueway.png") no-repeat 50% 0;
    background-size: contain;
    margin-bottom: -40px;
}

h1, h2, h3, h4 {
    color: #10111a;
    font-weight: 700
}

h1 {
    font-size: 2.7rem;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

h2 {
    font-size: 2rem;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

h3 {
    font-size: 1.7rem
}

h4 {
    font-size: 1.5rem
}

.pf-c-form__label .pf-c-form__label-text, .ou span {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: #161e2e;
}

a {
    color: #7B8702;
    transition: all .2s ease-out;
    text-decoration: none;
}

a:hover, .login-pf a:hover {
     color: #7B8702;
    text-decoration: underline;
}

/* Buttons */
.pf-c-button.pf-m-primary {
    background: #89970F;
    border-radius: 0;
    font-size: 18px;
    box-shadow: none;
    text-align: left;
    background: #01458a;
    /* background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, rgba(1, 69, 138, 0)), color-stop(80%, #0071b8));
    background-image: linear-gradient(to right, rgba(1, 69, 138, 0), #0071b8 80%); */
    padding: 1.4rem 2.5rem 1.4rem 2.5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    position: relative;
    border: 0;
    transition: all .2s ease-out;
    display: inline-block;
    width: auto;
}

.pf-c-button.pf-m-primary:hover {
    box-shadow: none;
    /* background: #01458a; */
    background: #DC814A !important;
    /* background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, rgba(1, 69, 138, 0)), color-stop(80%, #0071b8));
    background-image: linear-gradient(to right, rgba(1, 69, 138, 0), #0071b8 80%); */
}

.pf-c-button.pf-m-primary:active {
    background: #002344;
}

.pf-c-button.pf-m-primary:focus {
    outline: none !important;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgb(143, 181, 255), 0 0 2px 5px rgba(28, 100, 242, 0.17) !important;
}

.pf-m-primary[disabled], .pf-c-button[disabled] {
    box-shadow: none;
    border-color: #ECEDF1 !important;
    color: #929aa9 !important;
    background: #ECEDF1 !important;
}

.pf-c-button.pf-m-primary:active, .pf-c-button.pf-m-primary.active, .pf-c-button.pf-m-primary.active.focus, .pf-c-button.pf-m-primary.active:focus, .pf-c-button.pf-m-primary.active:hover, .pf-c-button.pf-m-primary:active.focus, .pf-c-button.pf-m-primary:active:focus, .pf-c-button.pf-m-primary:active:hover, .open .dropdown-toggle.pf-c-button.pf-m-primary.focus, .open .dropdown-toggle.pf-c-button.pf-m-primary:focus, .open .dropdown-toggle.pf-c-button.pf-m-primary:hover {
    background: #003d52;
    outline: none;
}

input.pf-c-button.pf-m-primary[type="submit"] {
    background: #0e6eb6;
    padding: 1.8rem 4.4rem 2.1rem;
}

input.pf-c-button.pf-m-primary[type="submit"]:hover {
    background: #FFF;
}

input.pf-c-button.pf-m-primary[type="submit"]:active {
    background: #035d7c;
}

/* onglets */
.nav-tabs {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.nav-tabs>li>a {
    padding: 14px 22px;
    border: 1px solid #919191;
    color: #6B6B6B;
    background: #ededed;
}

.nav-tabs>li:first-child>a {
    border-radius: 5px 0 0 0;
}

.nav-tabs>li:last-child>a {
    border-radius: 0 5px 0 0;
}

.nav-tabs>li>a:hover {
    color: #035d7c;
    background: #f5f5f5;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: #ffffff;
    color: #035d7c;
    border-bottom-color: #ffffff;
}

.nav-tabs-pf>li.active>a, .nav-tabs-pf>li.active>a:active, .nav-tabs-pf>li.active>a:focus, .nav-tabs-pf>li.active>a:hover {
    background: #035d7c;
    color: #fff;
    border-color: #035d7c;
}

.nav-tabs-pf>li.active>a:active:before, .nav-tabs-pf>li.active>a:before, .nav-tabs-pf>li.active>a:focus:before, .nav-tabs-pf>li.active>a:hover:before {
    background: #035d7c;
    color: #fff;
}

/* Alerts */
.alert {
    background-color: #ffffff;
    border: 0px solid #6A7791;
    border-left-width: 5px;
    color: #6A7791;
    border-radius: .4rem;
    box-shadow: 0 0 1px rgba(14, 19, 110, 0), 0 0 3px rgba(14, 19, 110, 0.2), 0 4px 8px rgba(8, 43, 103, 0.11);
    padding: 2rem 2rem 2rem 6rem;
    margin-bottom: 4rem;
    position: absolute;
    z-index: 10;
    right: 2rem;
    top: 2rem;
}

.alert.alert-error {
    position: absolute;
    top: 3rem;
    right: 2rem;
}

.alert>.pficon {
    top: 50%;
    transform: translateY(-50%);
}

.alert>.pficon:before {
    border-radius: 100%;
    padding: .8rem;
    text-align: center;
}

.alert-success {
    border-color: #67DE97;
}

.pficon-ok:before {
    color: #67DE97;
    background: rgba(103, 222, 151, 0.2);
}

.alert-error {
    border-color: #FF5D8F
}

.alert-error+.alert-error {
    margin-top: -4rem;
}

.pficon-error-circle-o:before {
    color: #FF5D8F;
    background: rgba(255, 93, 143, 0.2);
}

/* Media queries */
@media (max-width: 840px) {
    .login-pf-page .card-pf {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        margin-bottom: .5rem;
    }
}

/* Dropdown */
#kc-locale-dropdown {
    display: inline-block;
}

#kc-locale-dropdown a {
    font-weight: normal;
    font-size: 1.3rem;
}

#kc-locale-dropdown>a {
    background: #eaedf1;
    display: inline-block;
    padding: .6rem 2.4rem .6rem 1.4rem;
    border-radius: 100rem;
    position: relative;
}

#kc-locale:hover ul {
    display: none;
    margin: 0;
}

#kc-locale-dropdown:hover>ul {
    display: block;
    margin: 0;
}

#kc-locale-dropdown>ul {
    box-shadow: 0 0 1px rgba(9, 30, 66, 0.31), 0 4px 8px rgba(9, 30, 66, 0.25), 0 30px 60px rgba(9, 30, 66, 0.25);
    border: 0;
    border-radius: .4rem;
    top: 25px;
}

a#kc-current-locale-link::after {
    content: '‣';
    font-size: 3rem;
    line-height: 1;
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    margin: 0;
    right: 8px;
    top: 0;
    opacity: .5;
}

#kc-locale ul li a {
    color: #5F697E !important;
}

#kc-locale ul li a:hover {
    background: #AEBE12;
    color: #FFF !important;
}

/* bouton sociaux */
/* .login-pf-page .login-pf-social-link a {
    background: #eaedf1;
} */
/* remember me */
#rememberMe {
    position: relative;
    margin-top: 0;
    margin-bottom: -5px;
    margin-right: 3px;
    height: 21px;
    width: 21px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 0 0 2px #919191 inset;
}

#rememberMe:focus {
    outline: none;
    box-shadow: 0 0 0 4px #ECEDF1, 0 0 0 2px #cdd3dd inset;
    transition: all .2s ease-out;
}

#rememberMe:checked {
    background: #AEBE12;
    box-shadow: none;
}

#rememberMe:checked:focus {
    box-shadow: 0 0 0 4px #ECEDF1;
}

#rememberMe:checked:before, #rememberMe:checked:after {
    content: '';
    display: block;
    background: #FFF;
    border-radius: 4px;
    height: 3px;
    width: 7px;
    left: 3px;
    top: 10px;
    transform: rotate(45deg);
    position: absolute;
}

#rememberMe:checked:after {
    width: 13px;
    left: 6px;
    top: 9px;
    transform: rotate(-45deg);
}

#rememberMe::-ms-check {
    display: none;
}

/* LOGO */
#logo78 {
    background: url("../img/logo-cd92.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 280px;
    height: 100px;
    margin: auto;
}

/* France Connect */
#kc-social-providers-2 {
    width: 100%;
    text-align: center;
}

/* #kc-form-wrapper { */
/* padding-right: 4rem; */
/* } */
.pf-c-login__main-footer-links.kc-social-links a.zocial[class*="franceconnect"],
.pf-c-login__main-footer-links.kc-social-links a.zocial[class*="oidc"]{
    background: none;
    text-align: center;
    /* width: 230px; */
    margin: 1rem auto;
    border-radius: 5px;
    outline: none;
    padding: 0;
    border: none;
}

.pf-c-login__main-footer-link .kc-social-links a.zocial[class*="franceconnect"]:hover,
.pf-c-login__main-footer-link .kc-social-links a.zocial[class*="oidc"]:hover{
    background: none !important;
    opacity: .8;
}

.pf-c-login__main-footer-links.kc-social-links a.zocial[class*="franceconnect"]:focus,
.pf-c-login__main-footer-links.kc-social-links a.zocial[class*="oidc"]:focus{
    box-shadow: 0 0 0 4px #ECEDF1;
}

.pf-c-login__main-footer-links.kc-social-links a.zocial[class*="franceconnect"]:before,
.pf-c-login__main-footer-links.kc-social-links a.zocial[class*="oidc"]:before{
    background: url("../img/france-connect.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 230px;
    height: 67px;
    float: none;
    display: block;
}

.login-pf-pag.login-pf-social-link a.zocial[class*="franceconnect"] span,
.pf-c-login__main-footer-links.kc-social-links a.zocial[class*="oidc"] span{
    display: none;
    margin: auto;
}

.ou {
    /* margin: 33px auto 0px auto; */
    margin: 0;
    text-align: center;
    position: relative;
}

.ou span {
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 1px solid #dcdfe9;
    position: absolute;
    top: 50%;
    background: #FFF;
    transform: translate(-50%, -50%);
    line-height: 3.6rem;
    width: 3.8rem;
}

.ou:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dcdfe9;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
}

.pf-c-login__main-footer-links.kc-social-links .DescriptionFC {
    color: #72767b;
    font-size: 1.5rem;
    line-height: 1.25;
    text-align: center;
    margin: 1rem 0 0rem;
    /*margin-top: 1rem;*/
}

.login-pf-page.pf-c-login__main-footer-links.kc-social-links .LienFC a {
    color: #01458a;
    text-decoration: underline;
    background: none;
    font-size: 1.5rem;
    text-align: start;
    margin: auto;
}

.pf-c-login__main-footer-links.kc-social-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.zocial.franceconnect-particulier span {
    display: none;
}

.pf-c-login__main-footer-links .kc-social-links .zocial:hover {
    background: #fff !important;
}

/* Accueil */
.accueil {
    font-size: 1.3rem;
    margin-bottom: 3rem;
    margin-top: -3rem;
}

/* Boite de connexion accueil */
.login-pf-social-section h2, .login-pf-social-section #kc-form-buttons, #kc-registration {
    text-align: center;
}

.login-pf-social-section h2 {
    margin: 10px 0 3rem;
}

.login-pf-page .login-pf-settings {
    align-items: center;
}

#kc-form-options .checkbox {
    margin-bottom: 0;
}

/* Lien mot de passe oublié */
.reset_link {
    font-size: 1.3rem;
    padding-top: 3px;
    display: inline-block;
}

#kc-form-buttons {
    margin-top: 2rem;
    /* text-align: center; */
}

#fadeIn {
    opacity: 0;
    transition: all .1s ease-out;
}

.bloc_siret {
    /* margin-bottom: 2rem; */
}

.info {
    color: #6E7277;
    font-size: 1.3rem;
    border-top: 3px solid #919191;
    padding: 1rem 1.5rem;
    ; margin-top: 1.5rem;
    position: relative;
    background: #f9f9f9;
}

.info:before {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #919191;
    border-left: 9px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 1rem
}

.info ul {
    list-style: none;
    padding: .1rem 0 0 2rem;
    margin: -1rem 0 1rem;
}

.info ul li {
    margin: .6rem 0;
    position: relative;
}

.info ul li:before {
    content: '✘';
    position: absolute;
    margin-left: -2rem;
    margin-top: -.2rem;
    font-size: 1.8rem;
    color: #919191;
    font-family: arial, Segoe UI Symbol;
}

.info ul li.ok:before {
    content: '✔';
    color: #13e896;
    font-family: arial, Segoe UI Symbol;
}

.info_alerte {
    color: #ffffff;
    font-size: 1.3rem;
    border-top: 3px solid #919191;
    padding: 1rem 1.5rem;
    ; margin-top: 1.5rem;
    position: relative;
    background: #c13232;
}

.login-pf-page .info_alerte p {
    color: #fff
}

.info_alerte:before {
    content: '';
    display: none;
    height: 0;
    width: 0;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #919191;
    border-left: 9px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 1rem
}

.info_alerte ul {
    list-style: none;
    padding: .1rem 0 0 2rem;
    margin: -1rem 0 1rem;
}

.info_alerte ul li {
    margin: .6rem 0;
    position: relative;
}

.info_alerte ul li:before {
    content: '✘';
    position: absolute;
    margin-left: -2rem;
    margin-top: -.2rem;
    font-size: 1.8rem;
    color: #d1d6dc;
    font-family: arial, Segoe UI Symbol;
}

.info_alerte ul li.ok:before {
    content: '✔';
    color: #13e896;
    font-family: arial, Segoe UI Symbol;
}

.password_check, .password_confirm {
    position: relative;
}

.password_check.not_ok:before, .password_confirm.not_ok:before {
    content: '✘';
    position: absolute;
    right: 6rem;
    margin-top: 1rem;
    font-size: 2.5rem;
    color: #ff73a9;
    font-family: arial, Segoe UI Symbol;
}

.password_check.ok:before, .password_confirm.ok:before {
    content: '✔';
    color: #13e896;
    position: absolute;
    right: 6rem;
    margin-top: 1rem;
    font-size: 2.5rem;
    font-family: arial, Segoe UI Symbol;
}

.email_check, .email_confirm {
    position: relative;
}

.email_check.not_ok:before, .email_confirm.not_ok:before {
    content: '✘';
    position: absolute;
    right: 1rem;
    margin-top: 1rem;
    font-size: 2.5rem;
    color: #ff73a9;
    font-family: arial, Segoe UI Symbol;
}

.email_check.ok:before, .email_confirm.ok:before {
    content: '✔';
    color: #13e896;
    position: absolute;
    right: 1rem;
    margin-top: 1rem;
    font-size: 2.5rem;
    font-family: arial, Segoe UI Symbol;
}

.radiocheckbox {
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
}

/* main */
main {
    min-height: calc(100vh - 37.5rem);
    display: flex;
    align-items: center;
}

/* Footer */
.Bloc_Footer {
    text-align: center;
    padding: 0;
    /* background: #232323; */
    color: #FFF;
    margin-top: 4rem;
    padding-top: 0.1rem;
}

.Bloc_Footer>div:first-child::before {
    content: "";
    background: url("../img/logo-92.svg") no-repeat 50% 0;
    background-size: contain;
    height: 5rem;
    width: 100%;
    display: block;
    margin: 3rem 0 2rem;
}

.Bloc_Footer img {
    margin: 3rem 0 2rem;
}

.Bloc_Footer a {
    color: #FFF;
}

.Bloc_Footer a:focus {
    box-shadow: 0 0 0 4px #1a1a1a, 0 0 0 6px rgb(143, 181, 255), 0 0 2px 5px rgba(28, 100, 242, 0.17) !important
}

#menu_footer {
    background: #1A1A1A;
    display: block;
    margin-top: 3rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

#menu_footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.3rem;
}

#menu_footer li {
    display: inline-block;
}

#menu_footer a {
    display: block;
    padding: 1.5rem 1rem;
}

@media (max-width: 1054px) {
    .Bloc_Footer>div {
        display: block;
    }
}
.checkbox_organisation {
    position: relative;
    margin-bottom: 3rem;
}

.checkbox_organisation label {
    font-weight: bold;
}

.checkbox_organisation .message_erreur {
    position: absolute;
    top: 100%;
    left: 0;
}


.iframepdf {
    width: 100%;
    border: 1px solid #e3e5ef;
    height: 200px;
}

/* mot de passe */
input::-ms-reveal {
    display: none;
}
.login-pf-page .box_mdp {
	max-width:480px;
}
.login-pf-page .box_mdp input {
	width:88%;
}
.login-pf-page .box_mdp .oeil {
	position:absolute;
	right:0;
	top:0px;
	border:0;
	height:36px;
	width:36px !important;
	border-radius:100%;
	background-color:transparent;
	padding:0;
	margin:0;
	display:flex;
	justify-content:center;
	align-items:center;
}
.login-pf-page .box_mdp .oeil[aria-pressed="true"]::after {
	display:block;
	content:"";
	position:absolute;
	top:6px;
	left:17px;
	width:2px;
	height:25px;
	background:var(--f-grey-light);
	transform:rotate(45deg);
	border-radius:10px;
}
.login-pf-page .box_mdp .oeil img {
	opacity:0.6;
}
.login-pf-page .box_mdp .oeil[aria-pressed="true"] img {
	opacity:0.35;
}

/* didomi */
body #didomi-host a, body #didomi-host p, body #didomi-host span {
    font-size: 13px;
    line-height: 1.3em;
}

body #didomi-notice>div>div {
    margin: 10px 0 !important;
}

.evit {
    height: 1px;
    padding: 0;
    margin: 0;
}

.evit a {
    top: -10000px;
    position: absolute;
}

.evit a:focus {
    top: 0;
    background: #FFF;
}

.login-pf-page .login-pf-header h1 {
    font-weight: 500;
    font-size: 46px;
    line-height: 47px;
    text-align: left;
    color: #161e2e;
}

/* .description_acc { */
/* color: red; */
/* } */
#kc-registration, #kc-info-wrapper {
    text-align: start;
}

.login-pf-page .login-pf-signup {
    margin: 0;
}

#kc-info {
    padding-bottom: 0;
    margin: 0;
}

.pf-c-button.pf-m-primary {
    background: #AEBE12 !important;
    border-radius: 4px;
    text-transform: initial;
}

#kc-registration a {
    margin-left: 0 !important;
}

span.pf-c-button.pf-m-primary {
    padding: 1.8rem 3.4rem 2.1rem;
}

span.btn-primary a:hover, input.pf-c-button.pf-m-primary[type="submit"]:hover {
    color: #fff !important;
    background-color:#DC814A !important;
}

body .forgot-pwd a, html body .LienFC a, body #kc-registration a {
    font-weight: bold;
    font-size: 18.5px;
    text-align: right;
    color: #7B8702;
    text-decoration: none;
    margin-left: 0 !important;
}
body .forgot-pwd a:hover, html body .LienFC a:hover, body #kc-registration a:hover {
    text-decoration: underline;
}
body .forgot-pwd a:hover {
	color: #AEBE12;
}
body .forgot-pwd a {
	font-size:inherit;
	color:#72767b;
	text-decoration:underline;
	font-weight:normal;
	background-color: rgba(255,255,255,0.8);
border-radius: 4px;
padding: 4px;
}
#kc-form-options {
	background-color: rgba(255,255,255,0.8);
border-radius: 4px;
padding: 4px;
}
body .forgot-pwd a:hover {
	 color: #7B8702;
}
.header_logo {
    text-align: start;
    max-width: 1200px;
    margin: 3rem auto;
    /* padding: 0 40px; */
}

h1#kc-page-title {
    font-size: 3rem;
}

.form-group {
    width: 100%;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

#kc-register-form .col-xs-12, #kc-register-form .col-sm-12 #kc-register-form .col-md-12 #kc-register-form .col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.bloc_siret .col-xs-6.col-sm-6.col-md-6.col-lg-6 {
    padding-right: 0;
    padding-left: 0;
}

.siren_num {
    padding-right: 1rem;
}

.nic_num {
    padding-left: 1rem;
}

fieldset {
    min-width: 100%;
    margin-bottom: 2rem;
}


/* modif GBR 07/07/22 */
#kc-info-wrapper {
    padding-left: 8rem;
    padding-right: 0;
}
p.DescriptionFC {
    margin-bottom: 0;
}

h2.TitreFC {
    margin-top: 0;
}
.login-pf-page .login-pf-signup {
    padding: 0 !important;
}
.password-right {
    width: 100%;
}
#kc-passwd-update-form{
    display: flex;
	width: 100%;
}
#kc-passwd-update-form span.oeil {
    right: 3rem;
}
.form-group.password-btn {
    text-align: center;
}
/** RWD **/
@media all and (max-width: 1025px) and (min-width: 741px) {
    .login-pf body {
        background-position-y: bottom !important;
    }
}

@media all and (max-width: 960px) and (min-width: 770px) {
    #kc-form, #kc-info {
        padding: 0 3rem 0 0rem;
    }
}

@media all and (max-width: 769px) and (min-width: 741px) {
    #kc-form, #kc-info {
        padding: 0 5rem 0 0rem;
    }

    /* .login-pf body { */
    /* background-position-y: bottom !important; */
    /* } */
}

@media (max-width: 740px) {
    body #didomi-host a, body #didomi-host p, body #didomi-host span {
        font-size: 11px;
        line-height: 1em;
    }

    .header_logo {
        text-align: center !important;
    }

    .login-pf-page .login-pf-header h1 {
        font-size: 26px !important;
        line-height: 3rem !important;
    }

    .card-pf.login-pf-accounts {
        padding: 20px 20px 30px 20px;
    }

    h1#kc-page-title {
        display: none;
    }

    #kc-content-wrapper {
        flex-wrap: wrap;
    }

    #kc-form, #kc-info {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .ou {
        display: none;
    }

    #kc-registration, #kc-info-wrapper {
        text-align: center !important;
    }

    #kc-info-wrapper {
        padding: 0;
    }

    #kc-form-wrapper h2 {
        text-align: center;
    }

    #kc-content-wrapper form {
        margin-bottom: 25px;
    }

    #kc-form-buttons {
        text-align: center;
    }

    .login-pf body {
        background: none;
    }

    .login-pf-page .login-pf-social-link .LienFC a {
        text-align: center;
    }

    ul.login-pf-social.list-unstyled.login-pf-social-all {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
    }

    .login-pf-page {
        margin: 0 20px;
    }
	.header_logo img {
		max-width:150px;
		height:auto;
	}
}
@media all and (max-width: 321px) {
    .login-pf-page .login-pf-settings {
        justify-content: center;
    }
}
@media all and (min-width:741px) {
#page_register{
    background-color: #FFF;
    padding: 0 40px !important;
}
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  z-index: 1000;
    position:relative;
}
body #myresult {
    border:1px solid #cac7c7;
    position:absolute;
    top:74px;
    left:0;
    width:100%;
    background-color: #FFF;
    max-height: 280px;
    overflow-y: auto;
scrollbar-width: thin;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}