:focus {
    outline: 0;
}

html {
    width: auto;
}

ul {
    list-style: none;
    font-size: 1.1em;
    padding: 0 0 18px 40px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

/* browser default font-size is 16px which is too big so we make it 16px x 62.5% = 10px */
/*body { top:0; left:0;  font:normal 400 62.5%/1.0 Verdana, sans-serif; background:#fff; color:#333;}*/

/*
 - used to clear or contain floats within a non-floated container
 - this ruleset is used by UAs that handle :after - not IE - see ie_cas.css for IE fix
http://www.positioniseverything.net/easyclearing.html and http://www.ejeliot.com/blog/59 */
#header:after, #content:after, #footer:after, .clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
}


/**** NOUVEAU DESIGN ****/

/* PAGE --------------------------------- */
a:active {
    text-decoration: none;
}

a:link {
    color: #185a7d;
    text-decoration: none;
}

a:visited {
    color: #185a7d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: "Droid Sans", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #575754;
    background-color: #f8f9fa;
    margin: 0;
    --primaryColor: #191998;
}

input {
    font-family: "Droid Sans", sans-serif;
    font-size: 14px;
}

.clear {
    clear: both;
    height: 0;
    border: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px !important;
    margin-top: 1rem !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media only screen and (max-width: 1023px) {
    .row {
        margin: 0;
    }

    .col-md {
        padding: 0;
    }
}

@media only screen and (min-width: 1023px) {
    #content {
        margin: auto;
    }
}

@media only screen and (max-width: 1023px) {
    #content {
        width: 100%;
    }
}

#view {
    margin: auto;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* -- messages */
.info, .errors, .success {
    clear: both;
    min-height: 40px;
    margin: 18px 0;
    padding: 10px;
}

.info ul, .errors ul, .success ul {
    padding: 10px;
}

.info li, .errors li, .success li {
    margin: 3px;
}


.success p {
    margin: 0;
    padding: 5px;
}

.info {
    border: 1px dotted #008;
    background: #eff url('../images/info.gif') no-repeat 20px 10px;
    color: #008;
}

@media only screen and (min-width: 1023px) {
    .errors {
        width: 90%;
    }
}

@media only screen and (max-width: 1023px) {
    .errors {
        width: 90%;
    }
}

.errors {
    border: 1px dotted #d21033;
    background: #fed url('./../images/error.gif') no-repeat 20px 10px;
    color: #d21033;
    line-height: 18px;
    margin: auto;
    margin-bottom: 25px;
    margin-top: 16px;
}

@media only screen and (min-width: 1023px) {
    .success {
        width: 90%;
    }
}

@media only screen and (max-width: 1023px) {
    .success {
        width: 90%;
    }
}

.success {
    border: 1px dotted #390;
    background: #dfa url('./../images/confirm.gif') no-repeat 20px 10px;
    color: #390;
    margin: auto;
}

.btn-row a.button.btn-success {
    width: 50%;
    margin-bottom: 25px;
}

#content .errors h2, #content .success h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 18px 0 0;
    padding: 0;
}

/* HEADER ------------------------------- */

