@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');
/*@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;900&display=swap');*/

/* Scrollbar */
::-webkit-scrollbar {
    width: 1.7rem
}

::-webkit-scrollbar-track {
    background: #f6f8fb
}

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

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

/* Global */
* {
    scrollbar-color: #D0D7E9 #f6f8fb;
    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);
}

.login-pf-page {
    margin: 0;
    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;
    font-family: 'Work Sans','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: #fff;
    overflow-x: hidden;
    background-size: 100% auto !important;
    background-position-y: 40rem !important;
    background-attachment: fixed;
}
.card-pf h3 {
    font-weight: 600;
    font-size: 1.8rem;
}
.margeauto {
    margin:45px auto;
}
body .type-p {
  font-weight: normal;
  color: #6E7277;
  font-size: 1.6rem;
}
/* .login-pf-page {
    position: relative;
    top: calc(50% - 10px);
    transform: translateY(-50%);
} */

.login-pf-page .card-pf p,
.infos_recueillies p,
.infos_recueillies li {
    color: #6E7277;
}

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

.inline{
	display: flex;
    align-items: center;
    justify-content: space-between;
}


/* 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;
    max-width: 100% !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; */
    margin-bottom:  0;
}
#kc-error-message {
    margin:0px auto;
    padding:0px 15px;
}
.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;*/
    /*padding: 3rem 0;*/
}
#kc-content-wrapper {
    display: flex;
    margin-top: 0 !important;
    flex-wrap: wrap;
    /* height: 100vh !important; */
}
#kc-form, #kc-info {
    /* width: 50%; */
    /* padding: 0 18rem 0 0rem; */
    /* max-width: 50%; */
    width: 100%;
    /* padding: 0px 8rem 0 0rem; */
    /* padding: 3rem 0; */
}
#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; */
    padding: 0;
    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: #0069cc;
    padding: 4rem;
    color: #FFF;
    border-radius: 0 6px 6px 0;
}

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

#kc-error-message h2 {
    margin-bottom: 3rem;
}
#kc-error-message p{
    margin: 16px 0 0 0;
}
#kc-error-message a.pf-c-button.pf-m-primary {
    margin: 16px 0;
}
#kc-error-message p {
    color: #000 !important;
}
#kc-social-providers .btn-primary {
    background: #FFF;
    color: #0069cc;
}

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

.pf-c-form-control {
    border: 1px solid #919191;
    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%;
}
.login-pf-page #page_register .pf-c-form-control {
    width: 100%;
}

.pf-c-form-control:hover {
    border-color: #212427;
    /* 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 p{
    /*color: #FFF;
    background: #c13232;
    padding: 5px 10px;*/
    color:#c13232 !important;
    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: #212427;
    font-weight: 700
}

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

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 {
    font-size: 16px;
    line-height: 19px;
    /* font-weight: bold; */
    color: #161e2e;
}

a {
    color: #212427;
    transition: all .2s ease-out;
    text-decoration: underline;
}

a:hover,
.login-pf a:hover,
button.btn_retour:hover {
    color: #212427;
    text-decoration: underline;
    /* font-weight: 600; */
	text-decoration-thickness: 2px;
}

/* Buttons */
.pf-c-button.pf-m-primary {
    background: #0069CC;
    border-radius: 0;
    font-size: 1.6rem;
    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: #0169cc;
    /* 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; */
	padding: 15px 20px;
}

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 #e6e6e6;
    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;*/
    padding: 2rem;
    margin-bottom: 4rem;
    
    position: absolute;
    z-index: 10;
    right: 2rem;
    top: 2rem;
}
.alert.alert-error{
    /*position: absolute;*/
    position: fixed;
    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;
    }
}
@media (max-width: 440px){
    .alert.alert-error{
        left: 2rem;
    }
}

/* 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: #0088ee;
    color: #FFF !important;
}

/* bouton sociaux */
/* .login-pf-page .login-pf-social-link a {
    background: #eaedf1;
} */

