body.page-template-page-espace-licencie .rmp_menu_trigger,
body.page-template-page-espace-licencie-connecte .rmp_menu_trigger,
body.page-template-page-espace-licencie-connecte .rmp-container,
body.page-template-page-espace-licencie .rmp-container {
    display: none !important;
}

header.header-licencie {
    position: relative;
    width: 100%;
    z-index: inherit;
    background: #fff;
    padding: 15px var(--leftright);
    text-align: center;
}

header.header-licencie .logo-header {
    float: none;
    margin: 0 auto;
}

.container-espace-licencie .wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.container-espace-licencie section .filet-epais {
    height: 6px;
    width: 100%;
    margin: 20px auto;
}

.container-espace-licencie section .filet-epais.bkg-blanc {
    background: #fff;
}

.container-espace-licencie section .filet-epais.bkg-gris {
    background: var(--gris);
}

.container-espace-licencie section .filet-epais.bkg-bleu-fonce {
    background: var(--bleu-fonce);
}

.container-espace-licencie section .filet-epais.bkg-bleu-clair {
    background: var(--bleu-clair);
}

.flex-item-50 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 50%;
    position: relative;
}

#content.connexion-licencie,
section.connexion-licencie {
    height: auto;
    min-height: 95vh;
}

section.connexion-licencie .container-flex {
    height: auto;
    min-height: 95vh;
}

footer.footer-licencie {
    height: 5vh;
    background: var(--bleu-fonce);
}

footer.footer-licencie a {
    color: #fff;
    text-decoration: underline;
}

footer.footer-licencie p {
    color: #fff;
}

.module-connexion,
.module-creation {
    width: 60%;
    margin: 0 auto;
    padding: 0 30px;
}

.module-creation {
    background: #fff;
    border-radius: 12px;
    margin-top: 40px;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

#user-registration, #user-registration.horizontal {
    box-shadow: none;
}

#user-registration {
    padding: 0;
    background: transparent;
    margin: 0;
}

.ur-frontend-form.ur-frontend-form--flat {
    background: transparent;
    padding: 0;
}

.ur-frontend-form input[type=submit] {
    float: none;
    margin: 0 auto;
    border-radius: 6px;
    width: 100%;
    padding: 12px 0;
    font-size: .9rem;
    font-family: var(--cera);
    text-transform: uppercase;
    color: #fff;
    background: var(--bleu-clair);
}

.ur-frontend-form input[type=submit]:hover {
    background: var(--bleu-fonce);
}

.ur-frontend-form input[type='text'],
.ur-frontend-form input[type='password'] {
    letter-spacing: 0 !important;
    color: #000 !important;
    border-radius: 6px !important;
    background: #f1f1f1 !important;
}

.ur-frontend-form input[type='text']::placeholder,
.ur-frontend-form input[type='password']::placeholder {
    color: #000 !important;
    opacity: .6;
}

#user-registration p a {
    font-size: .85rem;
    color: #000;
    text-align: center;
}

.user-registration-error {
    margin: 15px 0;
    background: #fff;
}