#header {
    position: relative;
    padding: 20px 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#185a7d), to(#1f73a0));
    background-image: -o-linear-gradient(bottom, #185a7d 0%, #1f73a0 100%);
    background-image: linear-gradient(to top, #185a7d 0%, #1f73a0 100%);
    overflow: hidden;
}

@media only screen and (min-width: 1023px) {
    .content-header {
        width: 1024px;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1043px) {
    .content-header {
        padding: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    .content-header {
        width: 100%;
        flex-direction: column;
    }
}

.content-header {
    display: flex;
    height: 193px;
    margin: 0 auto;
    text-align: center;
}

.title-header {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    margin: auto;
    padding: 0 20px;
}

@media only screen and (min-width: 1023px) {
    .logo-header {
        height: 103px;
        width: 340px;
        min-width: 340px;
        margin: auto 0;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    .logo-header {
        height: 45px;
        width: 150px;
        min-width: 150px;
        margin: 0 auto;
    }
}

.logo-header {
    float: left;
    background: url(./../images/ge-logo-hd.png) no-repeat scroll 0px 0px;
    background-size: contain;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.link-header {
    margin: auto;
}


.link-header img {
    border-radius: 15px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
    max-width: 100%;
}

@media only screen and (max-width: 640px) {
    .content-header img {
        max-width: 90%;
        margin-bottom: 20px;
    }
}


/* -- Menu */
#menu {
    line-height: 17px;
    margin: 5px 0 10px 0;
    text-align: right;
}

#menu .name {
    background: url('./../images/picto_connexion.gif') no-repeat;
    font-weight: bold;
    padding: 3px 0 0 20px;
}

/* CONTENT ------------------------------- */
div.column {
    width: 488px;
}

.box div.column {
    width: 468px;
}

div.left-column {
    float: left;
}

div.right-column {
    float: right;
}

/* -- Box de liens */

@media only screen and (min-width: 1023px) {
    .box {
        width: 90%;
    }
}

@media only screen and (max-width: 1023px) {
    .box {
        width: 90%;
    }
}

.box {
    background-color: #f8f9fa;
    margin: 0 0 10px 35px;
    padding: 10px;
    border: 0;
    font-size: 16px;
}

.box h2 {
    color: #185a7d;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.2;
}

.box p {
    margin: 0 0 5px 0;
}

section label {
    padding: 4px;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 16px;
    display: inline-block;
}

.box p.service {
    background: #E6E6E6;
    padding: 4px;
}

.box p.service a.service-link {
    background: url('./../images/fleche.gif') no-repeat 5px 50%;
    padding-left: 14px;
}

.box p.service a.service-info {
    float: right;
}

.linkbox {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.3;

}

.linkbox form {
    margin-bottom: 5px;
}

.linkbox input {
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline;
    font-family: "Droid Sans", sans-serif;
    font-size: 13px;
    margin: 0;
    padding-left: 0;
    text-align: left;
}

.linkbox input:hover {
    text-decoration: underline;
}

.box .row input.text {
    width: 99%;
}

/* FORMS --------------------------------- */
form label {
    font-weight: bold;
    display: block;
}

div.check input {
    vertical-align: middle;
}

input.text {
    background-color: #E6E6E6;
    border: 0;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 5px;
    width: 100%;
    line-height: 24px;
}

input.text:focus {
    background-color: #E6E6E6;
    box-shadow: none;
}

div.check input.checkbox {
    margin: 3px 3px 3px 4px;
}

.change-user-info {
    margin: auto 0;
    font-size: 14px;
}

textarea.text {
    background-color: #E6E6E6;
    border: 0;
    color: #000;
    font-family: "Droid Sans", sans-serif;
    font-size: 12px;
    padding: 3px;
    width: 98%;
}

input.disabled, texteara.disabled {
    background-color: #f5f5f5;
    color: #666;
}

span.required {
    color: Red;
    cursor: help;
}

.btn-row input.button {
    background-color: #1b82ab;
    border-width: 0;
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
    height: 35px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 30px;
    width: 25%;
    margin-right: 20px;
}

.btn-row a.button {
    line-height: 35px;
    display: inline-block;
    background-color: #1b82ab;
    border-radius: 4px;
    height: 35px;
    padding: 0 30px;
    color: white;
    background-color: #1b82ab;
    border: 0px;
    cursor: pointer;
    font-weight: bold;
    width: 25%;
    font-size: 15px;
    margin-left: 20px;
}

.btn-row .btn-cancel.button {
    border: 1px solid #1b82ab;
    background: none;
    color: #1b82ab;
}

.btn-row .btn-cancel.button:hover {
    background-color: #1b82ab;
}

.btn-row input.button:hover, .btn-row a.button:hover {
    background-color: #1e93c1;
    color: #fff;
    text-decoration: none;
}

div.btn-row {
    text-align: center;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.pwd-reset h3 {
    margin-bottom: 10px;
}

.pwd-strength {
    margin-top: 5px;
}

.modal-dialog {
    max-width: 70%;
/ / permet de centrer la modal qui est aligner a gauche sur petit ecran margin-right: auto;
    margin-left: auto;
}

/* Permet d'avoir une alternance de couleur sur les lignes des tables présentes dans les modals car la valeur de l'opacité par défaut (0.05) ne donne pas le meme rendu que hors de modal */
.modal-dialog .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.07);
}

/* Média pour élargir les popups afin que le champs de recherche généré par datatable ne sorte pas de la popup */
@media only screen and (max-width: 410px) {
    .modal-dialog {
        max-width: 90%;
    }
}

.alert-success {
    background-color: #008600;
    color: #fff;
}

.alert-danger {
    background-color: #db1e26;
    color: #fff;
}

.page-link {
    color: rgb(27, 130, 171) !important;
}

.page-item.previous.disabled .page-link {
    color: #575754 !important;
}

.page-item.next.disabled .page-link {
    color: #575754 !important;
}

.page-item.active .page-link {
    background-color: rgb(27, 130, 171) !important;
    border-color: rgb(27, 130, 171) !important;
    color: #fff !important;
    border: 1px solid black;
}

.btn-submit.btn.btn-primary {
    background-color: #1b82ab;
    border-color: #1b82ab
}

.btn-cancel.btn.btn-outline-primary {
    border: 1px solid #1b82ab;
    background: none;
    color: #1b82ab;
}

.btn-cancel.btn.btn-outline-primary:hover {
    background-color: #1b82ab;
    color: #fff;
}

.alert-dismissible .close {
    padding: 0.50rem 1.25rem;
}

/* FOOTER ------------------------------- */
#footer {
    position: relative;
    height: 200%;
    background-color: #373535;
    color: #fff;
    clear: both;
    font-size: 13px;
    line-height: 1.3;
    padding: 10px;
}

@media only screen and (max-width: 1023px) {
    #logo {
        margin-bottom: 20px;
    }
}