/* remember me */
#rememberMe, 
.cgu input {
    position: relative !important;
    margin-top: 0;
    margin-bottom: -5px;
    margin-right: 3px;
    height: 21px !important;
    width: 21px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 1px solid #919191;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #ebebeb inset;
}
#rememberMe:hover,
.cgu input:hover {
    border-color:#000;
}
#rememberMe:focus,
.cgu input:focus {
    outline: none;
    box-shadow: 0 0 0 4px #ECEDF1, 0 0 0 2px #cdd3dd inset;
    transition: all .2s ease-out;
}

#rememberMe:checked,
.cgu input:checked {
    background: #212427 !important;
    box-shadow: none;
}

#rememberMe:checked:focus,
.cgu input:checked:focus {
    /* box-shadow: 0 0 0 4px #ECEDF1 !important; */
}

#rememberMe:checked:before,
#rememberMe:checked:after,
.cgu input:checked:before,
.cgu input: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,
.cgu input:checked:after {
    width: 13px;
    left: 6px;
    top: 9px;
    transform: rotate(-45deg);
}

#rememberMe::-ms-check,
.cgu input::-ms-check {
    display: none;
}

.checkbox.cgu {
    margin-top: 2rem;
}

/* 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;*/
    margin: 1rem 0;
    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 {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

.login-pf-pag.login-pf-social-link a.zocial[class*="franceconnect"] span,
.login-pf-pag.login-pf-social-link a.zocial[class*="oidc"] span {
    display: none;
    margin: auto;
}
#kc-reset-password-form label {
    margin-top:15px;
}
h2.ou {
    display:flex;
    align-items: center;
}
h2.ou span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 40px;
    width: 40px;
    background: #000;
    border-radius: 30px;
    color: #fff !important;
    font-size: 14px;
    line-height: 1;
    margin-right: 12px;
}
.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 2rem;
    /*margin-top: 1rem;*/
    width: 100%;
}

.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;
    justify-content: space-between;
    padding-top: 2rem;
}
#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; */
     width: auto;
     /* text-align: end; */
	padding-right: 0;
    padding-left: 0;
}

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

.bloc_siret {
    margin-bottom: 2rem;
}

.info {
    color: #6E7277;
    font-size: 1.3rem;
    border-top: 2px solid #909090;
    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 #909090;
    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>.icon:before {
    content: '✘';
    position: absolute;
    margin-left: -2rem;
    margin-top: -.2rem;
    font-size: 1.8rem;
    color: #909090;
    font-family: arial, Segoe UI Symbol;
}

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

.info_alerte {
    color: #ffffff;
    font-size: 1.3rem;
    border-top: 3px solid #e6e6e6;
    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 #e6e6e6;
    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>.liveInfo,
.password_confirm.not_ok>.liveInfo {
    position: absolute;
    right: 6rem;
    margin-top: -3.3rem;
    font-size: 2.5rem;
    color: #ff73a9;
    font-family: arial, Segoe UI Symbol;
}
.password_check.not_ok>.liveInfo .icon:before,
.password_confirm.not_ok>.liveInfo .icon:before{
    content: '✘';
}

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

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

.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;
}
body .login-pf-page .card-pf footer .bloc_serv_num p {
    color: #212427;
}
.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
}

.bloc_link_bm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 29%; */
    width: 100%;
}
.bloc_link_bm adress{
        display: none;
}
.bloc_serv_num{
    width: 30%;
}
.bloc_serv_num p:first-child {
    font-weight:600;
}

#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;
}
div#kc-registration p {
       margin-right: 25px;
    }
@media (max-width: 1054px) {
    .Bloc_Footer>div {
        display: block;
    }
    div#kc-registration {
        width: auto;
      }
}



.checkbox_cgu .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;
}

