/* --------------------------------
Groupe Seb - Spinner, chargement de page
delete this once it's inserted in the premium brand css
-------------------------------- */

.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

/* -------------------------------- */
/********* GENERAL ************/
body {
    margin: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: auto;
}
.identity-page-wrap {
    max-width: 600px;
    /* max-width: 450px; */
    position: relative;
}
.identity-page-wrap-smaller-input {
    /* max-width: 600px; */
    max-width: 450px;
    position: relative;
}
.infoLinkBlack {
    font-weight: bold;
    color: black;
    text-decoration-line: underline;
}
span a.infoLinkBlack {
    border-bottom: none;
}
*:focus {
    outline: none;
}
.messages-bloc {
    background-color: transparent;
    margin-bottom: 0;
}
.hide {
    display: none;
}
.separator p {
    background: white;
    z-index: 1;
    padding: 0 3rem;
    font-size: 17px;
    line-height: 1.4;
    color: #4a4a4a;
}

.separator {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
}

.separator::before {
    content: "";
    height: 2px;
    background: #cbcbcb;
    width: 100%;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.link {
    cursor: pointer;
}
.editBackground {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    justify-content: center;
    z-index: 5;
    display: none;
}

.editBackground .editBackgroundInner {
    width: 100%;
    opacity: 0.7;
    height: 100%;
    background-color: white;
}
.toastContainer {
    z-index: 5;
    position: relative;
}
.toastMessage {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
}
a.btn {
    display: block;
}
a.btn-return {
    display: inline-block;
}
.buttons .btn {
    margin: 0.5em;
}
.buttons .btn:last-child {
    margin-right: 0;
}
.buttons .btn-ar:last-child {
    margin-left: 0;
    margin-right: 0.5em;
}
.buttons .btn:first-child {
    margin-left: 0;
}
.buttons .btn-ar:first-child {
    margin-right: 0;
    margin-left: 0.5em;
}
.buttons {
    display: flex;
}
.aboveEditBackground {
    position: relative;
    z-index: 6;
}
.buttonsSection .iconButton:not(:last-child) {
    margin-right: 1rem;
}
.buttonsSection .iconButton-ar:not(:last-child) {
    margin-right: 0rem;
    margin-left: 1rem;
}

.buttonsSection {
    display: flex;
    margin: 1em 0;
}
.iconButton {
    width: 40px;
    height: 43px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.sg-facebook_color {
    background-position: center;
}
.thrashIcon {
    width: 20px;
    height: 20px;
}
a.nav-link {
    display: inline-block;
}
a.resendLink {
    cursor: pointer;
    text-decoration: underline;
}
a.resetPassword {
    cursor: pointer;
    text-decoration: underline;
}
@media only screen and (max-width: 550px) {
    body .account-container {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 835px) {
    .max-input-width-small-screen {
        max-width: 360px;
        margin: auto;
    }
}
/*-------- GENERAL END ---------*/

/********* SPINNER ************/
.withInnerSpinner {
    position: relative;
    opacity: 0.5;
}
#spinnerBackground {
    position: fixed;
}
.innerSpinnerBackground {
    z-index: 5;
    position: absolute;
}
#spinnerBackground,
.innerSpinnerBackground {
    display: none;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
}

#spinnerBackdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.5;
}
/*-------- SPINNER END ---------*/

/********* FORMS ************/
.label-form.empty .datepickerField {
    color: transparent;
}
.mandatoryAsterisk {
    color: #fe0e0e;
}
.fieldWrap .label-form span.mandatoryAsterisk {
    color: #fe0e0e;
    position: static;
    padding: 0;
}
.placeholder-wrap {
    position: relative;
    background: #fff;
    display: flex;
}
.placeholder-wrap .placeholder {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0.5em;
    color: #767676;
    z-index: 9;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 0.8em 1em;
    text-align: left;
}
.placeholder-wrap input {
    background-color: transparent;
    position: relative;
    z-index: 10;
}
.placeholder-wrap input.not-empty ~ .placeholder {
    display: none;
}
.fieldWrap input[type] {
    padding: 1em 1em 0.8em 1em;
    border: 1px solid #d5d5d5;
}
input::-webkit-input-placeholder {
    opacity: 1;
}
.fieldWrap input[type="text"]:focus {
    border-color: #d5d5d5;
}

.bottom-text {
    line-height: 50px;
}

.label-text {
    color: #000;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    font-family: "Roboto";
}
/* Styles pour les mobiles */

.fieldWrap .label-form:not(.empty) input[type],
.fieldWrap .label-form:not(.empty) select {
    padding-top: 1em;
    padding-bottom: 0.8em;
    transition: all 150ms ease;
}
.fieldWrap .label-form:not(.empty) span {
    top: 12px;
    font-size: 11px;
}
.fieldWrap {
    width: 100%;
}
.radio-group {
    display: block;
}
.identity-page-wrap .sg-form input[type]:not([type="radio"]) {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    /*max-width:360px; DNT: to fix responsiveness issues */
}
.identity-page-wrap .input_container {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
input[type].alert,
select.alert {
    border-color: #e4655f;
}
.errorMsg {
    display: none;
    text-align: left;
    font-style: italic;
    margin-bottom: 6px;
}
.mainErrorMsgWrap .mainErrorBody {
    text-align: left;
    font-weight: bold;
    word-break: break-word;
    word-wrap: break-word;
}
.mainErrorMsgWrap .icon {
    margin: 0 1em;
    height: 2em;
    min-width: 2.6em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2em;
}
.mainErrorMsgWrap {
    display: none;
    align-items: center;
    margin: 1rem 0;
}
.identity-page-wrap .btn[disabled] {
    opacity: 0.5;
}
.fieldWrap .label-form span {
    left: 17px;
}
.fieldWrap .label-form.empty span {
    left: 17px;
}
.fieldWrap .label-form span.password-viewer {
    z-index: 10;
    position: absolute;
    width: 37px;
    height: 38px;
    background-size: 80%;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5rem;
}
.fieldWrap .label-form span.password-viewer-ar {
    left: 0.5rem;
    right: auto;
    width: 50px;
    top: 60%;
}
.fieldViewWrap .fieldViewLabelWrap {
    display: flex;
    align-items: center;
}
.fieldViewWrap {
    text-align: left;
}
.fieldViewWrap .questionMarkWrap {
    margin-left: 10px;
}
.fieldWrap .label-form.sg-select span {
    z-index: 0;
    cursor: pointer;
}
.sg-input-wrapper.sg-select.empty select option {
    color: black;
}
.sg-input-wrapper.sg-select.empty select {
    background-color: transparent;
    /*color: transparent;*/
    z-index: 1;
    color: rgba(0, 0, 0, 0);
}
.sg-input-wrapper.sg-select select:focus {
    border: 1px solid black;
}
.sg-input-wrapper.sg-select select {
    width: 100%;
    border-radius: 0;
    padding: 0.8em 1em;
    margin: 0.5em 0;
}
.sg-input-wrapper.sg-select {
    margin: 0;
    width: 100%;
}
.sg-input-wrapper.sg-select::after {
    top: 37%;
}
.formHeader .headerButton {
    width: 40px;
    height: 43px;
    background-repeat: no-repeat;
    text-align: right;
    cursor: pointer;
}
.bottomLine.gray {
    border-bottom: 2px solid #e5e5e5;
}
.bottomLine {
    border-bottom: 2px solid #4a4a4a;
}
.formHeader .account-title {
    text-align: left;
}
.account-title {
    display: block;
}
.incentive-text {
    font-size: 1.5rem;
    padding: 7px 0px;
    text-align: left;
    display: flex;
}
.incentive-paragraph {
    width: 90%;
    margin: auto;
    padding-top: 18px;
}
.incentive-icon {
    width: 1.4rem;
    height: 1.5rem;
    fill: grey;
    margin-right: 5px;
}
.formHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    margin: 1rem 0;
}
.innerForm {
    display: none;
}
.fieldWrap .label-form.sg-select select[disabled] + span {
    cursor: not-allowed;
    color: #848484;
}
select[disabled] + span .mandatoryAsterisk {
    display: none;
}
select[disabled] {
    cursor: not-allowed;
}
.formModeSection {
    display: none;
    margin-top: 2em;
}
p.formModeHelpText {
    margin-bottom: 1rem;
}
.checkboxWrap .checkboxUnchecked {
    display: block;
}
.checkboxWrap .checkboxChecked {
    display: none;
}
.checkboxWrap input:checked ~ div.checkboxUnchecked {
    display: none;
}
.checkboxWrap input:checked ~ div.checkboxChecked {
    display: block;
}
.checkboxWrap input {
    display: none;
}
.checkboxWrap label {
    display: flex;
    align-items: center;
    width: calc(100% - 70px);
}
.checkboxWrap > div {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 30px;
}
.sg-form .sg-input-wrapper.checkboxWrap {
    display: flex;
    margin: 0.5em 0;
    text-align: left;
    align-items: center;
}
.radio-group .sg-input-wrapper.checkboxWrap {
    display: inline-flex;
    margin-right: 15px;
}
.identity-page-wrap .sg-form input[type="checkbox"] {
    width: initial;
}
.checkboxWrap .questionMarkWrap {
    margin-left: 10px;
}
@-moz-document url-prefix() {
    body .sg-select::after {
        display: initial;
    }
}
@media only screen and (max-width: 550px) {
    .fieldWrap .label-form.sg-select:not(.empty) span {
        top: 5px;
    }
    .sg-form input[type],
    input[type],
    .sg-form .sg-input-wrapper {
        margin: 0.5em 0;
    }
    .sg-input-wrapper.sg-select select {
        margin: 0;
        padding: 1em 1em 0.8em 1em;
    }
    .checkboxWrap > div {
        background-size: 25px;
    }
    .fieldWrap .label-form span {
        left: 15px;
    }
    .fieldWrap .label-form:not(.empty) input[type],
    .fieldWrap .label-form:not(.empty) select {
        padding-top: 1.3em;
        padding-bottom: 0.5em;
        transition: all 150ms ease;
    }

    .btn-facebook::before {
        margin-left: 10px;
    }
}
.hideMarkerSign {
    pointer-events: none;
    color: transparent;
    text-shadow: 0 0 0 black;
}
/*-------- FORMS END ---------*/

/********* INFO BUBBLE ************/
.infobulle.infobulle-gauche span {
    text-align: left;
}
.identity-page-wrap a.infobulle:hover {
    background-position: top center;
}
.identity-page-wrap a.infobulle {
    cursor: pointer;
    background-position: top center;
    height: 40px;
}
/* a.infobulle.isOpen:before {
    content: '';
    background:transparent;
    color: transparent;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: auto;
} */
a.infobulle span {
    box-shadow: 1px 1px 14px 2px #9b9b9b;
    cursor: auto;
}
a.infobulle span .profilingInfoLink {
    cursor: pointer;
}
.flex-container .infobulle:hover span,
.questionMarkWrap .infobulle:hover span {
    bottom: auto;
    top: 25px;
}
.questionMarkWrap .infobulle span {
    left: -108px;
    width: 240px;
    text-align: center;
}
span a.infobulle {
    border-bottom: none;
}
.fieldViewWrap .questionMarkWrap a.infobulle {
    width: 20px;
    height: 20px;
}
@media only screen and (max-width: 768px) {
    .infobulle {
        width: 25px;
        height: 30px;
    }
    .flex-container .infobulle:hover span,
    .questionMarkWrap .infobulle:hover span {
        top: 18px;
    }
}
/*-------- INFO BUBBLE END ---------*/

/********* ADDRESS DISPLAY ************/
.addressWrap.mainAddress {
    background-color: #f7f7f7;
}
.addressWrap p {
    margin-bottom: 0;
    text-align: left;
}
.addressWrap .toastContainer p {
    text-align: center;
}
.addressWrap .lowerSection button {
    padding-top: 0;
    padding-bottom: 0;
}
.addressWrap .lowerSection {
    text-align: left;
}
.addressWrap .upperSection {
    display: flex;
    justify-content: left;
    flex-flow: column;
}
.addressWrap {
    background-color: white;
    padding: 1em 1.5em;
}
.addressTitle {
    color: #ada9a9;
    font-weight: normal;
}
.focused .forTransition {
    margin: 0 -0.5rem;
}
/*-------- ADDRESS DISPLAY END ---------*/

/********* PRODUCT DISPLAY ************/
.deleteHelpSection {
    display: flex;
    align-items: center;
}
.deleteHelpSection .textWrap {
    font-weight: bold;
}
.deleteHelpSection .thrashWrap {
    padding-right: 1rem;
    font-size: 2rem;
}
.product-container .buttonsWrap .buttons {
    margin-bottom: 30px;
}
.product-container .buttonsWrap button {
    margin-bottom: 0;
}
.product-container .buttonsWrap {
    display: none;
}
.product-container .deleteHelpSectionWrap {
    margin: 0 30px;
    display: none;
}
.product-container .deleteHelpSection {
    display: flex;
}
.product-container .editMode {
    display: none;
}
.product-container .buttons {
    margin: 0 30px;
    display: flex;
}
.product-txt .typo-product-elements {
    word-break: break-all;
}
.product-txt {
    margin-right: 30px;
}
.product-txt,
.product-txt p,
.product-txt h1 {
    text-align: left;
}
.product-container h1 a {
    color: #4a4a4a;
}
.product-container .product-img {
    float: none;
    max-width: -webkit-fill-available;
    min-width: 204px;
}
.upperSection {
    display: flex;
}
@media only screen and (max-width: 580px) {
    .product-container .product-img {
        width: 100%;
        text-align: center;
        display: block;
    }
    .product-container .upperSection {
        display: flex;
        flex-direction: column;
    }
    .product-txt {
        margin-right: 20px;
    }
    .product-container .buttons {
        margin: 0 20px;
    }
    .product-container .buttonsWrap .buttons {
        margin-bottom: 20px;
    }
    .product-container .deleteHelpSectionWrap {
        margin: 0 20px;
    }
}
/*-------- PRODUCT DISPLAY END ---------*/

/********* PROFILING CHECKBOX BLOCK ************/
.checkboxBlock .flex-container.flex-1 {
    margin-left: 0;
    margin-top: 0;
}

.checkboxBlock .flex-container.flex-1 * {
    margin-left: 0;
}

.checkboxBlock .flex-container {
    align-content: initial;
}
.checkboxBlock {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: unset;
}
/*-------- PROFILING CHECKBOX BLOCK END ---------*/

/********* MYNEWSLETTERS BLOCK ************/
.checkboxBlockNewsletter .flex-container.flex-1 {
    margin-left: 0;
}

.checkboxBlockNewsletter .flex-container.flex-1 * {
    margin-left: 0;
}

.checkboxBlockNewsletter .flex-container {
    align-content: initial;
}
.checkboxBlockNewsletter {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
/*-------- MYNEWSLETTERS BLOCK END ---------*/

/********* LOGOS COMPONENT ************/
.brandsImagesWrap {
    display: block;
    padding: 1em 1rem;
}
.brandsImagesWrap .textWrap {
    width: 100%;
    padding: 0px 3em;
}
.brandsImagesWrap .upperText input {
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
}
.brandsImagesWrap .upperText {
    display: flex;
    width: 100%;
    justify-content: center;
}
.brandsImagesWrap .brandsImagesCloseWrap {
    height: 44px;
    width: 44px;
    cursor: pointer;
    position: absolute;
    top: 1em;
    right: 1em;
    background-color: transparent !important;
}
.closeImagesWrap {
    width: 44px;
    height: 44px;
}
.brandsImagesWrap .linkBtn {
    margin-top: 0.5rem;
}
.brandsImages .imgWrap {
    width: 20%;
    text-align: center;
}
@media only screen and (max-width: 835px) {
    .brandsImages .imgWrap {
        width: 25%;
        text-align: center;
    }
}
.brandsImages {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px;
    width: 100%;
    margin: auto;
}
.logosText {
    display: block;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 18px;
    font-size: 1.4rem;
    text-align: center;
}
.moreInfoWrap .btn-account {
    font-size: inherit;
}
.moreInfoWrap {
    width: 100%;
    text-align: center;
    display: block;
}
.brandsImagesCloseWrap div {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}
.logosText .typo-error {
    font-size: inherit;
}
.secondary-grey.brandsImagesWrap {
    border: none;
}
@media only screen and (max-width: 550px) {
    .brandsImagesCloseWrap div {
        width: 20px;
        height: 20px;
    }
}
/*-------- LOGOS COMPONENT END ---------*/

/********* FOOTER COMPONENT ************/
.footerWrap {
    display: flex;
    align-items: center;
    margin-bottom: 2em;
    padding-top: 1rem;
}
.footerWrap > div > div {
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
}
.footerWrap > div {
    padding: 1.5em;
}
.footerWrap > p {
    text-align: justify;
}
@media only screen and (max-width: 768px) {
    .footerWrap .sg-info-grey {
        height: 30px;
        width: 30px;
    }
}
/*-------- FOOTER COMPONENT END ---------*/

/********* LOGIN PAGE ************/
.right-to-left {
    direction: rtl;
}
.btn.btn-outline.btn-margin {
    margin: 0.5em auto;
}
.login-wrap .resendLink {
    cursor: pointer;
    text-decoration: underline;
}
.login-wrap .resetPassword {
    cursor: pointer;
    text-decoration: underline;
}
.login-wrap .forgotPasswordWrap {
    text-align: right;
}
.login-wrap .separator {
    margin-top: 1em;
}
.login-wrap .logosWrap {
    padding: 1rem;
    display: block;
}
.login-wrap .logosWrap .new {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.login-wrap .withMessages .footer {
    display: none;
}
.login-wrap .withMessages .logosWrap {
    display: none;
}
.login-wrap .withHeader .returnButton {
    display: none;
}
.login-wrap .brandsImagesWrap {
    padding-top: 0;
    padding-bottom: 0;
}
.login-wrap .existingAccountToast .brandsImagesWrap {
    padding-bottom: 0;
}
.login-wrap .existingAccountToast {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}
.login-wrap .existingAccountToast .toastContainer {
    padding-bottom: 0;
}
.login-wrap button.btn-password {
    padding: 0;
    margin-bottom: 0.6em;
}
.login-wrap button.btn-password::before {
    display: none;
}
.login-wrap .logosWrap.secondary-grey {
    background-color: #f1f1f1;
    border: none;
}
.login-wrap .forgotPasswordWrap .btn-password {
    font-size: inherit;
}
@media only screen and (min-width: 835px) {
    .login-wrap .withHeader .separator {
        display: none;
    }
    .login-wrap .withHeader .section {
        width: 50%;
        display: block;
        /* max-width: 600px; */
        max-width: 406px;
    }
    .login-wrap .withHeader .identity-page-wrap {
        max-width: none;
        margin-top: 1em;
    }
    .login-wrap .withHeader .formWrap {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .login-wrap .withHeader .section:nth-child(2) {
        border-left: 1px solid #cbcbcb;
        padding-left: 45px;
    }
    .login-wrap .withHeader .section-ar:nth-child(2) {
        border-left: none;
        padding-left: 0px;
        border-right: 1px solid #cbcbcb;
        padding-right: 45px;
    }
    .login-wrap .withHeader .section:first-child {
        border-right: 1px solid #cbcbcb;
        padding-right: 45px;
    }
    .login-wrap .withHeader .section-ar:first-child {
        border-left: 1px solid #cbcbcb;
        padding-left: 45px;
        border-right: none;
        padding-right: 0px;
    }
}

/*-------- LOGIN PAGE END ---------*/

/********* REGISTRATION PAGE ************/
.registration-wrap .identity-page-wrap .nameWrap > :first-child {
    margin-right: 0.5rem;
}

.registration-wrap .identity-page-wrap .nameWrap > :last-child {
    margin-left: 0.5rem;
}

.registration-wrap .nameWrap > * {
    width: 100%;
}
.registration-wrap .nameWrap {
    display: flex;
    width: 100%;
}

.registration-wrap .sg-input-wrapper.checkboxWrap {
    margin-top: 0;
}
.registration-wrap .captcha .g-recaptcha {
    display: flex;
    justify-content: center;
}
.registration-wrap .captcha {
    width: 100%;
    text-align: center;
}
.registration-wrap .messages-bloc {
    margin-bottom: 0;
}
.registration-wrap .successPageWrap {
    display: none;
}
.registration-wrap .brandAndButton {
    display: none;
}
.registration-wrap .optinPageWrap {
    display: none;
}
.registration-wrap .emailVerificationPage {
    display: none;
}
.registration-wrap .optinPageWrap h1 {
    margin-top: 1rem;
}
.registration-wrap .optinPageWrap .brandsImagesWrap {
    padding: 0 1rem;
}
.registration-wrap .sectionWrap {
    text-align: center;
}
.registration-wrap .emailVerificationPage .messages-bloc {
    padding-bottom: 0;
}
.registration-wrap .successPageWrap .messages-bloc {
    padding-bottom: 0;
}
@media only screen and (max-width: 550px) {
    .registration-wrap .captcha {
        max-width: 360px;
        display: inline-block;
    }
}
/*-------- REGISTRATION PAGE END ---------*/

/********* MY ACCOUNT PAGE ************/
.my-account-wrap .mainForm {
    text-align: left;
}
.my-account-wrap .fieldBlock {
    margin: 1em 0px;
}
.my-account-wrap .connectedViaFacebook .iconWrap {
    color: #4267b2;
    font-size: 3rem;
    margin-right: 10px;
}
.my-account-wrap .connectedViaFacebook {
    display: flex;
    align-items: center;
    margin: 1em 0;
    text-align: left;
}
.my-account-wrap div.formHeader {
    margin: 0;
}
.my-account-wrap .sg-form .sg-input-wrapper.checkboxWrap {
    margin: 1em 0;
}
.my-account-wrap .bottomLine.bottom {
    margin-bottom: 1em;
}
.my-account-wrap .bottomLine.top {
    margin-top: 1em;
}
.my-account-wrap .deleteAccountForm .brandsImagesWrap {
    padding: 0 1rem;
}
.my-account-wrap .deleteAccountForm .iconButton {
    display: inline-block;
}
.my-account-wrap .iconButton {
    cursor: initial;
}
.my-account-wrap .deleteAccountForm .btn {
    font-size: 1.7rem;
    padding: 0.9em 0.7em;
}
.my-account-wrap .innerForm .toastContainer {
    padding: 20px 40px;
}
.my-account-wrap .pageWrap {
    display: block;
}
.my-account-wrap .unsubscribe-bloc {
    margin-top: 1em;
}
.my-account-wrap .link {
    font-weight: bold;
}
.my-account-wrap .footerWrap {
    margin-bottom: 1em;
}
/*-------- MY ACCOUNT PAGE END ---------*/

/********* MY INFORMATION PAGE ************/
.my-information-wrap .viewModeForm input {
    border: none;
}
.my-information-wrap .fieldViewWrap {
    margin-bottom: 1em;
}
.my-information-wrap .grey-bloc {
    text-align: left;
}
.my-information-wrap .editModeForm {
    display: none;
}
.my-information-wrap .datepicker.dropdown-menu {
    visibility: hidden;
}
.my-information-wrap .formWrap {
    margin-bottom: 1rem;
}
/*-------- MY INFORMATION PAGE END ---------*/

/********* FORGOT PASSWORD PAGE ************/
.forgot-password-wrap .account-container p.message {
    margin-bottom: 1em;
}
.forgot-password-wrap .account-container p.account-title {
    margin-bottom: 2em;
}
/*-------- FORGOT PASSWORD PAGE END ---------*/

/********* CHANGE PASSWORD PAGE ************/
.change-password-wrap .successPage {
    display: none;
}
.change-password-wrap .policy {
    text-align: left;
    white-space: pre-wrap;
    font-size: small;
}
/*-------- CHANGE PASSWORD PAGE END ---------*/

/********* MY ADDRESSES PAGE ************/
.my-addresses-wrap .addressCompWrap.focused {
    z-index: 6;
    position: relative;
}
.my-addresses-wrap .footerWrap.grey {
    background-color: #f7f7f7;
    padding-top: 0;
    margin-bottom: 0;
}
.my-addresses-wrap .typo-product-infos {
    text-align: left;
}
.my-addresses-wrap .formWrap {
    margin-bottom: 1rem;
}
.my-addresses-wrap .account-container p.innerHeader {
    text-align: left;
}
.my-addresses-wrap .stateWrap {
    display: block;
}
.my-addresses-wrap .addressList {
    display: block;
    margin-bottom: 1rem;
}
.my-addresses-wrap p {
    word-break: break-word;
    word-wrap: break-word;
}
/*-------- MY ADDRESSES PAGE END ---------*/

/********* MY PRODUCTS PAGE ************/
.my-products-wrap .grey-bloc {
    margin-bottom: 15px;
}
.my-products-wrap .productCompWrap.focused {
    z-index: 6;
    position: relative;
}
.my-products-wrap .footerWrap {
    margin-bottom: 0;
    padding-top: 0;
}
.my-products-wrap .datepicker.dropdown-menu {
    visibility: hidden;
}
/*-------- MY PRODUCTS PAGE END ---------*/

/********* FACEBOOK AUTH ERROR PAGE ************/
.facebook-auth-error-wrap .account-container p.message {
    margin-bottom: 2em;
}
/*-------- FACEBOOK AUTH ERROR PAGE END ---------*/

/********* EMAIL LINK CONFIRMATION PAGE ************/
.email-link-confirmation-wrap .content {
    display: none;
}
.email-link-confirmation-wrap .brandsImagesWrap {
    padding: 0em 1rem;
}
/*-------- EMAIL LINK CONFIRMATION PAGE END ---------*/
/********* MY NEWSLETTERS PAGE ************/
.my-newsletter-wrap .grey-bloc {
    position: relative;
    z-index: 5;
}

.my-newsletter-wrap #submitButton {
    display: none;
}

.my-newsletter-wrap .confirmationSection {
    text-align: justify;
    display: none;
}

.my-newsletter-wrap p.confirmText {
    margin: 1rem 0;
}

.my-newsletter-wrap .confirmationSection .buttons {
    display: flex;
}

.my-newsletter-wrap .infoLink {
    text-decoration: none;
}
.my-newsletter-wrap .identity-page-wrap .btn {
    margin: 0.5em;
}
.my-newsletter-wrap .sg-input-wrapper-newsletter {
    padding: 0.5em 0;
}
.my-newsletter-wrap .brandListNewsletters {
    width: 35%;
}
.my-newsletter-wrap #submitButton {
    margin: 0;
}
.my-newsletter-wrap .flex-container.flex-2 * {
    cursor: pointer;
}
.my-newsletter-wrap .flex-container.flex-1 * {
    cursor: pointer;
}
body.my-newsletter-wrap {
    text-align: center;
}
.my-newsletter-wrap .bigHeader {
    display: inline-block;
}
@media only screen and (max-width: 510px) {
    .checkbox-label::before {
        width: 20px !important;
        height: 20px !important;
        top: 10px !important;
    }
    .checkbox-label::after {
        width: 20px !important;
        height: 20px !important;
        top: 10px !important;
    }
}
@-moz-document url-prefix() {
    .my-newsletter-wrap .sg-input-wrapper-newsletter {
        padding: 0.9em 0;
    }
}
@media only screen and (max-width: 550px) {
    .my-newsletter-wrap .main {
        padding: 0 10px;
        display: block;
    }
}
@media only screen and (max-width: 550px) {
    .my-newsletter-wrap .brandListNewsletters {
        width: 50%;
    }
}
/*-------- MY NEWSLETTERS PAGE END ---------*/

/********* ACCOUNT DELETED PAGE ************/
.account-deleted-wrap .brandsImagesWrap {
    padding: 0 1rem;
}
.account-deleted-wrap .toastContainer {
    padding-bottom: 1rem;
}
.account-deleted-wrap p {
    white-space: pre-wrap;
}
.account-deleted-wrap body {
    padding: 0 1rem;
}
.account-deleted-wrap p.typo-title-bloc {
    text-align: center;
}
/*-------- ACCOUNT DELETED PAGE END ---------*/

/********* DATE FIELD ************/
.dateComponent {
    display: inline-block;
}
.dateSeparator {
    display: inline-block;
}

input.dateComponent::-webkit-input-placeholder {
    color: black;
    opacity: 1;
}
input.dateComponent::-moz-placeholder {
    color: black;
    opacity: 1;
}
input.dateComponent:-ms-input-placeholder {
    color: black;
    opacity: 1;
}
input.dateComponent:-moz-placeholder {
    color: black;
    opacity: 1;
}
.identity-page-wrap .sg-form .maskedDate input.dateComponent {
    width: auto;
    min-width: 3em;
    padding: 0;
    border: none;
    margin: 0;
    text-align: center;
}
.dateMonth {
    min-width: 29px;
}
.dateYear {
    min-width: 45px;
}
.empty .maskedDate {
    display: none;
}
.fieldWrap label.maskedDateLabel .maskedDate {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em 1em 0.8em 1em;
    margin: 0.5em 0;
    font-size: inherit;
    z-index: 1;
}
.maskedDateLabel:not(.empty) .dateFictiveInput {
    z-index: 0;
    position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .identity-page-wrap .sg-form .maskedDate input.dateComponent {
        width: 26px;
    }
}
/*-------- DATE FIELD END ---------*/
/********* New General Classes ************/
.btn-margin {
    margin: auto;
    margin-top: 1em;
}
.max-input-width {
    max-width: 360px;
}
.input-margin {
    margin: auto;
}
.overflow {
    overflow: hidden;
}
.word-break {
    word-break: break-word;
    word-wrap: break-word;
}

/*
Quicklinks
Profiles Chamber
Quick Console
Home
Quick Query
Execute Anonymous
Sobject fields
Quick ORG Describe
Replace API Names
Convert SF Id
Login As...
Options
Hide
Hands-On Low-Code Application Development with Salesforce: Build customized CRM applications that solve business challenges in just a few clicks - by Enrico Murru
*/