#logo {
    float: left;
    background: url(./../images/logo_ge_w200.png) no-repeat scroll 0px 0px;
    height: 61px;
    width: 200px;
    margin-right: 10px;
}

#footer h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
}

@media only screen and (max-width: 1023px) {
    #footer .address {
        border-right: none !important;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 640px) {
    #footer .address.address {
        margin-right: 0px;
        padding-right: 0px;
    }
}

#footer .address {
    float: left;
    border-right: 1px solid #e6e6e6;
    margin-right: 10px;
    padding-right: 40px;
}

#footer #address3 {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
}

@media only screen and (max-width: 1023px) {
    #footer #contact {
        margin-left: 0px !important;
    }
}

#footer #contact {
    margin-left: 210px;
    padding-top: 10px;
}

#footer #contact a {
    font-weight: normal;
    color: #5e9fca;
}

#footer #contact p {
    margin-top: 5px;
}

#footer #cnil {
    border-top: 1px solid #e6e6e6;
    margin-top: 5px;
}

@media only screen and (min-width: 1043px) {
    .content-footer {
        width: 1024px;
    }
}

@media only screen and (max-width: 1023px) {
    .content-footer.content-footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-top: 0px;
    }
}

.content-footer {
    margin: 0 auto;
    padding-top: 20px;
}

@media only screen and (max-width: 1023px) and (min-width: 640px) {
    .adress-wrapper.adress-wrapper {
        flex-direction: row;
        justify-content: space-between;
    }
}

.adress-wrapper {
    flex-direction: column;
}

.btn-france-connect {
    background-color: #4e76ae;
    border: 0px;
    cursor: pointer;
    display: block;
    width: 230px;
    height: 60px;
    margin: 16px auto 0 auto;
    background-image: url('./../images/franceconnect-bouton.png');
    background-repeat: no-repeat;
    background-position: center;
}