.oeil-confirm,
.oeil {
    position: absolute;
    /* right: 3rem; */
    /* top: 1.3rem; */
    right: 2rem;
    top: 1.3rem;
    /* transform: translateY(-50%); */
    z-index: 9;
	overflow: visible;
    background: none;
    border: none;
}
.oeil-confirm:hover,
.oeil:hover {
    opacity: .5;
    cursor: pointer;
}
.oeil-confirm svg,
.oeil svg {
    background-color: white;
    display: block;
    padding: .2em;
    width: 1.6em;
    height: 1.6em;
}
input[type="text"]~.oeil-confirm svg,
input[type="text"]~.oeil svg {
    opacity: .4;
}
input[type="text"]~.oeil-confirm:before,
input[type="text"]~.oeil:before {
    content: '';
    position: absolute;
    width: 2.4rem;
    height: 2px;
    margin-top: 0.9rem;
    background: #000;
    transform: rotate(45deg);
}


/* 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;
}
@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; */
        padding: 0 1.5rem;
        font-size:  14px;
    }
    #kc-content-wrapper form {
        margin-bottom: 25px;
        margin-top: 2rem;
    }
    #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;
    }
}

.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: 900;
    /* font-size: 46px; */
    /* line-height: 47px; */
    text-align: left;
    color: #161e2e;
    /* max-width: 248px; */
}
/* .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: #212427 !important;
    border-radius: 4px;
    text-transform: initial;
    color: #fff;
	font-weight: 400;
}
.submit-btn[disabled]{
    color: #fff !important;
    text-decoration: none !important;
    background: #4E5257 !important;
}
#kc-registration a {
    margin-left: 0 !important;
}
span.pf-c-button.pf-m-primary {
    padding: 1.8rem 3.4rem 2.1rem;
}
a.pf-c-button.pf-m-primary {
    text-decoration: none;
}
span.btn-primary a:hover, 
.pf-c-button.pf-m-primary[type="submit"]:hover,
a.pf-c-button.pf-m-primary:hover {
    color: #fff !important;
    text-decoration: underline;
    background: #4E5257 !important;
}
.forgot-pwd a, 
.LienFC a, 
#kc-registration a {
    /*font-weight: bold;*/
    font-size: 15px;
    text-align: right;
    color: #000 !important;
    /* text-decoration: none !important;*/
    margin-left: 0 !important;
	text-underline-offset: 3px;
}
.header_logo {
    text-align: start;
    /* max-width: 1200px; */
    /* margin: 3rem auto; */
    /* width: auto; */
    padding: 2rem 3rem;
}
h1#kc-page-title {
    /* font-size: 3rem; */
}


@media all and (max-width: 321px) {
    .login-pf-page .login-pf-settings {
        justify-content: center;
    }
}

.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%;
}

#kc-form-login{
    display: flex;
    flex-wrap: wrap;
}

div#kc-registration {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

div#kc-registration p {
    margin-bottom: 0;
    font-size: 18px;
}

.bloc_acc_login {
    /*display: flex;*/
    /*justify-content: end;*/
    /*margin-bottom: 2rem;*/
    padding: 0 2rem 3rem 0;
}
.pf-c-login__main-footer-links li {
    display: flex;
    flex-wrap: wrap;
}
.pf-c-login__main-footer-links .fc-right li{
    display: list-item;
}

.fc-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 464px;
}

.bloc_mdp{
    width: 50%;
}


@media (max-width: 767px){
    .ou {
        display: block;
        margin: 2rem 0 1rem 0;
    }
    .fc-left, .fc-right {
        width: 100% !important;
    }
    .fc-right {
        width: 100% !important;
    }
    .pf-c-login__main-footer-links.kc-social-links .DescriptionFC{
        text-align: left;
    }
    .pf-c-login__main-footer-links li,
    #kc-content-wrapper form{
        flex-wrap: wrap;
    }