.logo-connexion {
    width: 225px;
    height: 90px;
    background-image: url(img/pentathlon-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    background-size: 70%;
    margin: 0 auto;
    border-radius: 6px;
}

.lien-retour {
    text-transform: uppercase;
    font-family: var(--cera);
    font-size: .9rem;
    margin-bottom: 30px;
    color: var(--bleu-fonce);
    text-decoration: none;
}

.lien-retour:hover {
    color: var(--bleu-clair);
}

.lien-retour::before {
    content: '<';
    margin-right: 6px;
    vertical-align: middle;
}

.module-page-creation {
    width: 100%;
}

.module-page-creation .acf-fields > .acf-field {
    padding: 0 15px;
    margin-bottom: 35px;
}

.module-page-creation .acf-field:not(.titre-identifiants) .acf-label {
    display: none;
}

.module-page-creation .acf-field.titre-identifiants {
    padding: 0;
    margin: 10px 0 15px;
}

.acf-field.titre-identifiants .acf-label {
    font-family: var(--cera);
    color: var(--bleu-clair);
    text-align: center;
    font-size: 1rem;
}

.module-page-creation .acf-field .acf-input-wrap {
    overflow: inherit;
}

.module-page-creation .acf-field .acf-input-wrap::before {
    content: '';
    font-size: .8rem;
    color: #999;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.module-page-creation .acf-field.numero-licence .acf-input-wrap::before {
    content: 'Numéro de licence saison en cours';
}

.module-page-creation .acf-field.nom .acf-input-wrap::before {
    content: 'Nom inscrit sur votre licence';
}

.module-page-creation .acf-field.prenom .acf-input-wrap::before {
    content: 'Prénom inscrit sur votre licence';
}

.module-page-creation .acf-field.naissance .acf-input-wrap::before {
    content: 'Date de naissance';
}

.module-page-creation .acf-field.email .acf-input-wrap::before {
    content: 'Email de connexion';
}

.module-page-creation .acf-field.password .acf-input-wrap::before {
    content: 'Choisir votre mot de passe (8 caractères mini)';
}

.module-page-creation .acf-field .acf-input-wrap.actif::before {
    top: -25px;
    opacity: 1;
    z-index: 4;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.module-page-creation .acf-form-submit input {
    margin-bottom: 0;
}

.ui-datepicker-month {
    float: left;
}

.ui-datepicker-year {
    float: right;
}

.display-inline-block {
    display: inline-block;
}

.form-error-modif-infos,
.form-error-creation-licencie {
    padding: 15px;
    text-align: left;
    background: #c31717;
    font-weight: bold;
    margin: 20px 0;
    border-radius: 6px;
    color: #fff;
}

.module-espace-cree .user-registration-LostPassword {
    display: none;
}

#content.licencie-connecte .header-connecte {
    border-radius: 6px;
    padding: 15px;
    background: var(--bleu-fonce);
    margin-bottom: 30px;
}

#content.licencie-connecte .logo-connexion {
    margin: 0;
    width: 170px;
    height: 60px;
}

.nav-espace .flex-item-moitie {
    margin-bottom: 30px;
}