.btn-france-connect:hover {
    background-color: #4e76ae;
    border: 0px;
    cursor: pointer;
    display: block;
    width: 230px;
    height: 60px;
    margin: 16px auto 0 auto;
    background-image: url('./../images/franceconnect-bouton-hover.png');
    background-repeat: no-repeat;
    background-position: center;
}

.france-connect-label {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.france-connect-about {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 13px;
}

/*Theme refonte*/

* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

.cnx-container {
    padding: 0 20px;
}

@media (min-width: 760px) {
    .cnx-container {
        max-width: 1400px;
        margin: auto;
    }
}

.small-container {
    padding: 0 20px;
}

@media (min-width: 760px) {
    .small-container {
        max-width: 624px;
        margin: auto;
    }
}

.header {
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
}

@media (min-width: 760px) {
    .header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        min-height: 116px;
    }
}

.right-header {
    display: flex;
    flex-direction: column;
}

@media (min-width: 760px) {
    .right-header {
        flex-direction: row;
    }
}

.left-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 16px
}

.form-container {
    background-color: var(--primaryColor, #191998);
    color: white;
}

.footer-rge {
    background: #EFEBE9;
    width: 100%;
    position: absolute;
    bottom: 0;
}

button {
    border: none;
    cursor: pointer;
}

.primary {
    background-color: #FFC94F;
    color: var(--primaryColor, #191998);
    padding: 20px 0;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    border: none;
}

.secondary {
    background-color: #FFFFFF;
    color: var(--primaryColor, #191998);
    padding: 16px;
    margin-top: 16px;
    font-family: 'Exo';
    font-style: normal;
    margin-right: 16px;
    border: solid;
    border-width: 1px;
    font-size: 16px;
}

@media (max-width: 760px) {
    .secondary {
        width: 100%;
    }
}

.ternary {
    background-color: var(--primaryColor, #191998);
    color: white;
    padding: 20px 0;
    width: 100%;
    margin-top: 16px;
    font-family: 'Exo';
    font-size: 16px;
    font-weight: bold;
}

.blank-div {
    height: 48px;
}

@media (min-width: 760px) {
    .blank-div {
        height: 200px;
    }
}

.login-form-title {
    display: flex;
    justify-content: center;
    color: white;
    font-size: 28px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 33px;
    font-weight: bold;
}

.login-form-title-region {
    display: flex;
    justify-content: center;
    color: white;
    font-size: 28px;
    padding-top: 32px;
    padding-bottom: 32px;
    line-height: 33px;
    font-weight: bold;
}

.new-account-title {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 28px;
    color: var(--primaryColor, #191998);
    font-weight: bold;
}

#link-pwd-reset {
    color: white;
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

#link-pwd-reset-blue {
    color: var(--primaryColor, #191998);
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

#passwordManagementForm {
    display: flex;
    justify-content: end;
}

.logo-rge {
    margin-right: 24px;
}

.wrapper {
    background-color: white;
    min-height: 100vh;
    padding-bottom: 150px;
    position: relative;
}

@media (min-width: 760px) {
    .wrapper {
        padding-bottom: 200px;
    }
}

.img-logo-rge {
    background: url(./../images/logo-RGE-mobile.png) no-repeat scroll 0px 0px;
    width: 130px;
    height: 40px;
    background-size: 118px;
    margin-right: 8px;
}

@media (min-width: 760px) {
    .img-logo-rge {
        background: url(./../images/logo-RGE-desktop.png) no-repeat scroll 0px 0px;
        width: 130px;
        height: 40px;
        background-size: 118px;
    }
}

.access-type {
    font-family: 'Exo';
    font-style: normal;
    font-size: 19px;
}

.separator {
    opacity: 0.2;
    border: 1px solid #000;
    transform: rotate(90deg);
    width: 39px;
}

@media (min-width: 760px) {
    .separator {
        opacity: 0.2;
        border: 1px solid #000;
        transform: rotate(90deg);
        width: 59px;
    }
}

.footer-rge .cnx-container {
    display: flex;
    flex-direction: column;
}

@media (min-width: 760px) {
    .footer-rge .cnx-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 20px;
    }
}

@media (min-width: 760px) {
    .footer-left {
        display: flex;
    }
}

.footer-left-element {
    font-family: 'Exo';
    color: #000000;
    font-size: 16px;
}

@media (max-width: 760px) {
    .footer-left-element {
        padding-top: 16px;
    }
}

.footer-left-element a {
    color: #000000;
}

@media (min-width: 760px) {
    .footer-left-element:nth-of-type(1) {
        margin-right: 50px;
    }
}

.footer-right-element {
    font-family: 'Roboto';
    color: #000000;
    font-size: 16px;
}

@media (max-width: 760px) {
    .footer-right-element {
        padding-top: 16px;
        padding-bottom: 8px;
    }
}

.pwd-input {
    display: flex;
}

.pwd-input i {
    margin-left: -30px;
    margin-top: 26px;
    cursor: pointer;
    color: #000000;
}

.form-container-reset-pwd {
    background-color: var(--primaryColor, #191998);
    color: white;
}

.small-container-pwd-reset {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 760px) {
    .small-container-pwd-reset {
        max-width: 624px;
        margin: auto;
    }
}

.reset-pwd {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reset-pwd-title {
    margin-top: 32px;
    margin-bottom: 16px;
    font-family: 'Roboto';
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

.reset-pwd-text {
    margin-top: 16px;
    margin-bottom: 32px;
    font-family: 'Roboto';
    font-size: 24px;
    opacity: 80%;
    line-height: 1;
}


.small-container-pwd-reset-cancel {
    display: flex;
    justify-content: end;
    padding: 0 20px;
    color: var(--primaryColor, #191998);
    margin-top: 34px;
    font-family: 'Exo';
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 760px) {
    .small-container-pwd-reset-cancel {
        max-width: 624px;
        margin: 34px auto;
    }
}

.small-container-pwd-reset-cancel a {
    cursor: pointer;
}

.pwd-reset-sent {
    font-family: 'Roboto';
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pwd-reset-sent-title {
    color: #FFFFFF;
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.pwd-reset-sent-text1 {
    margin-bottom: 8px;
    font-size: 16px;
    opacity: 80%;
    line-height: 24px;
    text-align: center;
}

.pwd-reset-sent-email {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    opacity: 80%;
    line-height: 24px;
    text-align: center;
}

.pwd-reset-new {
    font-family: 'Roboto';
}

.pwd-reset-new-title {
    color: #FFFFFF;
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: bold;
}

.pwd-reset-new-text {
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 24px;
    opacity: 80%;
}

.pwd-new-instructions {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: normal;
    opacity: 87%;
}

.pwd-new-instructions ul {
    list-style: disc;
    margin-top: 16px;
}

.pwd-new-instructions li {
    list-style: disc;
    padding-bottom: 16px;
}

.pwd-reset-new-header div {
    line-height: 120%;
    text-align: center;
}

.pwd-reset-success-text1 {
    margin-bottom: 32px;
    font-size: 16px;
    opacity: 80%;
}

.pwd-form-connect {
    margin-bottom: 16px;
}

.pwd-forgot-button {
    display: flex;
    align-items: center;
}

.registration-title {
    text-align: center;
    margin-top: 16px;
    font-family: 'Roboto';
    font-size: 28px;
    color: white;
    font-weight: bold;
    line-height: 33px;
}

.registration-form input:not([type=checkbox]) {
    margin-top: 16px;
    height: 55px;
}

.gestion-form section, .registration-form section {
    position: relative;
}

.gestion-form section i, .registration-form section i {
    position: absolute;
    color: black;
    width: 24px;
    right: 8px;
    top: 34px;
    font-size: 16px !important;
    cursor: pointer;
}

.gestion-title {
    color: #FFFFFF;
    margin-top: 24px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.gestion-text1 {
    font-size: 16px;
    opacity: 80%;
    line-height: 24px;
    text-align: center;
}

.gestion-form {
    display: flex;
    flex-direction: column;
    margin: 32px 0 16px 0;
    font-family: 'Roboto';
    justify-content: space-between;
}

@media (min-width: 760px) {
    .gestion-form {
        flex-direction: row;
    }

    .gestion-form > div + div {
        margin-left: 16px;
    }

    .gestion-form > div {
        width: 50%;
    }
}

.gestion-form > div {
    flex-grow: 1;
}

.gestion-form section {
    position: relative;
}

.gestion-form label {
    position: absolute;
    color: #00000060;
    font-size: 12px;
    font-weight: 400;
    top: 20px;
    left: 5px;
    margin-top: 0;
}

.gestion-form input {
    margin-top: 16px;
    height: 55px;
    border-radius: 3px;
    padding-top: 18px;
    padding-bottom: 0px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 700;
}

.gestion-form input[disabled] {
    color: rgba(0, 0, 0, 0.6);
}

.gestion-form .required-input-label::after {
    display: block;
    position: absolute;
    width: 6px;
    height: 8px;
    content: "*";
    color: #cb4b4b;
    top: 3px;
    right: -5px;
}

.form-container-gestion-account {
    background-color: white;
    margin-top: 50px;
}

.gestion-account {
    margin-top: 24px;
}

.gestion-account > section {
    position: relative;
}

.gestion-account h2 {
    font-weight: 700;
    font-size: 28px;
    color: #333333;
    margin-bottom: 30px;
}

.gestion-account .table {
    border: 0;
    border-top: 2px solid var(--primaryColor, #191998);
}

.gestion-account .table thead th {
    border: 0;
    background: #F5F5F5;
    vertical-align: middle;
    padding: 16px;
}

.gestion-account table.table tbody tr td {
    border: 0;
    border-bottom: 1px solid #D7DFE4;
    padding: 16px;
}

.gestion-account table.dataTable thead th::before,
.gestion-account table.dataTable thead th::after {
    transform: translateY(50%);
    top: -8px;
}

.gestion-account #account-federation_wrapper {
    margin-bottom: 60px;
}

.gestion-account #account-federation_filter,
.gestion-account #dataTable_filter {
    position: relative;
}


@media (min-width: 760px) {
    .gestion-account #account-federation_filter,
    .gestion-account #dataTable_filter {
        position: absolute;
        top: -12px;
        right: 0;
    }
}

.gestion-account #account-federation_filter label,
.gestion-account #dataTable_filter label {
    margin: 0;
    padding: 0;
}

.gestion-account label::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-8px);
    font-size: 16px;
}


.gestion-account input.form-control {
    padding: 16px;
    background: #f9f9f9;
    border: 1px solid #D1CFCD;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    height: 55px;
}

.gestion-account input.form-control::placeholder {
    color: rgba(0, 0, 0, .6);
    opacity: 1;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    top: 50% !important;
    transform: translateY(-8px);
}

#accountInfos .btn-row .container {
    display: flex;
    justify-content: flex-end;
}

#accountInfos input.btn-submit {
    margin-right: 0;
    padding: 20px 0;
    border-radius: 0;
    background: var(--primaryColor, #191998);
    font-family: "Exo", sans-serif;
    font-weight: 700;
    text-align: center;
    width: 225px;
}

#accountInfos a.btn-cancel {
    margin-right: 0;
    padding: 20px 0;
    border-radius: 0;
    background: white;
    font-family: "Exo", sans-serif;
    font-weight: 700;
    border: 1px solid var(--primaryColor, #191998);
    color: var(--primaryColor, #191998);
    text-align: center;
    width: 225px;
}

.form-control:focus-visible {
    text-shadow: none;
}

.accept-data-policy-label {
    display: inline;
}

.gestion-success-title {
    color: #FFFFFF;
    margin-top: 16px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.gestion-success-text1 {
    color: #FFFFFF;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.form-container-gestion-form {
    padding: 16px 0;
    background-color: var(--primaryColor, #191998);
    color: white;
}

.small-container-gestion-form {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 760px) {
    .small-container-gestion-form {
        max-width: 624px;
        margin: auto;
    }
}
