/* --------------------------------

Groupe Seb - Background & Font

-------------------------------- */

@font-face {
    font-family: 'Roboto';
    src: url("../assets/Roboto.ttf") format('truetype'),
         url("../assets/Roboto-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 1.7rem;
}
@media only screen and (max-width: 550px) {
    body {
        font-size: 1.5rem;
    }
}

.deviceCodeBody {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* --------------------------------

Groupe Seb - Patterns

-------------------------------- */

.sg-box {
    /* the container of elements */
    padding: 4px;
}

/* --------------------------------

Groupe Seb - Page title

-------------------------------- */

main > h1 {
    color: #4a4a4a;
}
@media only screen and (min-width: 1600px) {
    main > h1 {
        color: #ffffff;
    }
}

/* --------------------------------

Groupe Seb - Partie 01 - Univers colorimétrique

-------------------------------- */

/* Color section - basic style */

.sg-colors li {
    text-align: center;
    float: left;
}
@media only screen and (max-width: 768px) {
    .sg-colors li {
        width: 45%;
    }
}
@media only screen and (max-width: 400px) {
    .sg-colors li {
        width: 40%;
    }
}

.sg-colors .sg-color-swatch {
    position: relative;
    width: 50%;
    padding: 25% 0;
    margin: auto;
}

.sg-colors b {
    display: block;
    padding: 0.6em 0;
}

/* Color section - style - Couleurs typo & background */

.primary {
    background: #d0021b;
}
.color-primary {
    color: #d0021b;
}

.secondary-dark {
    background: #4a4a4a;
}
.color-dark {
    color: #4a4a4a;
}

.secondary-medium {
    background: #9b9b9b;
}
.color-medium {
    color: #9b9b9b;
}

.secondary-light {
    background: #f7f7f7;
}
.color-light {
    color: #f7f7f7;
}

.secondary-grey {
    border: 1px solid #000;
}
.color-grey {
    color: #000;
}

.secondary-white {
    background: #ffffff;
    border: 1px solid #e6e6e6;
}
.color-white {
    color: #ffffff;
}

.other-red {
    background: #f3474c;
}
.color-red {
    color: #f3474c;
}

.other-green {
    background: #21a551;
}
.color-green {
    color: #21a551;
}

.other-orange {
    background: #f5a623;
}
.color-orange {
    color: #f5a623;
}

@media only screen and (min-width: 768px) {
    .sg-colors li {
        width: 23%;
        float: left;
    }
}

/* --------------------------------

Groupe Seb - Partie 02 - Les typographies

-------------------------------- */

h1,
h2 {
    font-family: "Roboto", sans-serif;
    color: #4a4a4a;
}

h1 {
    font-size: 2.4rem;
    line-height: 1.2;
    margin: 0 0 0.4em;
    font-weight: bold;
}
@media only screen and (max-width: 550px) {
    h1 {
        font-size: 2rem;
    }
}

h2 {
    text-transform: uppercase;
    margin: 1em 0;
}

section > h2::before {
    /* number before section title */
    color: #705b5a;
    font-weight: bold;
}

p {
    font-size: 1.7rem;
    line-height: 1.4;
    color: #4a4a4a;
}
@media only screen and (max-width: 550px) {
    p {
        font-size: 1.6rem;
    }
}
p a {
    color: #d0021b;
    text-decoration: underline;
}

.sg-typography .sg-box,
.sg-buttons .sg-box,
.sg-icons .sg-box,
.sg-form .sg-box {
}
@media only screen and (min-width: 768px) {
    .sg-typography .sg-box .sg-box,
    .sg-buttons .sg-box .sg-box,
    .sg-icons .sg-box .sg-box,
    .sg-form .sg-box .sg-box {
        padding: 2em;
    }
}
.sg-form {
    position: relative;
}

/* Typography - style Desktop & Mobile */

.typo-title-medium {
    font-size: 2.1rem;
    color: black;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}
@media only screen and (max-width: 550px) {
    .typo-title-medium {
        font-size: 1.8rem;
    }
}

.typo-title-bloc {
    font-size: 1.7rem;
    color: #4a4a4a;
    font-weight: bold;
    line-height: 20px;
}
@media only screen and (max-width: 550px) {
    .typo-title-bloc {
        font-size: 1.6rem;
    }
}

.typo-succes {
    font-size: 2rem;
    color: #21a551;
}
@media only screen and (max-width: 550px) {
    .typo-succes {
        font-size: 1.6rem;
    }
}

.typo-error {
    font-size: 2rem;
    color: #d0021b;
}
@media only screen and (max-width: 550px) {
    .typo-error {
        font-size: 1.6rem;
    }
}
.typo-error-italic {
    color: #d0021b;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 300;
}

.typo-cgu {
    font-size: 1.3rem;
    color: #000000;
}

.typo-attention {
    font-size: 1.7rem;
    color: #f5a623;
}
.typo-product-infos {
    color: #9b9b9b;
    font-size: 1.5rem;
    font-weight: bold;
}
.typo-product-elements {
    color: #4a4a4a;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 300;
}
.typo-check {
    color: #4a4a4a;
    font-size: 1.5rem;
}

/* --------------------------------

Groupe Seb - Partie 03 - Les boutons

-------------------------------- */

.sg-buttons .sg-box:first-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.sg-buttons .sg-box:last-of-type {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.sg-buttons button {
    margin: 0.4em 0;
}
@media only screen and (min-width: 1024px) {
    .sg-buttons button {
        margin: 0.5em;
    }
}

/* Buttons - style */

.labelBirth {
    z-index: 100;
}
.btn {
    border: none;
    box-shadow: none;
    border-radius: 0em;
    width: 360px;
    font-family: "Roboto", sans-serif;
    font-size: 1.8rem;
    color: #ffffff;
    padding: 0.9em 2.2em;
    cursor: pointer;
    background: #d0021b;
    margin: 0.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.btn:focus {
    outline: none;
}
@media only screen and (max-width: 480px) {
    .btn {
        font-size: 1.9rem;
        width: 94%;
        padding: 0.9em 1em;
    }
}
@media only screen and (max-width: 320px) {
    .btn {
        font-size: 1.9rem;
        width: 94%;
        padding: 0.9em 0.1em;
    }
}

.btn.btn-default {
    color: #ffffff;
    background: #d0021b;
}
.btn.btn-default:hover {
    background: #c2021a;
}

.btn.btn-facebook {
    background: #4267b2;
}
.btn.btn-facebook:hover {
    background: #3e60a4;
}
.btn-facebook::before {
    content: url(../assets/icons/facebook.svg);
    width: 20px;
    float: left;
    margin-right: 10px;
}
@media only screen and (max-width: 320px) {
    .btn-facebook::before {
        margin-right: 0px;
    }
}

.btn.btn-cancel {
    color: #d0021b;
    background: #ffffff;
    box-shadow: inset 0 0 0 2px #d0021b;
}

.btn.btn-outline {
    color: #d0021b;
    background: #ffffff;
    box-shadow: inset 0 0 0 2px #d0021b;
}
.btn.btn-outline:hover {
    color: #4a4a4a;
    background: #ffffff;
    box-shadow: inset 0 0 0 2px #4a4a4a;
}

.btn-account {
    border: none;
    font-family: "Roboto", sans-serif;
    font-size: 1.9rem;
    font-weight: bold;
    padding: 0.8em 0;
    cursor: pointer;
    color: #d0021b;
    background: transparent;
}

.btn-createAccount {
    color: #d0021b;
    background: white;
    border: solid 2px;
    font-weight: bold;
    margin-top: 10px !important;
}

.btn-account:hover {
    color: #4a4a4a;
}

.a-account-underline {
    font-family: "Roboto", sans-serif;
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: bold;
    cursor: pointer;
    color: #d0021b;
    background: transparent;
    text-decoration: underline;
}
.a-account-underline:hover {
    color: #4a4a4a;
    text-decoration: none;
}

.btn-return {
    border: none;
    font-family: "Roboto", sans-serif;
    font-size: 1.9rem;
    font-weight: bold;
    padding: 0.8em 0;
    cursor: pointer;
    color: #d0021b;
    background: transparent;
    list-style: none;
}

.btn-return::before {
    content: url(../assets/icons/arrow_1.svg);
    width: 20px;
    float: left;
    margin-right: 10px;
    height: 14px;
}

.btn-return:hover {
    color: #4a4a4a;
}

.btn-password {
    border: none;
    font-family: "Roboto", sans-serif;
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: bold;
    padding: 0.8em 0;
    cursor: pointer;
    color: #d0021b;
    background: transparent;
    list-style: none;
}

.btn-password:hover {
    color: #4a4a4a;
}

.btn-password::before {
    content: url(../assets/icons/arrow_2.svg);
    width: 6px;
    float: left;
    margin-right: 6px;
    height: 11px;
}

.buttonEdit {
    background-color: inherit;
    width: inherit;
    height: inherit;
    cursor: pointer;
}

.alignButton {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 550px) {
    .btn-password {
        font-size: 1.6rem;
    }
}

/* --------------------------------

Groupe Seb - Partie 04 - Les icônes

-------------------------------- */

.sg-icons li {
    /* icons size */
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 550px) {
    .sg-icons li {
        width: 25px;
        height: 25px;
    }
}

/* Icons section - basic style */
.sg-icons li {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 1em;
}

.sg-close_red {
    height: 2rem;
    width: 2rem;
}
.sg-checkbox {
    background-image: url("../assets/icons/checkbox.svg");
}
.sg-checkbox_full {
    background-image: url("../assets/icons/checkbox_full.svg");
}
.sg-check-news {
    background-image: url("../assets/icons/check_news.svg");
}
.sg-help {
    background-image: url("../assets/icons/help.svg");
}
.sg-help-over {
    background-image: url("../assets/icons/help_over.svg");
}
.sg-help-grey {
    background-image: url("../assets/icons/help-grey.svg");
}
.sg-info {
    background-image: url("../assets/icons/info.svg");
}
.sg-info-grey {
    background-image: url("../assets/icons/info_grey.svg");
}
.sg-error {
    background-image: url("../assets/icons/error.svg");
}
.sg-success {
    background-image: url("../assets/icons/success.svg");
}
.sg-arrow_1 {
    background-image: url("../assets/icons/arrow_1.svg");
}
.sg-arrow_2 {
    background-image: url("../assets/icons/arrow_2.svg");
}
.sg-close {
    background-image: url("../assets/icons/close.svg");
}
.sg-close_red {
    background-image: url("../assets/icons/close_red.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: transparent;
    cursor: pointer;
    display: block;
    /* margin: auto; */
    height: 100%;
    width: 100%;
}
.sg-eye_mdp {
    background-image: url("../assets/icons/eye_mdp.svg");
}
.sg-eye_mdp-actif {
    background-image: url("../assets/icons/eye_mdp-actif.svg");
}
.sg-facebook {
    background-image: url("../assets/icons/facebook.svg");
}
.sg-facebook_color {
    background-image: url("../assets/icons/facebook_color.svg");
}
.sg-add {
    background-image: url("../assets/icons/add.svg");
}
.sg-edit {
    background-image: url("../assets/icons/edit.svg");
}
.sg-suppr {
    background-image: url("../assets/icons/suppr.svg");
}
.sg-repairer {
    background-image: url("../assets/icons/reparators.svg");
}
.sg-callCenter {
    background-image: url("../assets/icons/callCenter.svg");
}
.sg-suppr-small {
    background-image: url("../assets/icons/suppr-small.svg");
}
.sg-radio_button {
    background-image: url("../assets/icons/radio_button.svg");
}
.sg-radio_button_full {
    background-image: url("../assets/icons/radio_button_full.svg");
}
.sg-mail {
    background-image: url("../assets/icons/mail.svg");
}

/* --------------------------------

Groupe Seb - Spinner, chargement de page

-------------------------------- */

.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;
    }
}

.dividerButton {
    width: 17px;
    height: auto;
    display: inline-block;
}

/* --------------------------------

Groupe Seb - Partie 05 - Les éléments de formulaire

-------------------------------- */

input[type="text"],
input[type="password"],
select {
    border: 1px solid #d5d5d5;
    background: #ffffff;
    width: 360px;
    color: #000;
}

@media only screen and (max-width: 550px) {
    input[type="text"],
    input[type="password"],
    select {
        width: 95%;
    }
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus {
    outline: none;
}

input[type="text"],
input[type="password"] {
    padding: 1.2em 1em 1em 1em;
    margin: 0.5em;
}

input.deviceCodeInput {
    width: 100%;
    margin: 0.5em 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

@media only screen and (max-width: 768px) {
    input[type="text"],
    input[type="password"] {
        padding: 1.2em 1em 1em 1em;
        margin: 0.5em 0;
    }
}

input[type="text"].success {
    border-color: #6fce72;
}
input[type="text"].alert {
    border-color: #e4655f;
}
input[type="text"]:focus {
    border-color: #d0021b;
}

.input_container {
    position: relative;
}

/* Pour afficher / cacher le mot de passe */

input.classe ~ .password-viewer,
input.classe ~ .password-viewer-unsubscribe,
input.classe ~ .password-viewer-password,
.password:hover {
    background: url(../assets/icons/eye_mdp-actif.svg) center no-repeat;
    background-size: 82%;
}

.password-viewer {
    position: absolute;
    top: 15px;
    left: 330px;
    width: 37px;
    height: 45px;
    background: url(../assets/icons/eye_mdp.svg) center no-repeat;
    background-size: 82%;
    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;
}
@media only screen and (max-width: 550px) {
    .password-viewer {
        left: 82%;
        top: 14px;
    }
}

.password-viewer-unsubscribe {
    position: absolute;
    top: 15px;
    left: 426px;
    width: 37px;
    height: 38px;
    background: url(../assets/icons/eye_mdp.svg) center no-repeat;
    background-size: 82%;
    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;
}
@media only screen and (max-width: 550px) {
    .password-viewer-unsubscribe {
        left: 82%;
        top: 3px;
    }
}
/*.password-viewer-unsubscribe:hover {
  background: url(../assets/icons/eye_mdp-actif.svg) center no-repeat;
  background-size: 82%;
}*/

.password-viewer-password {
    position: absolute;
    top: 37px;
    left: 330px;
    width: 37px;
    height: 47px;
    background: url(../assets/icons/eye_mdp.svg) center no-repeat;
    background-size: 82%;
    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;
}
@media only screen and (max-width: 550px) {
    .password-viewer-password {
        left: 82%;
    }
}
/*.password-viewer-password:hover {
  background: url(../assets/icons/eye_mdp-actif.svg) center no-repeat;
  background-size: 82%;
}*/

input[type="radio"],
input[type="checkbox"] {
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.radio-label,
.checkbox-label {
    padding-left: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-moulinex,
.checkbox-moulinex-optin,
.checkbox-homeandcook,
.checkbox-homeandcook-optin,
.checkbox-seb,
.checkbox-seb-optin,
.checkbox-tefal,
.checkbox-tefal-optin,
.checkbox-tfal,
.checkbox-tfal-optin,
.checkbox-calor,
.checkbox-calor-optin,
.checkbox-rowenta,
.checkbox-rowenta-optin,
.checkbox-krups,
.checkbox-krups-optin,
.checkbox-asia,
.checkbox-asia-optin,
.checkbox-emsa,
.checkbox-emsa-optin,
.checkbox-imusa,
.checkbox-imusa-optin,
.checkbox-kaiser,
.checkbox-kaiser-optin,
.checkbox-maharaja,
.checkbox-maharaja-optin,
.checkbox-rochedo,
.checkbox-rochedo-optin,
.checkbox-obh,
.checkbox-obh-optin,
.checkbox-samurai,
.checkbox-samurai-optin,
.checkbox-umco,
.checkbox-umco-optin,
.checkbox-wearever,
.checkbox-wearever-optin,
.checkbox-wmf,
.checkbox-wmf-optin,
.checkbox-esteras,
.checkbox-esteras-optin,
.checkbox-arno,
.checkbox-arno-optin,
.checkbox-supor,
.checkbox-supor-optin,
.checkbox-allclad,
.checkbox-allclad-optin,
.checkbox-panex,
.checkbox-panex-optin,
.checkbox-hepp,
.checkbox-hepp-optin,
.checkbox-lagostina,
.checkbox-lagostina-optin,
.checkbox-silit,
.checkbox-silit-optin,
.checkbox-schaerer,
.checkbox-schaerer-optin,
.checkbox-retailstores {
    padding-left: 199px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.radio-label::before,
.radio-label::after {
    /* custom radio */
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/icons/radio_button.svg") no-repeat center center;
}
.radio-label::after {
    left: 0;
    background: url("../assets/icons/radio_button_full.svg") no-repeat center center;
    display: none;
}

.checkbox-label::before,
.checkbox-label::after {
    /* custom check boxes */
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/icons/checkbox.svg") no-repeat center center;
}
.checkbox-label::after {
    left: 0;
    background: url("../assets/icons/checkbox_full.svg") no-repeat center center;
    display: none;
}
.descriptionDeviceCode {
    text-align: center;
    flex-grow: 1;
}

/* Checkbox par MARQUES */

/*-----    Moulinex  ----*/
.checkbox-moulinex::before,
.checkbox-moulinex::after,
.checkbox-moulinex-optin::before,
.checkbox-moulinex-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/moulinex-intactif.png") no-repeat center center;
}
.checkbox-moulinex::after {
    left: 0;
    background: url("../assets/logos/moulinex-actif.png") no-repeat center center;
    display: none;
}
.checkbox-moulinex-optin::after {
    left: 0;
    background: url("../assets/logos/moulinex-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Moulinex  ----*/

/*-----    Home&Cook  ----*/
.checkbox-homeandcook::before,
.checkbox-homeandcook::after,
.checkbox-homeandcook-optin::before,
.checkbox-homeandcook-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/homeandcook-inactif.png") no-repeat center center;
}
.checkbox-homeandcook::after {
    left: 0;
    background: url("../assets/logos/homeandcook-actif.png") no-repeat center center;
    display: none;
}
.checkbox-homeandcook-optin::after {
    left: 0;
    background: url("../assets/logos/homeandcook-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Home&Cook  ----*/

/*-----    Seb  ----*/
.checkbox-seb::before,
.checkbox-seb::after,
.checkbox-seb-optin::before,
.checkbox-seb-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/seb-inactif.png") no-repeat center center;
}
.checkbox-seb::after {
    left: 0;
    background: url("../assets/logos/seb-actif.png") no-repeat center center;
    display: none;
}
.checkbox-seb-optin::after {
    left: 0;
    background: url("../assets/logos/seb-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Seb  ----*/

/*-----    Tefal  ----*/
.checkbox-tefal::before,
.checkbox-tefal::after,
.checkbox-tefal-optin::before,
.checkbox-tefal-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/tefal-inactif.png") no-repeat center center;
}
.checkbox-tefal::after {
    left: 0;
    background: url("../assets/logos/tefal-actif.png") no-repeat center center;
    display: none;
}
.checkbox-tefal-optin::after {
    left: 0;
    background: url("../assets/logos/tefal-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Tefal  ----*/

/*-----    Tfal  ----*/
.checkbox-tfal::before,
.checkbox-tfal::after,
.checkbox-tfal-optin::before,
.checkbox-tfal-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/tfal-inactif.png") no-repeat center center;
}
.checkbox-tfal::after {
    left: 0;
    background: url("../assets/logos/tfal-actif.png") no-repeat center center;
    display: none;
}
.checkbox-tfal-optin::after {
    left: 0;
    background: url("../assets/logos/tfal-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Tfal  ----*/

/*-----    Calor  ----*/
.checkbox-calor::before,
.checkbox-calor::after,
.checkbox-calor-optin::before,
.checkbox-calor-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/calor-inactif.png") no-repeat center center;
}
.checkbox-calor::after {
    left: 0;
    background: url("../assets/logos/calor-actif.png") no-repeat center center;
    display: none;
}
.checkbox-calor-optin::after {
    left: 0;
    background: url("../assets/logos/calor-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Calor  ----*/

/*-----    Rowenta  ----*/
.checkbox-rowenta::before,
.checkbox-rowenta::after,
.checkbox-rowenta-optin::before,
.checkbox-rowenta-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/rowenta-inactif.png") no-repeat center center;
}
.checkbox-rowenta::after {
    left: 0;
    background: url("../assets/logos/rowenta-actif.png") no-repeat center center;
    display: none;
}
.checkbox-rowenta-optin::after {
    left: 0;
    background: url("../assets/logos/rowenta-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Rowenta  ----*/

/*-----    Krups  ----*/
.checkbox-krups::before,
.checkbox-krups::after,
.checkbox-krups-optin::before,
.checkbox-krups-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/krups-inactif.png") no-repeat center center;
}
.checkbox-krups::after {
    left: 0;
    background: url("../assets/logos/krups-actif.png") no-repeat center center;
    display: none;
}
.checkbox-krups-optin::after {
    left: 0;
    background: url("../assets/logos/krups-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Krups  ----*/

/*-----    Asia  ----*/
.checkbox-asia::before,
.checkbox-asia::after,
.checkbox-asia-optin::before,
.checkbox-asia-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/asia-inactif.png") no-repeat center center;
}
.checkbox-asia::after {
    left: 0;
    background: url("../assets/logos/asia-actif.png") no-repeat center center;
    display: none;
}
.checkbox-asia-optin::after {
    left: 0;
    background: url("../assets/logos/asia-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Asia  ----*/

/*-----    Emsa  ----*/
.checkbox-emsa::before,
.checkbox-emsa::after,
.checkbox-emsa-optin::before,
.checkbox-emsa-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/emsa-inactif.png") no-repeat center center;
}
.checkbox-emsa::after {
    left: 0;
    background: url("../assets/logos/emsa-actif.png") no-repeat center center;
    display: none;
}
.checkbox-emsa-optin::after {
    left: 0;
    background: url("../assets/logos/emsa-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Emsa  ----*/

/*-----    Imusa  ----*/
.checkbox-imusa::before,
.checkbox-imusa::after,
.checkbox-imusa-optin::before,
.checkbox-imusa-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/imusa-inactif.png") no-repeat center center;
}
.checkbox-imusa::after {
    left: 0;
    background: url("../assets/logos/imusa-actif.png") no-repeat center center;
    display: none;
}
.checkbox-imusa-optin::after {
    left: 0;
    background: url("../assets/logos/imusa-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Imusa  ----*/

/*-----    Kaiser  ----*/
.checkbox-kaiser::before,
.checkbox-kaiser::after,
.checkbox-kaiser-optin::before,
.checkbox-kaiser-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/kaiser-inactif.png") no-repeat center center;
}
.checkbox-kaiser::after {
    left: 0;
    background: url("../assets/logos/kaiser-actif.png") no-repeat center center;
    display: none;
}
.checkbox-kaiser-optin::after {
    left: 0;
    background: url("../assets/logos/kaiser-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Kaiser  ----*/

/*-----    Maharaja  ----*/
.checkbox-maharaja::before,
.checkbox-maharaja::after,
.checkbox-maharaja-optin::before,
.checkbox-maharaja-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/maharaja-inactif.png") no-repeat center center;
}
.checkbox-maharaja::after {
    left: 0;
    background: url("../assets/logos/maharaja-actif.png") no-repeat center center;
    display: none;
}
.checkbox-maharaja-optin::after {
    left: 0;
    background: url("../assets/logos/maharaja-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Maharaja  ----*/

/*-----    Rochedo  ----*/
.checkbox-rochedo::before,
.checkbox-rochedo::after,
.checkbox-rochedo-optin::before,
.checkbox-rochedo-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/rochedo-inactif.png") no-repeat center center;
}
.checkbox-rochedo::after {
    left: 0;
    background: url("../assets/logos/rochedo-actif.png") no-repeat center center;
    display: none;
}
.checkbox-rochedo-optin::after {
    left: 0;
    background: url("../assets/logos/rochedo-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Rochedo  ----*/

/*-----    Obh  ----*/
.checkbox-obh::before,
.checkbox-obh::after,
.checkbox-obh-optin::before,
.checkbox-obh-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/obh-inactif.png") no-repeat center center;
}
.checkbox-obh::after {
    left: 0;
    background: url("../assets/logos/obh-actif.png") no-repeat center center;
    display: none;
}
.checkbox-obh-optin::after {
    left: 0;
    background: url("../assets/logos/obh-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Obh  ----*/

/*-----    Samurai  ----*/
.checkbox-samurai::before,
.checkbox-samurai::after,
.checkbox-samurai-optin::before,
.checkbox-samurai-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/samurai-inactif.png") no-repeat center center;
}
.checkbox-samurai::after {
    left: 0;
    background: url("../assets/logos/samurai-actif.png") no-repeat center center;
    display: none;
}
.checkbox-samurai-optin::after {
    left: 0;
    background: url("../assets/logos/samurai-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Samurai  ----*/

/*-----    Umco  ----*/
.checkbox-umco::before,
.checkbox-umco::after,
.checkbox-umco-optin::before,
.checkbox-umco-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/umco-inactif.png") no-repeat center center;
}
.checkbox-umco::after {
    left: 0;
    background: url("../assets/logos/umco-actif.png") no-repeat center center;
    display: none;
}
.checkbox-umco-optin::after {
    left: 0;
    background: url("../assets/logos/umco-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Umco  ----*/

/*-----    Wearever  ----*/
.checkbox-wearever::before,
.checkbox-wearever::after,
.checkbox-wearever-optin::before,
.checkbox-wearever-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/wearever-inactif.png") no-repeat center center;
}
.checkbox-wearever::after {
    left: 0;
    background: url("../assets/logos/wearever-actif.png") no-repeat center center;
    display: none;
}
.checkbox-wearever-optin::after {
    left: 0;
    background: url("../assets/logos/wearever-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Wearever  ----*/

/*-----    Wmf  ----*/
.checkbox-wmf::before,
.checkbox-wmf::after,
.checkbox-wmf-optin::before,
.checkbox-wmf-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/wmf-inactif.png") no-repeat center center;
}
.checkbox-wmf::after {
    left: 0;
    background: url("../assets/logos/wmf-actif.png") no-repeat center center;
    display: none;
}
.checkbox-wmf-optin::after {
    left: 0;
    background: url("../assets/logos/wmf-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Wmf  ----*/

/*-----    Esteras  ----*/
.checkbox-esteras::before,
.checkbox-esteras::after,
.checkbox-esteras-optin::before,
.checkbox-esteras-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/esteras-inactif.png") no-repeat center center;
}
.checkbox-esteras::after {
    left: 0;
    background: url("../assets/logos/esteras-actif.png") no-repeat center center;
    display: none;
}
.checkbox-esteras-optin::after {
    left: 0;
    background: url("../assets/logos/esteras-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Esteras  ----*/

/*-----    Arno  ----*/
.checkbox-arno::before,
.checkbox-arno::after,
.checkbox-arno-optin::before,
.checkbox-arno-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/arno-inactif.png") no-repeat center center;
}
.checkbox-arno::after {
    left: 0;
    background: url("../assets/logos/arno-actif.png") no-repeat center center;
    display: none;
}
.checkbox-arno-optin::after {
    left: 0;
    background: url("../assets/logos/arno-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Arno  ----*/

/*-----    Supor  ----*/
.checkbox-supor::before,
.checkbox-supor::after,
.checkbox-supor-optin::before,
.checkbox-supor-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/supor-inactif.png") no-repeat center center;
}
.checkbox-supor::after {
    left: 0;
    background: url("../assets/logos/supor-actif.png") no-repeat center center;
    display: none;
}
.checkbox-supor-optin::after {
    left: 0;
    background: url("../assets/logos/supor-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Supor  ----*/

/*-----    AllClad  ----*/
.checkbox-allclad::before,
.checkbox-allclad::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/allclad-inactif.png") no-repeat center center;
}
.checkbox-allclad::after {
    left: 0;
    background: url("../assets/logos/allclad-actif.png") no-repeat center center;
    display: none;
}
.checkbox-allclad-optin::before,
.checkbox-allclad-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/allclad-inactif.png") no-repeat center center;
}
.checkbox-allclad-optin::after {
    left: 0;
    background: url("../assets/logos/allclad-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    AllClad  ----*/

/*-----    Panex  ----*/
.checkbox-panex::before,
.checkbox-panex::after,
.checkbox-panex-optin::before,
.checkbox-panex-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/panex-inactif.png") no-repeat center center;
}
.checkbox-panex::after {
    left: 0;
    background: url("../assets/logos/panex-actif.png") no-repeat center center;
    display: none;
}
.checkbox-panex-optin::after {
    left: 0;
    background: url("../assets/logos/panex-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Panex  ----*/

/*-----    Hepp  ----*/
.checkbox-hepp::before,
.checkbox-hepp::after,
.checkbox-hepp-optin::before,
.checkbox-hepp-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/hepp-inactif.png") no-repeat center center;
}
.checkbox-hepp::after {
    left: 0;
    background: url("../assets/logos/hepp-actif.png") no-repeat center center;
    display: none;
}
.checkbox-hepp-optin::after {
    left: 0;
    background: url("../assets/logos/hepp-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Hepp  ----*/

/*-----    Lagostina  ----*/
.checkbox-lagostina::before,
.checkbox-lagostina::after,
.checkbox-lagostina-optin::before,
.checkbox-lagostina-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/lagostina-inactif.png") no-repeat center center;
}
.checkbox-lagostina::after {
    left: 0;
    background: url("../assets/logos/lagostina-actif.png") no-repeat center center;
    display: none;
}
.checkbox-lagostina-optin::after {
    left: 0;
    background: url("../assets/logos/lagostina-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Lagostina  ----*/

/*-----    Silit  ----*/
.checkbox-silit::before,
.checkbox-silit::after,
.checkbox-silit-optin::before,
.checkbox-silit-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/silit-inactif.png") no-repeat center center;
}
.checkbox-silit::after {
    left: 0;
    background: url("../assets/logos/silit-actif.png") no-repeat center center;
    display: none;
}
.checkbox-silit-optin::after {
    left: 0;
    background: url("../assets/logos/silit-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Silit  ----*/

/*-----    Schaerer  ----*/
.checkbox-schaerer::before,
.checkbox-schaerer::after,
.checkbox-schaerer-optin::before,
.checkbox-schaerer-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/schaerer-inactif.png") no-repeat center center;
}
.checkbox-schaerer::after {
    left: 0;
    background: url("../assets/logos/schaerer-actif.png") no-repeat center center;
    display: none;
}
.checkbox-schaerer-optin::after {
    left: 0;
    background: url("../assets/logos/schaerer-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    Schaerer  ----*/
/*-----    RetailStores  ----*/
.checkbox-retailstores::before,
.checkbox-retailstores::after,
.checkbox-retailstores-optin::before,
.checkbox-retailstores-optin::after {
    content: "";
    display: block;
    width: 210px;
    height: 101px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../assets/logos/retailstores-inactif.png") no-repeat center center;
}
.checkbox-retailstores::after {
    left: 0;
    background: url("../assets/logos/retailstores-actif.png") no-repeat center center;
    display: none;
}
.checkbox-retailstores-optin::after {
    left: 0;
    background: url("../assets/logos/retailstores-actif-optin.png") no-repeat center center;
    display: none;
}
/*-----    RetailStores  ----*/

input[type="radio"]:checked + label::after,
input[type="checkbox"]:checked + .infobulle-optin:hover span,
input[type="checkbox"]:checked + label::after {
    display: block;
}

.sg-select::after {
    /* arrow for select element */
    content: "";
    position: absolute;
    z-index: 1;
    right: 19px;
    top: 31%;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../assets/form/icon-select.svg") no-repeat center center #ffffff;
    pointer-events: none;
}
@media only screen and (max-width: 550px) {
    .sg-select {
        width: 95%;
    }
}

select {
    position: relative;
    padding: 0.6em 2em 0.6em 1em;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
@media only screen and (max-width: 550px) {
    select {
        padding: 0.6em 0.3em 0.6em 0.3em;
        width: 95%;
    }
}

/* Form section - basic style */
.sg-form input[type="text"],
input[type="password"],
input[type="email"],
.sg-form .sg-input-wrapper {
    margin: 0.5em;
}
@media only screen and (max-width: 550px) {
    .sg-form input[type="text"],
    input[type="password"],
    .sg-form .sg-input-wrapper {
        margin: 0.5em 0;
    }
}

.sg-input-wrapper {
    position: relative;
    display: inline-block;
}
.sg-form select::-ms-expand {
    display: none;
}

@-moz-document url-prefix() {
    /* hide custom arrow on Firefox */
    .sg-select::after {
        display: none;
    }
}
.no-csstransitions .sg-select::after {
    display: none;
}

.deviceCodeForm {
    width: 100%;
    max-width: 425px;
    padding: 15px;
    margin: auto;
    margin-top: 5%;
}

/*--------------- LABEL FLOTANT -------------*/

.label-form {
    position: relative;
    display: inline-block;
    width: 100%;
}
.label-form span {
    position: absolute;
    left: 24px;
    top: 11px;
    font-size: 0.9em;
    cursor: text;
    color: #848484;
    transition: all 150ms ease;
}

.label-form.empty input {
    border-color: #d9d9d9;
}
.label-form.empty span {
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    background: none;
    color: #000;
}

/*--------------- LABEL FLOTANT & PLACEHOLDER -------------*/

.field {
    display: flex;
    flex-flow: column-reverse;
    /* margin-bottom: 1em;*/
}
.label2,
input2 {
    transition: all 0.2s;
    touch-action: manipulation;
}

.input2 {
    font-size: 17px;
    border: 0;
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    cursor: text;
}

.input2:focus {
    outline: 0;
}

.label2 {
    letter-spacing: 0.05em;
}
.input2:placeholder-shown + .label2 {
    cursor: text;
    max-width: 125px;
    color: #848484;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(2.5rem, 4.4rem) scale(1);
}
::-webkit-input-placeholder {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: inherit;
}
.input2::-moz-placeholder {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: inherit;
}

.input2:focus::-webkit-input-placeholder {
    opacity: 1;
}
.input2:focus::-moz-placeholder {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transition: inherit;
}

.input2:not(:placeholder-shown) + .label2,
.input2:focus + .label2 {
    transform: translate(0, 25px) scale(1);
    cursor: pointer;
    font-size: 13px;
    color: #848484;
    margin-top: 6px;
    margin-left: 15px;
}

/* --------------------------------

Groupe Seb - Info-bulle - par defaut, orienté à DROITE

-------------------------------- */

.open {
    visibility: visible !important;
    position: absolute;
    /* bottom: 20px; */
    left: 0;
    /* top: 30px; */
    z-index: 1000;
    width: 345px;
    min-height: 20px;
    border: 0px;
    margin-top: 35px;
    overflow: hidden;
    padding: 20px;
    background-color: #ffffff;
    -moz-box-shadow: 3px 3px 9px -2px #9b9b9b;
    -webkit-box-shadow: 3px 3px 9px -2px #9b9b9b;
    -o-box-shadow: 3px 3px 9px -2px #9b9b9b;
    box-shadow: 3px 3px 9px -2px #9b9b9b;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=9);
}
.hidePopUp {
    visibility: hidden !important;
    position: absolute;
    /* bottom: 35px; */
    /* top: -285px; */
    right: 10px;
    /* top: unset !important; */
    z-index: 1000;
    width: 345px;
    min-height: 20px;
    border: 0px;
    margin-top: 35px;
    overflow: hidden;
    padding: 20px;
}

#closeMoreInfos {
    position: absolute;
    left: -2000px;
    background: none;
}

.infobulle {
    text-decoration: none;
    /* position:relative; */
    visibility: visible;
    background: url("../assets/icons/help.svg") no-repeat center center;
    width: 30px;
    height: 30px;
    color: #4a4a4a;
    font-size: 15px;
    font-style: italic;
    line-height: 20px;
}
.infobulleOnClick {
    text-decoration: none;
    position: relative;
    display: block;
    background: url("../assets/icons/help.svg") no-repeat center center;
    width: 30px;
    height: 30px;
    color: #121b21;
    font-size: 15px;
    font-style: italic;
    line-height: 20px;
}
.account-container td:nth-child(2) {
    width: 32px;
}
.help-td {
    padding-top: 33px;
    position: relative;
    width: 32px;
}
@media only screen and (max-width: 768px) {
    .account-container td:nth-child(2) {
        width: 27px;
    }
    .infobulle,
    .infobulleOnClick {
        width: 25px;
        height: 25px;
    }
    .help-td {
        width: 27px;
    }
}
/*@media only screen and (max-width: 768px) {
  .infobulle {
  top: 8px;
  }
}*/

.btnInfoComp {
    background: white;
    width: 10px;
    height: 10px;
    color: white;
}

.hideBtn {
    display: none;
}

.showBtn {
    display: block;
}

a.infobulle:hover {
    background: url("../assets/icons/help_over.svg") no-repeat center center;
}
.infobulle span {
    width: 345px;
    min-height: 20px;
    visibility: hidden;
    position: absolute;
    color: black;
    background-color: #ffffff;
    -moz-box-shadow: 3px 3px 9px -2px #9b9b9b;
    -webkit-box-shadow: 3px 3px 9px -2px #9b9b9b;
    -o-box-shadow: 3px 3px 9px -2px #9b9b9b;
    box-shadow: 3px 3px 9px -2px #9b9b9b;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=9);
}
@media only screen and (min-width: 1068px) {
    .infobulle:hover ~ span {
        display: block !important;
        visibility: visible !important;
        visibility: visible;
        position: absolute;
        /* bottom: 35px; */
        /* top: 435px; */
        right: 10px;
        /* top: unset !important; */
        z-index: 1000;
        width: 345px;
        min-height: 20px;
        border: 0px;
        margin-top: 35px;
        overflow: hidden;
        padding: 20px;
        background-color: #ffffff;
        -moz-box-shadow: 3px 3px 9px -2px #9b9b9b;
        -webkit-box-shadow: 3px 3px 9px -2px #9b9b9b;
        -o-box-shadow: 3px 3px 9px -2px #9b9b9b;
        box-shadow: 3px 3px 9px -2px #9b9b9b;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=9);
    }
}

@media only screen and (max-width: 375px) {
    .infobulle:hover span {
        width: 300px;
        left: -27px;
    }
}
/* --------------------------------

Groupe Seb - Info-bulle - dans ce cas, orienté à GAUCHE

-------------------------------- */

.infobulle-gauche span {
    visibility: hidden;
    color: black;
    background-color: #ffffff;
    -moz-box-shadow: 3px 3px 9px -2px #9b9b9b;
    -webkit-box-shadow: 3px 3px 9px -2px #9b9b9b;
    -o-box-shadow: 3px 3px 9px -2px #9b9b9b;
    box-shadow: 3px 3px 9px -2px #9b9b9b;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=9);
}

@media only screen and (min-width: 1068px) {
    .infobulle-gauche:hover span {
        visibility: visible;
        position: absolute;
        bottom: 35px;
        left: -300px;
        z-index: 1000;
        width: 345px;
        min-height: 20px;
        border: 0px;
        margin-top: 12px;
        overflow: hidden;
        padding: 20px;
        background-color: #ffffff;
        -moz-box-shadow: 3px 3px 9px -2px #9b9b9b;
        -webkit-box-shadow: 3px 3px 9px -2px #9b9b9b;
        -o-box-shadow: 3px 3px 9px -2px #9b9b9b;
        box-shadow: 3px 3px 9px -2px #9b9b9b;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=9);
    }
}
@media only screen and (max-width: 767px) {
    .infobulle-gauche:hover span {
        width: 300px;
        left: -260px;
    }
}
@media only screen and (max-width: 375px) {
    .infobulle-gauche:hover span {
        width: 300px;
        left: -247px;
    }
}

/* --------------------------------

Groupe Seb - Info-bulle - dans ce cas, CHECKBOX Newsletter double optin

-------------------------------- */

.infobulle-optin span {
    display: none;
    position: absolute;
    bottom: 4px;
    left: -30px;
    z-index: 1000;
    width: 260px;
    min-height: 20px;
    border: 0px;
    margin-top: 12px;
    overflow: hidden;
    padding: 20px;
    color: black;
    background-color: #ffffff;
    -moz-box-shadow: 3px 3px 9px -2px #9b9b9b;
    -webkit-box-shadow: 3px 3px 9px -2px #9b9b9b;
    -o-box-shadow: 3px 3px 9px -2px #9b9b9b;
    box-shadow: 3px 3px 9px -2px #9b9b9b;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=9);
}
@media only screen and (max-width: 767px) {
    .infobulle-optin:hover span {
        left: -24px;
    }
}

/* --------------------------------

Groupe Seb - Partie 06 - exemples   -> FICHE PRODUIT

-------------------------------- */

.product-container {
    width: 100%;
    max-width: 540px;
    height: 100%;
    min-height: 270px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
}
.product-container p {
    margin: 0;
}
.product-input {
    margin: 6px 0 0 0;
    width: 83% !important;
}
@media only screen and (max-width: 550px) {
    .product-input {
        width: 95% !important;
    }
}

.product-img {
    background: #ffffff;
    float: left;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 30px;
}
@media only screen and (max-width: 550px) {
    .product-img {
        margin: auto;
        width: 100%;
        flex-direction: inherit;
    }
}
.product-txt {
    margin: 18px 0;
}
@media only screen and (max-width: 580px) {
    .product-txt {
        margin: 20px;
    }
}

/* --------------------------------

Groupe Seb - Partie 06 - exemples    -> CREATION DE COMPTE

-------------------------------- */

.account-container {
    width: 100%;
    max-width: 500px;
    height: auto;
    background: #ffffff;
    margin: auto;
    text-align: center;
    padding: 0 45px;
}
.account-container p {
    margin: 0;
}
@media only screen and (max-width: 550px) {
    .account-container {
        padding: 0px;
    }
}

.account-title {
    padding: 1.4rem 0 0.9rem 0;
}

.account-top {
    width: 100%;
    max-width: 500px;
    height: 40px;
    background: #4a4a4a;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    font-size: 23px;
    font-weight: bold;
    margin: auto;
}
@media only screen and (max-width: 550px) {
    .account-top {
        font-size: 19px;
        font-weight: normal;
    }
}

.account-separator {
    font-size: 17px;
}
.account-separator:before,
.account-separator:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10rem;
    height: 2px;
    background: #cbcbcb;
}
.account-separator:before {
    margin-right: 3rem;
}
.account-separator:after {
    margin-left: 3rem;
}

@media only screen and (max-width: 550px) {
    .account-separator:before,
    .account-separator:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 5.5rem;
        height: 2px;
        background: #cbcbcb;
    }
    .account-separator:before {
        margin-right: 2rem;
    }
    .account-separator:after {
        margin-left: 2rem;
    }
    .account-separator {
        font-size: 15px;
    }
}

.account-input {
    width: 38% !important;
}
@media only screen and (max-width: 550px) {
    .account-input {
        width: 48% !important;
    }
}

.account-container-elementForm {
    padding-top: 3%;
    text-align: left;
}

/* --------------------------------

Groupe Seb - Partie 06 - exemples    -> PREFERENCES NEWSLETTER

-------------------------------- */

.newsletter-container {
    width: 100%;
    height: auto;
    background: #ffffff;
    margin: auto;
    padding: 10px;
    text-align: center;
}
@media only screen and (max-width: 550px) {
    .newsletter-container {
        padding: 6px;
    }
}

.grey-bloc {
    width: 100%;
    height: auto;
    margin: auto auto 30px auto;
    padding: 40px;
    background: #f7f7f7;
}
@media only screen and (max-width: 550px) {
    .grey-bloc {
        padding: 6px;
    }
}
.grey-bloc p {
    margin: 0;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
}

.item .flex-container {
    flex-basis: auto;
}

.flex-container {
    margin: 7px;
}
@media only screen and (max-width: 768px) {
    .flex-container {
        margin: 4px;
    }
}

.flex-1 {
    width: 6%;
    order: 1;
}
.flex-2 {
    width: 73%;
    order: 2;
    text-align: justify;
    white-space: initial;
}
.flex-3 {
    width: 5%;
    order: 3;
}

@media only screen and (max-width: 768px) {
    .flex-1 {
        width: 10%;
        order: 1;
    }
    .flex-2 {
        width: 70%;
        order: 2;
    }
    .flex-3 {
        width: 9%;
        order: 3;
    }
}
@media only screen and (min-width: 1024px) {
    .flex-1 {
        width: 7%;
        order: 1;
    }
    .flex-2 {
        width: 72%;
        order: 2;
    }
    .flex-3 {
        width: 5%;
        order: 3;
    }
}
/* Form section Newsletter - Espacecement des logos */
.sg-input-wrapper-newsletter {
    margin: 2em;
}
@media only screen and (max-width: 550px) {
    .sg-input-wrapper-newsletter {
        margin: 2.3em 0;
    }
}
.sg-input-wrapper-newsletter {
    position: relative;
    display: inline-block;
}

/* --------------------------------

Groupe Seb - Partie 06 - exemples    -> DESABONNEMENT

-------------------------------- */

.unsubscribe-bloc {
    width: 100%;
    height: auto;
    margin: auto auto 30px auto;
    padding: 40px;
    background: #ffffff;
    border: 3px solid #f5a623;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .unsubscribe-bloc {
        padding: 10px;
    }
}
.unsubscribe-bloc p {
    margin: 0;
}
.unsubscribe-container {
    width: 100%;
    max-width: 500px;
    height: auto;
    background: #ffffff;
    margin: auto;
    text-align: center;
}
.unsubscribe-input {
    width: 90% !important;
}
@media only screen and (max-width: 550px) {
    .unsubscribe-input {
        width: 95% !important;
    }
}

.unsubscribe-password {
    width: 95%;
}
@media only screen and (max-width: 550px) {
    .unsubscribe-password {
        width: 100% !important;
    }
}
.button-left {
    width: 36%;
}
@media only screen and (max-width: 550px) {
    .button-left {
        width: 95%;
    }
}
.button-right {
    width: 50%;
}
@media only screen and (max-width: 550px) {
    .button-right {
        width: 95%;
    }
}

/* --------------------------------

Groupe Seb - Partie 06 - exemples    -> MESSAGES

-------------------------------- */

.messages-bloc {
    width: 100%;
    height: auto;
    margin: auto auto 30px auto;
    padding: 40px;
    background: #ffffff;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .messages-bloc {
        padding: 10px;
    }
}
.messages-bloc p {
    margin: 0;
}

/* -------------------------------- 

Groupe Seb - Format images

-------------------------------- */

img {
    max-width: 100%;
    height: auto;
}
.img-vertical-center {
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.img-icones {
    width: 40px;
    margin: 6px;
}
.img-icones-small {
    width: 20px;
    vertical-align: text-bottom;
}

.product-thumbnail {
    width: 204px;
    height: 166px;
}
.logo-thumbnail {
    width: 120px;
    height: auto;
}
@media only screen and (max-width: 550px) {
    .logo-thumbnail {
        width: 90px;
    }
}

.logo-thumbnail-account {
    width: 100%;
    max-width: 185px;
}

@media only screen and (max-width: 835px) {
    .logo-thumbnail-account {
        width: 100%;
        margin: -10px;
        padding-bottom: 10px;
    }
}

/* --------------------------------

Groupe Seb - Basic style

-------------------------------- */

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

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 62.5%;
}

fieldset {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

hr {
    margin: 20px 0;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

input,
textarea,
select {
    font-size: 1.6rem;
}

main {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 50px 0;
}
main > h1 {
    text-align: center;
    margin: 2em 0;
}
@media only screen and (min-width: 1024px) {
    main {
        padding-top: 80px;
    }
}
@media only screen and (min-width: 1600px) {
    main {
        max-width: none;
        padding: 120px 0 50px;
    }
    main > h1 {
        position: fixed;
        top: 0;
        left: 50%;
        height: 80px;
        line-height: 80px;
        width: 400px;
        margin: 0 0 0 -200px;
        font-size: 2.6rem;
        z-index: 20;
    }
}
@media only screen and (max-width: 375px) {
    main {
        width: 100%;
    }
}

section {
    margin: 3em 0;
    padding: 8px;
    background: #e5e5e5;
}
section:after {
    content: "";
    display: table;
    clear: both;
}
section:nth-of-type(1) h2::before {
    content: "1. ";
}
section:nth-of-type(2) h2::before {
    content: "2. ";
}
section:nth-of-type(3) h2::before {
    content: "3. ";
}
section:nth-of-type(4) h2::before {
    content: "4. ";
}
section:nth-of-type(5) h2::before {
    content: "5. ";
}
section:nth-of-type(6) h2::before {
    content: "6. ";
}
@media only screen and (min-width: 768px) {
    section {
        margin: 3em 0;
        padding: 20px;
    }
}
@media only screen and (min-width: 1600px) {
    section {
        width: 48%;
        float: left;
        margin: 20px;
    }
    section:nth-of-type(2n) {
        margin-right: 0;
    }
}

fieldset {
    position: relative !important;
}

.open {
    position: absolute;
    width: 300px;
    background: #000000;
    color: #fff;
    left: -266px;
    top: 0;
    padding: 12px;
    z-index: 10;
    overflow: visible;
    margin-top: 40px;
    font-size: 13px;
}

.open:before {
    content: "";
    position: absolute;
    top: -17px;
    border: 9px solid #000;
    border-color: transparent transparent #000 transparent;
    right: 11px;
}