/*     .LienFC{
        margin-top: 2rem
    } */
    .description_acc,
    #kc-registration{
        width: 100% !important;
        padding: 0 1.5rem;
    }
    #kc-registration p{
        font-size: 1.5rem;
    }
    .bloc_acc_login {
        flex-wrap: wrap-reverse;
    }
    #kc-form-wrapper {
        margin-top: 4rem;
    }
    .form-group,
    .bloc_mdp,
    .login-pf-page .pf-c-form-control{
        width: 100%;
    }
    #kc-header {
        padding-left: 0px;
        padding-right: 0px;
    }
    #kc-header,
    .footer_container{
        padding: 1.5rem 2%;
    }
    .eco_footer {
        padding: 1rem 0;
    }
    .header_logo {
        padding: 1rem;
    }
    .header_logo img{
        width: 130px;
    }
    .card-pf {
        margin-top: 94px !important;
    }
    .bloc_haut>div{
        width: 70%;
        /*text-align: center;*/
        margin-bottom: 2rem;
    }
    .bloc_link_bm{
        width: 100% !important;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bloc_bas{
        width: 100%;
        text-align: center;
    }
    .black_footer .bloc_bas nav, 
    .black_footer .bloc_bas ul {
        display: block !important;
    }
    .black_footer .bloc_haut, 
    .black_footer .bloc_bas {
        border-top: none !important;
        padding: 1rem 0;
    }
    .black_footer .plan_site3 {
        border-left: none !important;
    }
    .bloc_haut ul{
        padding-inline-start: 0;
    }
    .eco_footer .footer_container {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .eco_footer .footer_container>div {
        padding: 1rem 0;
    }
    .fc-left {
        margin-right: 0 !important;
    }
}

/* Header template.ftl*/
.header_container,
.header-right{
    /* background: #dfeaee; */
    display: flex;
    flex-wrap:  wrap;
    /* width: 100%; */
    align-items: center;
}
.header_text p{
    color: #000 !important;
    white-space: break-spaces;
    text-align: initial;
    margin: 0 10px !important;
}
a.btn_retour,
button.btn_retour {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}
button.btn_retour{
    border: none;
    background: none;
}
a.btn_retour::before,
button.btn_retour::before {
    content: url('../img/icone_fleche_noire_back.png');
    padding-right: 0.5rem;
}
#kc-header {
    background: #fff;
    display: flex;
    flex-wrap:  wrap;
    width: 100%;
    align-items: center;
    /* padding: 0 1.5rem; */
    border-bottom: 1px solid #000;
}
header {
    position: fixed;
    top: 0;
    z-index: 10;
}
.card-pf {
    margin-top: 100px;
}
.header_container {
    max-width: 1200px !important;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    position: relative;
}
.header_btn{
    position: absolute;
    left: 0;
}
.header_text {
    width: 400px;
}

.fc-left {
    width: 100%;
    margin-right: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
}
.register_pulse .fc-left {
    /* width: 27%; */
	width: 50%;
}
select {
    background-color: #FFF;
}
.register_pulse .fc-right {
    background: #F7F7F1;
    padding: 2rem;
    width: 100%;
    margin-top: 2rem;
}
.register_pulse .fc-right li{
    list-style: disc !important;
}

.register_pulse .fc-right p,
.register_pulse .fc-right li{
    color: #000 !important;
}

/* footer */
.footer_container{
     max-width: 1200px !important;
    margin: auto;
}

.black_footer {
    background: #fff;
    border-top: 3px solid #000;
}
.black_footer .bloc_haut{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*align-items: end;*/
}
.black_footer .bloc_haut li{
    list-style: none;
    margin: 0.5rem 0;;
}
.black_footer a,
.black_footer span,
.black_footer p{
    color: #212427;
    font-size: 14px;
}
.black_footer .bloc_link_bm span{
    font-weight: 600;
}
.black_footer .bloc_link_bm a{
    text-decoration: none;
}
.black_footer .bloc_link_bm a:hover{
    text-decoration: underline;
}
.black_footer .plan_site3{
    border-left: 1px solid #5C5C5C;
}

.black_footer .bloc_haut{
    /* border-top: 1px solid #5C5C5C; */
    padding: 3rem 0;
}
.black_footer .bloc_bas {
    padding: 1rem 0;
}

