.left-side h1 .h1-title {
    font: normal normal bold 2.4rem/3.6rem Roboto;
    letter-spacing: 0.24px;
    color: #001230;
    text-align: left;
}
.left-side h1::after {
    width: 6rem;
    border-top: .6rem solid #0267C1;
    display: block;
    content: '';
    margin-top: 1rem;
    margin-bottom: 3rem;
}

main :not(.left-side)>h1 .h1-title {
    font: normal normal normal 1.8rem/2.4rem Roboto;
    color: #000000;
}

main :not(.left-side)>h1 .h1-subhead {
    font: normal normal normal 1.6rem/2.7rem 'GT Pressura Light';
    color: #000000;
    text-transform: uppercase;
}

main :not(.left-side)>h1.section-title {
    margin-top: 3rem;
}

.right-side {
    width: 48.5rem; 
    background: #FFFFFF 0% 0% no-repeat padding-box; 
    box-shadow: .5rem 1rem 1.5rem #00123029; 
    border-radius: 2.5rem;
}

.signup-tabs {
    display: flex;
    flex-direction: column;
    
}
.signup-tabs ul {
    margin: 3rem auto 3rem auto; 
    width: -webkit-max-content;
    width: max-content;
    border: 0.05rem solid #001230; 
    border-radius: 2.8rem;
    font-weight: normal;
}
_:-ms-fullscreen, :root .signup-tabs ul {
    display: -ms-inline-flexbox;
    -ms-flex-item-align: center;
}

.signup-tabs .nav-item:first-child {
    margin-right: 0.6rem;
}
.signup-tabs .nav-link {
    border-radius: 2.8rem;
    padding: 0.8rem 1.4rem;
    border: 0.2rem solid white;
}

.signup-tabs .nav-link.active {
    background: #0267C1 0% 0% no-repeat padding-box;
    color: #FFFFFF;
}
.signup-tabs .nav-link:not(.active) {
    color: #000000;
}

.signup-tabs .tab-content > .tab-pane {
  display: block;
  visibility: hidden;
  width: 100%;
  margin-right: -100%;
}

.signup-tabs .tab-content > .tab-pane h2 {
    margin: 0.9rem auto 4rem;
    font: normal normal 300 16px/24px Roboto;
}

.signup-tabs .tab-content > .tab-pane h3,
.signup-tabs h3 a span.ej-create-account{
    font: normal normal normal 16px/24px Roboto;
    display: block;
    margin: 0 auto 1.5rem;
}

.signup-tabs h3 a:hover{
    text-decoration: none;
}
.signup-tabs .tab-content > .active {
  visibility: visible;
}

.signup-tabs .tab-content {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
}

.signup-tabs .tab-content form {
    margin: 0 4rem 5rem;
}

.signup-tabs button {
    width: 100%;
}

.signup-tabs a {
    font: normal normal 300 1.4rem/2.1rem Roboto;
    cursor: pointer;
    color: #001230;
}

.signup-tabs #inscription_locale a {
    text-decoration: underline;
}

.signup-tabs a.small,
.signup-tabs .small a {
    font: normal normal normal 1.3rem/2rem Roboto;
    color: #212121;
}

.ej-external-login,
.ej-create-account-icon {
    display: flex;
    justify-content: center;
}

.ej-external-login a,
.ej-create-account-icon {
    background: #0267C1 0% 0% no-repeat padding-box;
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 1rem 1rem;
}
.ej-external-login i {
    color: white;
    font-size: 1.5rem;
}

.ej-create-account-icon i {
    color: white;
    font-size: 1.9rem;
    margin-left: 0.5rem;
}

.ej-partner-login {
    background: #F6F7F8 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 2.5rem 2.5rem;
    padding: 1.5rem 5rem;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
}
.ej-partner-login a:not(:last-child) {
    margin-bottom: 0.5rem;
}
.ej-partner-login a {
  display: block;
  text-decoration: none;
}
.ej-partner-login a::after {
    content: "\f178";
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    margin-left: 1rem;
    transition: all ease-out 0.4s;
}

.ej-partner-login a:hover::after {
    margin-left: 2rem;
}

.seperator-text {
    margin: 3rem 0;
    font-weight: normal;
    color: #212121;
    display: flex;
    flex-direction: row;
}

.seperator-text:before, .seperator-text:after{
  content: "";
  flex: 1 1;
  border-bottom: 0.5px solid #707070;
  margin: auto;
}
.seperator-text:before {
  margin-right: 1rem;
}
.seperator-text:after {
  margin-left: 1rem;
}

.signup-cadre {
    border: 0.5px solid #C9C9C9;
    border-radius: 1.5rem;
    margin: 2rem 4rem;
    padding: 1.7rem 2.2rem 2.2rem;
    text-align: center;
    font-weight: normal;
    display: flex;
    flex-direction: column;
}

.signup-cadre:hover {
    background: #E6F3FF 0% 0% no-repeat padding-box;
    border-color: #E6F3FF;
    text-decoration: none;
}

.signup-cadre .btn {
    font: normal normal normal 1.4rem/2.1rem Roboto;
    color: #FFFFFF;
    background: #0267C1 0% 0% no-repeat padding-box;
    border-radius: .5rem;
    padding: 0.6rem 1.7rem;
    min-width: 16rem;
    border: none;
}

.right-content {
    padding: 0 6rem 2rem;
}

.mentions-legales-form {
    font: normal normal 300 1.2rem/1.4rem Roboto; 
    color: #212121;
}

@media screen and (max-width: 767.98px) {
   
    .right-side {
        width: 37rem; 
        margin: 2rem  auto;
    }
    
    .signup-tabs a {
        font: normal normal 300 1.4rem/1.6rem Roboto;
        cursor: pointer;
        color: #001230;
    }

    .mentions-legales-form a {
        font: normal normal 300 1.2rem/1.4rem Roboto;
    }

    .signup-partner {
        display: flex;
        flex-direction: column;
    }
    
    .right-content {
        padding: 0 3rem 2rem;
    }
    
    .signup-tabs .tab-content form {
        margin: 0 3rem 5rem;
    }

}