body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui; /*background-color: #f7f7f7;*/
}

.alignC {
    text-align: center;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.h130 {
    height: 130px;
}

.bordeRight {
    border-right: 2px solid #870364;
}

.s14 {
    font-size: 14px;
}

.blocktilePrimary {
    width: 100%;
}

.titleSecondary {
    text-align: center;
    margin-bottom: 70px;
}

.headerConnect {
    padding: 0px 0px 20px;
    margin-top: 5%;
}

.contact {
    margin: 15px auto 0px;
    width: 49%;
}

.mail-infos {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #1D2226;
}

.mail-infos img {
    margin-top: 2px;
    margin-left: -22px;
}

.col-right, .col-left {
    height: 100vh;
    vertical-align: top;
}

.col-right {
    position: relative;
    display: inline-block;
    width: 100%;
}

.block50 {
    position: relative;
    display: inline-block;
    width: 49%;
}

.access {
    max-width: 1024px;
    margin: auto;
    padding: 15px;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.footerConnect {
    padding: 5px 0px;
    bottom: 0;
    width: 100%;
    position: relative;
}

.footerConnect a {
    font-size: 14px;
    text-decoration: none;
    color: #1D2226;
    margin-right: 15px;
}

.footerConnect a:hover {
    font-size: 14px;
    text-decoration: underline;
    color: #1D2226;
    margin-right: 15px;
}

.footerConnect p {
    font-size: 13px;
}

.footerConnect hr {
    max-width: 120px;
    margin: 0px auto;
}

.footer-links {
    border-top: 4px solid #870364;
    padding: 6px;
}

.footerConnect .logo-pre-footer {
    display: inline-block;
    max-width: 100px;
    margin-right: 15px;
}

.footerConnect .mentions {
    display: inline-block;
    text-align: left;
}

h1.titlePrimary {
    color: #870364;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    margin: 15px auto;
    max-width: 800px;
}

h1.titlePrimary span {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}

p.titleSecondary {
    text-align: center;
    max-width: 480px;
    color: #1d2226;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    margin: 30px auto 30px auto;
}

p.poso {
    font-weight: 500;
}

p.subTextCustom {
    font-size: 14px;
    letter-spacing: 1px;
    color: #195ca9;
    text-align: center;
    margin: 0px auto 55px auto;
    line-height: 1.4;
}

p.subtitlePrimary {
    font-size: 12px;
    max-width: 800px;
    margin: auto;
}

h3.tilteForm {
    font-size: 16px;
    color: #1d2226;
    font-weight: 400;
    margin-bottom: 30px;
}

.linkFirstRegistration {
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    background-color: #870364;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 7px;
    position: relative;
    font-family: system-ui;
}

div.verifyOTP {
    padding: 10px 10px;
    display: flex;
    justify-content: center;
}

div.verifyOTP span {
    text-decoration: none;
    color: #ffffff;
    background-color: #870364;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 7px;
    position: relative;
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    max-width: 180px;
    width: 100%;
}

.forgot, .forgot:hover, .forgot:visited {
    font-size: 11px;
    color: #1d2226;
    text-decoration: none;
}

/* Pages de connexion */
#connection .headerConnect {
    margin-top: 4%;
}

#connection .access .numvert {
    display: block;
    margin: auto;
}

#connection .access h2 {
    font-size: 18px !important;
    text-align: center;
    color: #870364;
}

#connection .access h3 {
    text-align: center;
    color: #1d2226;
    margin: 10px 0px;
    font-size: 16px;
}

#connection .access h3 span {
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}

#connection .access p.textfirstregistration {
    font-size: 12px;
    max-width: 300px;
    margin: auto;
    padding: 20px 0px;
}

#connection .access .titleSecondary {
    color: #1d2226;
    font-size: 14px;
    font-weight: 400;
    margin: 10px auto 20px auto;
    max-width: 490px;
}

#connection .access input[type=text], #connection .access input[type=password] {
    display: block;
    margin: auto auto 10px auto;
    padding: 8px;
    box-sizing: border-box;
    width: 50%;
}

#connection .access label {
    font-size: 12px;
    margin: auto auto 15px auto;
}

#connection .access .linkFirstRegistration {
    display: block;
    border: none;
    margin: 15px auto;
    max-width: 230px;
    width: 100%;
    text-align: center;
}

#connection .infos-connect {
    max-width: 1200px;
    display: block;
    margin: auto;
}

#connection .infos-connect h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 25px auto 4px;
}

#connection .infos-connect p {
    font-size: 14px;
    margin: 0px;
    line-height: 20px;
    color: #444;
}

#connection .loginSso__link {
    display: block;
    max-width: 220px;
    align-items: center;
    margin: 20px auto;
    cursor: pointer;
    padding: 10px;
    border-radius: 7px;
    background-color: #870364;
    color: #fff;
    text-decoration: none;
    font-family: system-ui;
    font-size: 14px;
    font-weight: 600;
}

#connection .loginSso__link img {
    display: block;
    max-width: 220px;
    align-items: center;
}

#connection .loginSeparator {
    width: 100%;
    max-width: 250px;
    margin: 1em auto 1.5em;
    border-bottom: 1px solid #414141;
    line-height: .1em;
}

#connection .loginSeparator__text {
    background: #FFFFFF;
    padding: 6px;
}

#connection .loginSso__icon {
    display: inline-block !important;
}

#connection .form {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin: 0 25%;
}

.accordion {
    background-color: #f5f5f5;
    color: #444;
    cursor: pointer;
    display: block;
    margin: 15px auto 0px;
    max-width: 585px;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

.active, .accordion:hover {
    background-color: #f5f5f5;
}

.panel {
    padding: 15px;
    background-color: #f5f5f5;
    display: none;
    overflow: hidden;
    margin: auto;
    max-width: 556px;
}

.all-contact {
}

.logocontact {
}

.info {
    margin: 0 auto;
    width: 100%;
}

.info div {
    display: flex;
    justify-content: center;
}

.info div p {
    margin-left: 20px;
}

.sub {
    font-size: 12px;
    max-width: 300px;
    margin: auto;
}

/* Page d'attente */

/* OTHERS */
li.feedbackPanelERROR {
    color: red;
    min-height: 16px;
    margin: 0;
    padding-bottom: 5px;
    text-align: center;
}

li.feedbackPanelINFO {
    color: green;
    min-height: 16px;
    margin: 0;
    padding-bottom: 5px;
    text-align: left;
}


@media only screen and (max-width: 1200px) {
    .access {
        max-width: 800px;
    }

    .footerConnect {
        position: relative;
    }
}

@media only screen and (max-width: 959px) {
    .access {
        max-width: 600px;
    }

    .col-right, .col-left {
        width: 100%
    }

    .col-left {
        height: 155px;
        vertical-align: top;
        background-position: right;
    }

    .col-right {
        height: auto;
    }

    .headerConnect {
        padding: 20px 0px;
        margin-top: 0px;
    }

    .footerConnect {
        position: relative;
    }

}