.black_footer .bloc_bas nav,
.black_footer .bloc_bas ul{
    display: flex;
}
.black_footer .bloc_bas li{
     padding-right: 4rem;   
}


.black_footer a:hover {
    color: #212427;
}
.eco_footer .footer_container{
    display: flex;
    justify-content: space-between;
}
.eco_footer {
    background: #dfeaee;
    padding: 3rem 0;
}

.bloc_carbon span{
    color: #0F1396;
    font-weight: 600;
}
.note_ecoconception p{
    margin: 0;
}
.note_ecoconception:before{
    content: url('../img/note_ecoconception.svg');
    padding-right: 1.5rem;

}
.eco_footer a{
    color: #000;
    font-weight: 600;
}

.note_ecoconception,
.bloc_rgaa{
    display: flex;
    align-items: center;
}

/* register page */
legend {
    border-bottom: none !important;
    font-weight: 600;
}
#page_register .card-pf {
    margin-top: 0px !important;
}

#page_register .form-group{
    width: 100% !important
}
/* .bloc_acc_login.register_top {
    padding: 3rem 2rem 3rem 0;
} */
.login-pf-page .login-pf-header {
    margin-bottom: 0;
}
h2.description_acc {
    padding: 0;
    font-size: 28px !important;
    max-width: 500px;
    margin-bottom: 47px;
    margin-top: 1rem;
}
#page_register fieldset legend {
    margin-top:25px;
}
.right_side_validate h3{
    font-size: 18px;
    font-weight: 600;
}
.left_side_register,
.left_side_login,
.left_side_validate,
.left_side_info{
    width: 40%;
    position: relative;
}
.left_side_login {
    background: url(../img/illu_login.png) no-repeat;
    overflow-x: hidden;
    background-size: cover;
    background-position: center;
}
.left_side_register,
.left_side_validate,
.left_side_info{
    background: #E0E0E0;
}
.left_side_register .h1,
.left_side_validate .h1,
.left_side_info .h1,
.left_side_login .left_side_login_content {
    position: absolute;
    top: 11%;
    left: 22%;
    width: 50%;
}
body .login-pf-page .h1 {
    font-size: 40px;
	line-height: 1.2;
    font-family: 'Lato', sans-serif !important;
    font-weight: 900;
    color: #212427;
}
.left_side_login .left_side_login_content .h1 {
    margin-bottom: 4rem;
}
.left_side_login_content .h1,
.login_txt{
  line-height: 1.4;
  padding: 2px 0;
  margin: 20px auto;
}
.login_title,
.login_txt { 
  display: inline;
  padding: 0.45rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  
}
.left_side_login .left_side_login_content {
    /*width: 280px;*/
    /* background-color: #fff; */
}
.right_side_register,
.right_side_login,
.right_side_validate,
.right_side_info{
    width: 60%;
    padding: 49px;
}

.right_side_login,
.left_side_login,
.right_side_validate,
.right_side_info{
    min-height: calc(100vh - 100px);
    height: auto;
}


.right_side_info .kc-info-message{
    margin-left: 5rem;
}

/* .left_side_login h1, */
.left_side_login .login_txt {
    line-height: 1.5;
    font-size: 16px;
    padding: 0.5rem;
    color: #1A1A1A !important;
}
.left_side_login .login_title,
.left_side_login .login_txt {
    background-color: #fff;
    display:inline;
}
.right_side_login .oeil-confirm,
.right_side_login .oeil {
    top: 4.2rem;
}

/* popup FC */
.popup {
    display: none;
    position: fixed;
    padding: 2rem;
    width: 40%;
    left: 30%;
    /* margin-left: -22%; */
    height: auto;
    top: 35%;
    /*margin-top: -100px;*/
    background: #FFF;
    z-index: 20;
  }