.nav-espace .bouton-rubrique {
    padding: 35px 20px;
    height: 100%;
    display: block;
    width: 100%;
    border-radius: 6px;
    color: var(--bleu-clair);
    background: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nav-espace .bouton-rubrique.page-active {
    cursor: default;
    pointer-events: none;
    background: var(--bleu-clair);
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nav-espace .bouton-rubrique:hover {
    background: var(--bleu-clair);
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nav-espace .bouton-rubrique span::before {
    content: '';
    display: block;
    margin: 0 auto 15px;
    font-family: 'Material icons';
    font-size: 2.5rem;
    font-weight: 100;
}

.nav-espace .bouton-rubrique.bouton-profil span::before {
    content: '\e7fd';
}

.nav-espace .bouton-rubrique.bouton-licence span::before {
    content: '\ea67';
}

.nav-espace .bouton-rubrique.bouton-club span::before {
    content: '\e8d1';
}

.nav-espace .bouton-rubrique.bouton-competitions span::before {
    content: '\e566';
}

a.lien-logout {
    font-size: .9rem;
    display: inline-block;
}

a.lien-logout::after {
    content: '\e9ba';
    display: inline-block;
    vertical-align: middle;
    font-family: 'Material icons';
    font-size: 1.4rem;
    margin-left: 6px;
}

a.lien-logout:hover,
a.lien-logout:hover::after {
    color: var(--orange);
}

.container-gauche-espace {
    padding: 40px 40px 40px var(--leftright);
    min-height: 95vh;
}

.container-droit-espace {
    padding: 40px var(--leftright) 40px 40px;
    min-height: 95vh;
}

.container-total-espace {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.container-espace {
    position: absolute;
    top: 0;
    left: 110%;
    width: 100%;
    opacity: 0;
    padding: 0 20px;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

.container-espace.container-espace-actif {
    left: 0;
    opacity: 1;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

.module-espace {
    border-radius: 6px;
    padding: 25px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
}

a.underline {
    text-decoration: underline !important;
}

.espace-non-finalise {
    text-align: center;
    background: var(--orange);
    padding: 12px;
    font-size: .9rem;
    margin: 0 0 15px;
    font-weight: bold;
    position: relative;
}

.module-inscription-competition {
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 0 18px rgba(0,0,0,0.15);
    margin-bottom: 20px;
    background: #fff;
}

a.orange:hover {
    color: var(--bleu-clair);
}

.module-espace .superbig {
    font-size: 2.7rem;
    line-height: 2.5rem;
}

.module-effectif::before {
    content: '';
    display: block;
    font-family: 'Material icons';
    font-size: 3rem;
    color: var(--orange);
}

.module-effectif.effectif-tous::before {
    content: '\f233';
}

.module-effectif.effectif-adultes::before {
    content: '\e84e';
}

.module-effectif.effectif-jeunes::before {
    content: '\eb67';
}

.popin-compte.fancybox-content {
    max-width  : 95% !important;
    height: auto !important;
    max-height : 99%;
    margin: 0 auto;
    padding: 25px !important;
    box-shadow: 15px 15px 0 var(--bleu-clair);
    width: 600px;
    /*min-width: 400px;*/
    min-height: 300px;
}

.popin-compte .fancybox-close-small {
    opacity: 1 !important;
}

.popin-compte .fancybox-close-small svg {
    display: none;
}

.popin-compte .fancybox-close-small::before {
    content: '\e5cd';
    display: block;
    position: absolute;
    z-index: 403;
    width: 40px;
    height: 40px;
    background: var(--bleu-clair);
    font-family: 'Material icons';
    font-size: 2rem;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.popin-compte .fancybox-close-small:hover::before { 
    background: var(--bleu-fonce);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.popin-compte .fancybox-is-open .fancybox-bg {
    opacity: .9; 
}

.oeil {
    position: absolute;
    bottom: 20px;
    right: 15px;
    z-index: 4;
    cursor: pointer;
}

.oeil::before {
    content: '\e8f4';
    font-family: 'Material icons';
    font-size: 1.2rem;
    color: #666;
}

.oeil.actif::before {
    content: '\e8f5';
}

a.cta-download {
    float: none;
    position: relative;
    margin: 20px auto 0;
    border-radius: 6px;
    padding: 12px 50px 12px 20px;
    font-size: .9rem;
    font-family: var(--cera);
    text-transform: uppercase;
    color: #fff;
    background: var(--bleu-clair);
}

a.cta-download::after {
    content: '\f090';
    position: absolute;
    z-index: 3;
    display: block;
    right: 10px;
    top: 8px;
    font-family: 'Material icons';
    font-size: 1.6rem;
}

a.cta-download:hover {
    background: var(--bleu-fonce);
}

#resetpasswordform,
#lostpasswordform {
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
}

#resetpasswordform fieldset,
#lostpasswordform fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

#resetpasswordform legend,
#lostpasswordform legend {
    font-family: var(--cera);
    color: var(--bleu-clair);
}

#resetpasswordform label,
#lostpasswordform label {
    display: none;
}

#reset-pass-submit {
    float: none;
    margin: 0 auto;
    border-radius: 6px;
    width: 100%;
    padding: 12px 0;
    font-size: .9rem;
    font-family: var(--cera);
    text-transform: uppercase;
    color: #fff;
    background: var(--bleu-clair);
}

#reset-pass-submit:hover {
    background: var(--bleu-fonce);
}

#resetpasswordform input[type="password"].som-password-input {
    max-width: 100%;
}

.container-droit-espace {
    background: url(img/bkg-espace.jpg) bottom center no-repeat;
    background-size: cover;
}

a.password_preview:hover {
    text-decoration: none !important;
}