#popupFC:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -2;
}
#popupFC:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
    border-radius: 4px;
}
a.close_popup {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
a.close_popup:before {
   content: url(../img/icone-plus-noire.svg);
}

/* déconnexion */
div#kc-logout-confirm{
    margin: 100px auto !important;
    /* min-height: calc(100vh - 550px) !important; */
}
.login-pf-header{
    display: none !important;
}

@media (max-width: 900px){
    .header_container {
        justify-content: end;
    }
    div#kc-registration {
        padding:0
    }
     .left_side_login .left_side_login_content {
        left: 6%;
        width: 78%;
    }
    .bloc_acc_login {
        margin-top: 2rem;
        padding: 0;
    }
    h1.description_acc{
         padding: 0;
    }
    .pf-c-login__main-footer-links.kc-social-links a.zocial[class*="franceconnect"]{
        margin-top: 0;
    }
    .left_side_register,
    .left_side_login,
    .left_side_validate,
    .left_side_info{
        width: 100%;
    }
    .left_side_register,
    .left_side_validate,
    .left_side_info{
        height: 270px;
        padding: 3rem;
        display: flex;
        align-items: center;
    }
    .left_side_login{
        height: 610px;
    }
    .right_side_register, 
    .right_side_login,
    .right_side_validate,
    .right_side_info {
        width: auto;
        padding: 10px 4%;
    }
    .left_side_register h1,
    .left_side_validate h1,
    .left_side_info h1{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
    }
    .popup {
        width: 90%;
        left: 5%;
        top: 32%;
        /* margin-top: -104px; */
    }
    .login-pf-page .card-pf p,
    .black_footer .bloc_haut li,
    .bloc_serv_num p,
    .bloc_link_bm adress,
    .bloc_link_bm a,
    .bloc_link_bm span{
        text-align: start;
    }
    .bloc_link_bm adress{
        padding: 2rem 0;
        display: block;
    }
    .bloc_link_bm a{
        font-weight: 600;
        line-height: 1.1;
    }
    .plan_site2,
    .fr_rel{
        width: 50% !important;
    }
    .bloc_bas{
        display: none;
    }
    div#kc-logout-confirm,
    .right_side_login, 
    .left_side_login, 
    .right_side_validate{
        min-height: auto;
    }
    .right_side_validate .instruction {
        text-align: center !important;
    }
    .bloc_serv_num {
        width: 96%;
      }
    .bloc_serv_num .logo-portail,
    .bloc_serv_num adress {
       margin:0 15px 0 0;
    }
}

p.instruction {
    margin: 4rem 0;
	color: #212427 !important;
}
.right_side_validate .instruction {
    max-width: 485px;
    /* text-align: center !important; */
}

/* lien style bouton */
a.btn_look,
a.btn_look:hover{
    border-radius: 4px;
    text-transform: initial;
    color: #fff;
    font-weight: 400;
	font-size: 1.6rem;
    box-shadow: none;
    padding: 1.4rem 2.5rem 1.4rem 2.5rem;
    color: #fff;
    text-align: center;
    position: relative;
    border: 0;
    transition: all .2s ease-out;
    display: inline-block;
    width: auto;
}
a.btn_look{
	background: #212427;
	text-decoration: none;
}
a.btn_look:hover{
	background: #4E5257;
	text-decoration: underline;
}


/* page after FC */
.item_pratique, .item_securise, .item_consent {
    display: flex;
    width: 30%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container_col_items {
    display: flex;
    justify-content: space-between;
}
.container_col_items span {
    font-weight: bold;
    font-size: 16px;
    width: 100%;
	padding: 15px 0 5px;
    line-height: 1;
}
.container_col_items p {
    font-size: 12px;
    line-height: 1.2;
}
.container_col_items img {
    height: 50px;
}

/* largeur checkbox label */
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

#kc-passwd-update-form {
    margin:45px auto
  }
#kc-passwd-update-form #kc-form-buttons {
    text-align: center;
    float: none;
}

form#kc-reset-password-form .form-group>div{
    padding-left: 0;
}


@media all and (max-width:1220px) {
    .footer_container {
        padding-left:15px;
        padding-right: 15px;
    }
    .header_btn {
        padding-left:15px;
    }
}
@media all and (max-width:1148px) and (min-width:900px){
    .bloc_serv_num {
        width: 45%;
      }
}
@media all and (max-width:639px) {
    .left_side_register .h1, .left_side_validate .h1, .left_side_info .h1, .left_side_login .left_side_login_content {
        top: 7%;
        left: 7%;
        width: 80%;
      }
    .bloc_haut > div {
        width: 100%;
    }
}
@media all and (max-width:370px) {
#kc-form-options {
    margin-bottom:15px;
}
body .login-pf-page .h1 {
    font-size: 38px;
  }
}



div#kc-content-wrapper .consent-container {
    max-width: 800px !important;
    padding: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 4rem;
}

.consent_btn_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.consent_btn_container .btn-default.btn-lg {
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 600;
    font-size: 1.6rem;
}
#kc-oauth h1{
    margin-bottom: 3rem;
}
#kc-oauth h2{
    margin-top: 4rem;
}
#kc-oauth ul {
    display: flex;
    flex-wrap: wrap;
}
#kc-oauth li {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
#kc-oauth li, 
#kc-oauth li span {
  padding-right: 10px;
  font-size: 1.6rem;
}


a#zocial-oidc {
    border: none;
    display: none;
}

/* accordeon consentement */
.faq_home a.link_acc{
    text-decoration: none !important;
    background: none;
    color: #212427;
    padding: 0;
    text-transform: none;
    line-height: 1.5em;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.faq_home a.link_acc::after{
    content:url("../img/icone_fleche_noire.svg");
    /*padding-left: 0.5rem;
    padding-right: 0.5rem;*/
    padding-left: 14px;
    padding-right: 6px;
}
.faq_home a.link_acc {
    padding-top:32px;
    border-top: 1px solid #212427;
}
.faq_home a:hover{
    color: #212427#212427;
    text-decoration: underline !important;
}
.faq_home {
    border-bottom: 1px solid #212427;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-bottom: 4rem;
    margin-top: 3rem;
}
.faq_home h3 {
    border-top: 1px solid #212427;
    margin: 0;
    font-size: 1em;
}
.faq_home h3 button{
    background-color: transparent;
    border-radius: 0;
    font-weight: 500;
    padding: 2rem 0;
    position: relative;
    border: 0 !important;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 26px 26px 0;
}
.faq_home h3 button .icone{
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}
.faq_home h3 button:hover{
    text-decoration: underline;
    text-decoration-thickness: 2px;
    cursor: pointer;
    font-weight: 600;
}
.faq_home h3 button .icone::after{
    font-size: 1.125em;
    display: inline-block;
    content: url(../img/icone-accordeon.svg);
}
.faq_home section{
    margin-bottom: 26px;
    display: none;
}
.faq_home > a {
    align-items: center;
    justify-content: end;
    display: flex;
}
.faq_home h3 .icone{
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.faq_home h3 .icone.down {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
#kc-oauth h2,
.faq_home h3 button{
    font-size: 2rem;
    color: #212427;
    font-weight: 600;
    font-family: 'Work Sans','Lato', sans-serif !important;
}
/*#kc-oauth li:last-child{
    display: none;
}*/
#kc-oauth li span{
    padding-right: 5px;
}

@media (max-width: 968px) {
    .faq_home h3 button {
        font-weight: normal;
    }
    div#kc-content-wrapper .content-area {
        max-width: 90% !important;
    }
}



.infos_recueillies {
    margin-top: 2rem;
}
.infos_recueillies ul {
    padding-inline-start: 2rem;
    list-style-type: square;
}
.infos_recueillies p,
.infos_recueillies li {
    font-size: 1.3rem;
}
.infos_recueillies p {
    margin-bottom: 0;
}



.consent-container li:before{
    content:",";
}
.consent-container li:first-child:before{
    content:"";
}
#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255) !important;
}