   .LandingMGM {
        font-family: "Lucas", "Nespresso Lucas";
        font-weight: 400;
        text-align: center;
        overflow: hidden;
        color: #000;
        background-color: #fff;
    }

    .LandingMGM * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        position: relative;
        outline: 0;
    }

    .LandingMGM .LandingMGM_RedBlock {
        background-color: #B07D39;
        display: block;
        margin: 0 auto;
        width: 100%;
        overflow: hidden;
        position: relative;
        color: #fff;
        background-image: url("https://www.nespresso.com/shared_res/mos/free_html/fr/op-mgm-avril-21/images/background-parrain.png");
        background-position: top center;
        height: 397px;
    }

    .LandingMGM .LandingMGM_RedBlock .MainTitle {
        font-weight: 800;
        text-transform: uppercase;
        line-height: 1em;
        font-size: 50px;
        padding-top: 1em;
    }

    .LandingMGM .LandingMGM_RedBlock .TextIntro {
        text-transform: uppercase;
        font-weight: 400;
        line-height: 1.2em;
        font-size: 30px;
        padding-top: 0.9em;
    }

    .LandingMGM[data-logged="1"] .LandingMGM_RedBlock .TextIntro {
        margin-bottom: 50px;
    }

    .LandingMGM .LandingMGM_RedBlock .TextCode {
        text-transform: uppercase;
        font-weight: 400;
        line-height: 1em;
        font-size: 20px;
        color: #B07D39;
        margin: 50px auto;
        margin-top: 0;
        background-color: #ffffff;
        max-width: 600px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
    }

    .LandingMGM .LandingMGM_RedBlock .ValueCodeParrain {
        font-weight: 700;
        text-transform: uppercase;
        line-height: 50px;
        font-size: 30px !important;
        color: #B07D39;
        width: 185px;
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: top;
        font-family: "Lucas";
        outline: 0;
    }

    @supports not (-ms-high-contrast: none) {
        .LandingMGM .LandingMGM_RedBlock .ValueCodeParrain {
            background-image: linear-gradient(90deg, #dbba89, #e0ce90);
            background-size: 100%;
            -webkit-background-clip: text;
            -moz-background-clip: text;
            -webkit-text-fill-color: transparent;
            -moz-text-fill-color: transparent;
        }
    }

    /*******************************************************************************************/

    .LandingMGM .LandingMGM_RedBlock_Filleul {
        display: block;
        margin: 0 auto;
        width: 100%;
        overflow: hidden;
        position: relative;
        color: #fff;
        height: 273px;
        background-image: url("https://www.nespresso.com/ecom/medias/sys_master/public/14663692779550/KV-MGM-NNA-v1.jpg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .LandingMGM .LandingMGM_RedBlock_Filleul .MainTitle {
        font-weight: 800;
        text-transform: uppercase;
        line-height: 1em;
        font-size: 50px;
        padding-top: 1em;
        padding-bottom: 30px;
    }

    .LandingMGM .LandingMGM_RedBlock_Filleul .TextIntro {
        text-transform: uppercase;
        font-weight: 400;
        line-height: 50px;
        font-size: 30px;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid transparent;
    }

    .LandingMGM .LandingMGM_RedBlock_Filleul .TextCode {
        text-transform: uppercase;
        font-weight: 400;
        line-height: 1em;
        font-size: 20px;
        color: #B07D39;
        margin: 0;
        background-color: #ffffff;
        max-width: 600px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
        display: inline-block;
        padding: 0 20px;
        margin-left: 20px;
    }

    .LandingMGM .LandingMGM_RedBlock_Filleul .ValueCodeParrainText {
        font-weight: 700;
        text-transform: uppercase;
        line-height: 50px;
        font-size: 30px;
        color: #B07D39;
        background-color: transparent;
        border: 0px solid;
        margin: 0;
        text-align: center;
        padding: 0;
        display: inline-block;
        vertical-align: top;
        outline: 0;
        font-family: "Lucas";
    }

    /*******************************************************************************************/

    .LandingMGM .LandingMGM_notLoggedStartBlock {
        background-color: #fff;
        padding: 50px;
        font-size: 0;
        overflow: hidden;
        height: 250px;
        display: none;
    }

    .LandingMGM .LandingMGM_notLoggedStartBlock .Title {
        font-size: 30px;
        line-height: 1em;
        text-transform: uppercase;
        color: #B07D39;

        font-weight: 400;
    }

    .LandingMGM .LandingMGM_notLoggedStartBlock .Text {
        font-size: 20px;

        font-weight: 600;
        color: #B07D39;
        line-height: 1em;
        padding: 30px;
    }

    .LandingMGM .LandingMGM_notLoggedStartBlock .BtnLogin {
        border: 1px solid #B07D39;
        background-color: transparent;
        border-radius: 4px;
        padding: 0 20px;
        height: 40px;
        display: flex;
        max-width: 230px;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #B07D39;
        text-decoration: none;
        font-size: 16px;

        font-weight: 600;
        margin: 0px auto;
        outline: 0;
        cursor: pointer;
        transition: all ease-in-out 0.2s;
    }

    .LandingMGM .LandingMGM_notLoggedStartBlock .BtnLogin:hover {
        border: 1px solid #B07D39;
        background-color: #B07D39;
        color: #fff;
    }

    .LandingMGM .LandingMGM_notLoggedStartBlock .BtnLogin::before {
        content: " ";
        background-image: url("https://www.nespresso.com/shared_res/mos/free_html/fr/op-mgm-avril-21/images/picto.svg");
        width: 20px;
        height: 22px;
        display: inline-block;
        margin-right: 10px;
    }

    .LandingMGM .LandingMGM_notLoggedStartBlock .BtnLogin:hover::before {
        filter: brightness(100);
    }

    /*******************************************************************************************/

    .LandingMGM .LandingMGM_notLoggedEndBlock {
        background-color: #ffffff;
        padding: 50px;
        font-size: 0;
        overflow: hidden;
        height: 385px;
        display: none;
    }

    /*******************************************************************************************/
    .LandingMGM .LandingMGM_OffersBlock {
        background-color: #fff;
        padding: 50px;
        font-size: 0;
        overflow: hidden;
        max-width: 996px;
        margin: 0 auto;
    }

    .LandingMGM .LandingMGM_OffersBlock .Wrapper {
        display: inline-block;
        width: 50%;
        position: relative;
        vertical-align: top;
        height: 575px;
    }

    .LandingMGM .LandingMGM_OffersBlock .Title {
        font-size: 14px;
        line-height: 0.9em;
        text-transform: uppercase;
        padding-bottom: 30px;
        color: #7c7c7c;
        font-weight: 700;
    }

    .LandingMGM .LandingMGM_OffersBlock .Title strong {
        font-size: 36px;
        line-height: 1.2em;
        display: block;
        color: #000000;
        display: block;
    }

    .LandingMGM .LandingMGM_OffersBlock .KV {
        width: 398px;
        margin: 0 auto;
    }

    .LandingMGM .LandingMGM_OffersBlock .KV img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .LandingMGM .LandingMGM_OffersBlock .TextOffre {
        font-size: 26px;
        line-height: 30px;
        color: #000;
        text-transform: uppercase;
        font-weight: 700;
        margin: 15px auto;
        height: 80px;
        display: flex;
        justify-content: flex-end;
        text-align: center;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        margin-top: -200px;
    }

    .LandingMGM .LandingMGM_OffersBlock .LinkText a {
        font-size: 13px;
        color: #232220;
        text-decoration: underline;
    }

    .LandingMGM .LandingMGM_OffersBlock .Text {
        font-size: 18px;
        color: #7c7c7c;
        max-width: 276px;
        margin: 0 auto;
    }

    .LandingMGM .LandingMGM_OffersBlock .RedText {
        color: #B07D39;

        font-weight: 500;
    }

    .LandingMGM .LandingMGM_OffersBlock .StepsOffers {
        font-weight: 500;
        display: flex;
        width: 100%;
        margin: 0 auto;
        justify-content: center;
        max-width: 930px;
    }

    .LandingMGM .LandingMGM_OffersBlock .StepsOffers li {
        padding: 69px;
        flex-basis: 33%;
    }

    .LandingMGM .LandingMGM_OffersBlock .StepsOffers .Step {
        background-color: #ede7e0;

        font-weight: 700;
        font-size: 15px;
        text-align: center;
        flex-basis: 33%;
        height: 100%;
        color: #7c7c7c;
        border-radius: 8px;
        text-transform: uppercase;
        line-height: 1em;
        padding: 15px;
    }

    .LandingMGM .LandingMGM_OffersBlock .StepsOffers .Step::after {
        content: " ";
        position: absolute;
        width: 14px;
        height: 23px;
        background-image: url("https://www.nespresso.com/shared_res/mos/free_html/fr/op-mgm-avril-21/images/arrow.svg");
        background-size: 14px 23px;
        background-repeat: no-repeat;
        right: -76px;
        top: calc(50% - 12px);
        opacity: 0.5;
    }

    .LandingMGM .LandingMGM_OffersBlock .StepsOffers li:last-child .Step::after {
        display: none;
    }

    .LandingMGM .LandingMGM_OffersBlock .StepsOffers .Step .Num {
        font-weight: 700;
        margin: 0 auto;
        margin-bottom: 15px;
        height: 64px;
        width: 64px;
    }

    .LandingMGM .LandingMGM_OffersBlock .StepsOffers .Step .Num span {
        font-weight: 500;
        font-size: 42px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        top: 10px;
        left: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        position: absolute;
        border-radius: 50%;
    }

    /*******************************************************************************************/
    .LandingMGM .LandingMGM_OffersBlock_Filleul {
        background-color: #fff;
        padding: 50px;
        font-size: 0;
        overflow: hidden;
    }

    .LandingMGM .LandingMGM_OffersBlock_Filleul .Wrapper {
        display: block;
        position: relative;
        margin: 0 auto;
    }

    .LandingMGM .LandingMGM_OffersBlock_Filleul .Title {
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1em;
        font-size: 50px;
    }

    .LandingMGM .LandingMGM_OffersBlock_Filleul .KV {
        width: 580px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px auto;
        padding-top: 40px;
    }

    .LandingMGM .LandingMGM_OffersBlock_Filleul .KV img {
        max-width: 100%;
        max-height: 100%;
    }

    @media screen and (min-width: 1024px) {
        .LandingMGM .LandingMGM_OffersBlock_Filleul .KV img {
            width: 580px;
            height: 421.38px;
        }
    }

    .LandingMGM .LandingMGM_OffersBlock_Filleul .TextOffre {
        font-size: 30px;
        color: #7c7c7c;
        margin: 0 auto;
    }

    .LandingMGM .LandingMGM_OffersBlock_Filleul .Text {
        font-size: 18px;
        color: #7c7c7c;
        margin: 0 auto;
    }

    .LandingMGM .LandingMGM_OffersBlock_Filleul .RedText {
        color: #B07D39;

        font-weight: 600;
    }

    .LandingMGM .LandingMGM_OffersBlock_Filleul .StepsOffers {
        font-weight: 600;
        display: flex;
        width: 100%;
        margin: 30px auto;
        justify-content: center;
        max-width: 990px;
    }

    .LandingMGM .LandingMGM_OffersBlock_Filleul .StepsOffers li {
        padding: 23px;
        flex-basis: 25%;
    }

    .LandingMGM .LandingMGM_OffersBlock_Filleul .StepsOffers .Step {
        background-color: #e4e4e4;
        font-weight: 700;
        font-size: 15px;
        text-align: center;
        flex-basis: 25%;
        height: 100%;
        color: #7c7c7c;
        border-radius: 8px;
        text-transform: uppercase;
        line-height: 1em;
        padding: 15px 5px;
    }

    .LandingMGM .LandingMGM_OffersBlock_Filleul .StepsOffers .Step::after {
        content: " ";
        position: absolute;
        width: 14px;
        height: 23px;
        background-image: url("https://www.nespresso.com/shared_res/mos/free_html/fr/op-mgm-avril-21/images/arrow.svg");
        background-size: 14px 23px;
        background-repeat: no-repeat;
        right: -30px;
        top: calc(50% - 12px);
        opacity: 0.5;
    }

    .LandingMGM
    .LandingMGM_OffersBlock_Filleul
    .StepsOffers
    li:last-child
    .Step::after {
        display: none;
    }

    .LandingMGM .LandingMGM_OffersBlock_Filleul .StepsOffers .Step .StepText {
        display: flex;
        height: 80px;
        justify-content: center;
        align-items: center;
        font-size: 15px;
    }

    .LandingMGM
    .LandingMGM_OffersBlock_Filleul
    .StepsOffers
    li:last-child
    .Step
    .StepText {
        font-size: 13px;
    }

    .LandingMGM .LandingMGM_OffersBlock_Filleul .StepsOffers .Step .Num {
        font-weight: 500;
        margin: 20px auto;
        margin-bottom: 0;
        height: 30px;
        width: 64px;
    }

    .LandingMGM .LandingMGM_OffersBlock_Filleul .StepsOffers .Step .Num span {
        font-weight: 500;
        font-size: 42px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        top: 10px;
        left: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        position: absolute;
        background-color: #e4e4e4;
        border-radius: 50%;
    }

    .LandingMGM .LandingMGM_OffersBlock_Filleul a {
        color: #000;
        width: 200px;
        font-size: 12px;
        margin-top: 40px;
        display: inline-block;
    }

    /*----------------------------------------------------*/

    .LandingMGM .BtnLink {
        background-color: #B07D39;
        padding: 0 20px;
        border: 2px solid #B07D39;
        height: 54px;
        display: flex;
        max-width: 270px;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-family: Lucas;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0px auto;
        outline: 0;
        cursor: pointer;
        border-radius: 2px;
    }

    .LandingMGM .BtnLink:hover {
        background-color: #fff;
        color: #B07D39;
    }

    /*----------------------------------------------------*/
    .LandingMGM .LandingMGM_FormBlock {
        background-color: #c3c0c0;
        height: 800px;
    }

    /*----------------------------------------------------------------------------*/
    .LandingMGM .LandingMGM_FAQBlock {
        background-color: #ede7e0;
        min-height: 480px;
        padding-bottom: 16px;
    }

    .LandingMGM .LandingMGM_FAQBlock .Wrapper {
        max-width: 990px;
        margin: 0 auto;
        padding: 50px 30px;
    }

    .LandingMGM .LandingMGM_FAQBlock::after {
        background-color: #B07D39;
        height: 16px;
        width: 100%;
        content: " ";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .LandingMGM .LandingMGM_FAQBlock .Title {
        text-align: left;
        font-size: 30px;
        line-height: 1em;
        text-transform: uppercase;

        font-weight: 700;
    }

    .LandingMGM .LandingMGM_FAQBlock .FAQ-Item {
        padding-top: 30px;
    }

    .LandingMGM .LandingMGM_FAQBlock .Question {
        text-align: left;
        font-size: 18px;

        font-weight: 700;
        padding-left: 40px;
        line-height: 1.2em;
        cursor: pointer;
    }

    .LandingMGM .LandingMGM_FAQBlock .Question::before {
        content: " ";
        position: absolute;
        width: 27px;
        height: 27px;
        background-image: url("https://www.nespresso.com/shared_res/mos/free_html/fr/op-mgm-avril-21/images/arrow.svg");
        background-size: 8px 14px;
        background-repeat: no-repeat;
        background-position: center center;
        left: 0px;
        top: -3px;
        border: 1px solid #000;
        border-radius: 50%;
        transform: rotate(0deg);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
        cursor: pointer;
    }

    .LandingMGM .LandingMGM_FAQBlock .Question[data-expand="1"]::before {
        transform: rotate(90deg);
    }

    .LandingMGM .LandingMGM_FAQBlock .Answer {
        text-align: left;
        font-size: 16px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
        overflow: hidden;
        height: 0;
        overflow: hidden;
        padding: 0;
        padding-left: 40px;
        color: #000 !important;
    }

    .LandingMGM .LandingMGM_FAQBlock .Question[data-expand="1"] + div {
        height: auto;
        padding: 0;
        padding-top: 20px;
        padding-left: 40px;
    }

    /*--------------------------------------------------------------------------*/
    .LandingMGM[data-logged="1"] *[data-logged="0"],
    .LandingMGM[data-logged="1"] *[data-logged="2"],
    .LandingMGM[data-logged="0"] *[data-logged="1"],
    .LandingMGM[data-logged="2"] *[data-logged="1"] {
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        min-height: 0 !important;
    }

    .LandingMGM[data-logged="2"] *[data-logged="2"],
    .LandingMGM[data-logged="0"] *[data-logged="0"],
    .LandingMGM[data-logged="1"] *[data-logged="1"] {
        height: auto;
    }

    /*----------------------------------------------------*/
    .LandingMGM .LandingMGM_MachineListBlock {
        background-color: #ede7e0;
        padding-top: 0px;
        padding-bottom: 70px;
    }

    .LandingMGM .LandingMGM_MachineListBlock .Step::before {
        content: " ";
        width: 50px;
        height: 50px;
        background-color: #fff;
        top: -25px;
        left: calc(50% - 25px);
        z-index: 2;
        transform-origin: center center;
        transform: rotate(45deg);
        display: block;
        position: absolute;
    }

    .LandingMGM .LandingMGM_MachineListBlock .Step {
        position: relative;
        display: block;
        margin: 0 auto;
        padding-top: 60px;
        overflow: hidden;
    }

    .LandingMGM .LandingMGM_MachineListBlock .Step .Title {
        text-transform: uppercase;
        font-weight: 500;
        color: #000;
        font-size: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url("https://www.nespresso.com/shared_res/mos/free_html/fr/op-mgm-avril-21/images/three-dots.png");
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    .LandingMGM .LandingMGM_MachineListBlock .MainTitle {
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1em;
        font-size: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .LandingMGM .LandingMGM_MachineListBlock .TextIntro {
        font-family: "NespressoLucas-Regular";
        font-weight: normal;
        line-height: 1.2em;
        font-size: 30px;
        padding: 30px;
        max-width: 950px;
        margin: 0 auto;
    }

    .LandingMGM .LandingMGM_MachineListBlock .TextIntro strong {
        font-family: "NespressoLucas-Bold";
        font-weight: normal;
    }

    .LandingMGM .LandingMGM_MachineListBlock .MachinesList {
        max-width: 995px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
        padding: 20px;
    }

    .LandingMGM .LandingMGM_MachineListBlock .Title {
        flex-basis: 100%;
        font-size: 20px;
        text-transform: uppercase;
        padding: 20px;
        font-weight: 700;
        margin: 0;
    }

    .LandingMGM .LandingMGM_MachineListBlock .MachinesList {
        max-width: 996px;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
        position: relative;
        display: flex;
        align-items: flex-start;
        height: 500px;
    }

    .LandingMGM .LandingMGM_MachineListBlock .Machine {
        max-width: 429px;
        flex-basis: 50%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        opacity: 1;
        z-index: 1;
        position: relative;
        margin: 0 22px;
    }

    @media screen and (min-width: 1024px) {
        .LandingMGM .LandingMGM_MachineListBlock .Machine[data-selected="1"] {
            height: 420px;
        }
    }

    .LandingMGM .LandingMGM_MachineListBlock .MachineKV {
        margin: 0 auto;
    }

    .LandingMGM
    .LandingMGM_MachineListBlock
    .Machine[data-selected="1"]
    .MachineKV {
        opacity: 1;
    }

    .LandingMGM .LandingMGM_MachineListBlock .MachineName {
        text-transform: uppercase;
        font-size: 15px;
        margin-top: -230px;
        font-weight: 700;
    }

    .LandingMGM .LandingMGM_MachineListBlock .MachineDescription {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .LandingMGM .LandingMGM_MachineListBlock .TextLink {
        flex: 1;
        margin-bottom: 13px;
    }

    .LandingMGM .LandingMGM_MachineListBlock .TextLink a {
        font-size: 12px;
        color: #000;
        text-decoration: underline;
        font-size: 13px;
    }

    .LandingMGM .LandingMGM_MachineListBlock .MachinePrice {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        color: #418200;
        /* margin-bottom: 20px; */
        margin-top: 20px;
        flex-basis: 20px;
    }

    .LandingMGM .LandingMGM_MachineListBlock .MachineColor {
        flex-basis: 18px;
        font-size: 14px;

        font-weight: 700;
        color: #000;
    }

    .LandingMGM .LandingMGM_MachineListBlock .MachineKV img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

    .LandingMGM .LandingMGM_MachineListBlock .MachineColorsList {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 95px;
        width: 100%;
        left: 0;
        z-index: 2;
    }

    .LandingMGM .LandingMGM_MachineListBlock .MachineColorsList div {
        font-size: 0;
        flex-basis: 25px;
        max-width: 25px;
        height: 25px;
        border-radius: 50%;
        margin: 6px;
        border: 1px solid #aeaeae;
        cursor: pointer;
    }

    .LandingMGM
    .LandingMGM_MachineListBlock
    .MachineColorsList
    div[data-selected="1"]::before {
        content: " ";
        position: absolute;
        height: 25px;
        width: 25px;
        top: -3px;
        left: -3px;
        border: 2px solid #a6a6a6;
        border-radius: 50%;
    }

    .LandingMGM
    .LandingMGM_MachineListBlock
    .MachineColorsList
    div[data-selected="1"]::after {
        content: " ";
        position: absolute;
        height: 15px;
        width: 15px;
        top: 4px;
        left: 4px;
        border-radius: 50%;
        background-color: #fff;
    }

    .LandingMGM .LandingMGM_MachineListBlock .Machine .BtnLink {
        margin-top: 20px;
        font-size: 15px;
        flex-basis: 40px;
    }

    @supports not (-ms-high-contrast: none) {
        .LandingMGM .LandingMGM_MachineListBlock .Machine .BtnLink {
            margin-top: 0px;
        }
    }

    /*----------------------------------------------------*/
    .LandingMGM .LandingMGM_FilleulValidBlock {
        padding-top: 0px;
        padding-bottom: 50px;
        overflow: hidden;
        background-image: url("https://www.nespresso.com/ecom/medias/sys_master/public/14685367566366/bg-mgm-etape-2-wide-1-.jpg?");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .LandingMGM .LandingMGM_FilleulValidBlock .Step::before {
        content: " ";
        width: 50px;
        height: 50px;
        background-color: #ede7e0;
        top: -25px;
        left: calc(50% - 25px);
        z-index: 2;
        transform-origin: center center;
        transform: rotate(45deg);
        display: block;
        position: absolute;
    }

    .LandingMGM .LandingMGM_FilleulValidBlock .Step {
        position: relative;
        display: block;
        margin: 0 auto;
        padding-top: 60px;
        overflow: hidden;
    }

    .LandingMGM .LandingMGM_FilleulValidBlock .Step .Title {
        text-transform: uppercase;
        font-weight: 500;
        color: #fff;
        font-size: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url("https://www.nespresso.com/shared_res/mos/free_html/fr/op-mgm-avril-21/images/three-dots-white.png");
        background-repeat: no-repeat;
        background-position: bottom center;
        margin: 0;
        padding: 20px;
    }

    .LandingMGM .LandingMGM_FilleulValidBlock .MainTitle {
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1em;
        font-size: 50px;
        padding-top: 20px;
        color: #fff;
    }

    .LandingMGM .LandingMGM_FilleulValidBlock .TextIntro {
        font-weight: 400;
        line-height: 1.2em;
        font-size: 30px;
        padding: 30px;
        max-width: 1020px;
        margin: 0 auto;
        color: #fff;
    }

    .LandingMGM .LandingMGM_FilleulValidBlock .BtnLink {
        background-color: #3D8705;
        border: 2px solid #3D8705;
        color: white;
    }

    .LandingMGM .LandingMGM_FilleulValidBlock .BtnLink:hover {
        background-color: #3D8705;
        color: #fff;
        box-shadow: 0 3px 3px 0 rgba(61, 135, 5, 1);
        transition: all .5s ease-in-out
    }

    /*----------------------------------------------------*/
    .LandingMGM .LandingMGM_FilleulStoreLocation {
        background-color: #fff;
        padding-top: 0px;
        padding-bottom: 50px;
        overflow: hidden;
    }

    .LandingMGM .LandingMGM_FilleulStoreLocation .Title {
        padding-top: 80px;
        text-transform: uppercase;
        font-weight: 500;
        color: #000;
        font-size: 30px;
        background-image: url("https://www.nespresso.com/shared_res/mos/free_html/fr/op-mgm-avril-21/images/boutique.svg");
        background-position: top center;
        background-size: 57px auto;
        background-repeat: no-repeat;
        margin: 0 auto;
        margin-top: 50px;
        line-height: 1.2em;
    }

    .LandingMGM .LandingMGM_FilleulStoreLocation .TextIntro {
        font-weight: 400;
        line-height: 1.2em;
        font-size: 22px;
        padding: 30px;
        max-width: 1020px;
        margin: 0 auto;
        color: #000;
    }

    .LandingMGM .LandingMGM_FilleulStoreLocation .TextCode {
        text-transform: uppercase;
        font-weight: 400;
        line-height: 1em;
        font-size: 20px;
        color: #fff;
        margin: 0px auto;
        background-color: #B07D39;
        max-width: 600px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
    }

    .LandingMGM .LandingMGM_FilleulStoreLocation .TextCode .ValueCodeParrain {
        font-weight: 700;
        text-transform: uppercase;
        line-height: 40px;
        font-size: 30px !important;
        height: 40px;
        color: #fff;
        width: 185px;
        /* padding-left: 10px; */
        margin: 5px 10px;
        margin-right: 0;
        padding: 0;
        background-color: transparent;
        display: inline-block;
        vertical-align: top;
        font-family: "Lucas";
        border: 0px solid;
        outline: 0;
    }

    .LandingMGM .LandingMGM_FilleulStoreLocation .TextLink {
        padding: 20px;
    }

    .LandingMGM .LandingMGM_FilleulStoreLocation .TextLink a {
        font-size: 18px;
        color: #000;
        line-height: 20px;
        text-decoration: underline;
    }

    .LandingMGM .LandingMGM_FilleulStoreLocation .BtnLink {
        background-color: #fff;
        border: 2px solid #000;
        color: #000;
        background-image: url("https://www.nespresso.com/shared_res/mos/free_html/fr/op-mgm-avril-21/images/location.svg");
        background-position: left 10px center;
        background-size: 25px auto;
        background-repeat: no-repeat;
        font-size: 18px;
        font-weight: 500;
        text-transform: none;
        padding-left: 50px;
        max-width: none;
        margin-top: 25px;
    }

    /*--------------------------------------------------------*/

    div[aria-describedby="dp-popin-filleul"] .Glyph--cross:before,
    div[aria-describedby="dp-popin-parrain"] .Glyph--cross:before,
    div[aria-describedby="dp-popin-assortiments"] .Glyph--cross:before {
        color: #fff;
        font-size: 18px;
    }

    div[aria-describedby="dp-popin-filleul"] .Glyph,
    div[aria-describedby="dp-popin-parrain"] .Glyph,
    div[aria-describedby="dp-popin-assortiments"] .Glyph {
        background-color: #000;
    }

    .popin-assortiments {
        margin: -20px;
        max-width: 970px;
    }

    .popin_assortiments__machines {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 700;
        padding: 20px;
        justify-content: center;
    }

    .popin_assortiments__machines img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .popin-assortiments__title {
        color: #fff;
        background-color: #000;
        font-size: 36px;
        line-height: 1em;
        text-align: center;
        text-transform: uppercase;
        height: 140px;
        display: flex;
        font-weight: 700;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .popin-assortiments__text {
        font-weight: 700;
        font-size: 14px;
        padding: 20px;
        margin: 0 auto;
        text-align: center;
    }

    .popin-caps-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .popin-caps {
        flex-basis: 20%;
        height: 180px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .popin-caps__visual {
        width: 72px;
        margin: 0 auto;
    }

    .popin-caps__visual img {
        width: 100%;
        display: block;
    }

    .popin-caps__name {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        padding-top: 15px;
        margin-bottom: 8px;
        line-height: 13px;
    }

    .popin-caps__description {
        font-size: 11px;
        font-weight: 400;
        line-height: 13px;
    }

    /*------INTENSITE CAFE ----------*/
    .popin-caps__intensity {
        width: 110px;
        display: block;
        color: #000;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
        white-space: nowrap;
        margin: 0 auto;
        margin-bottom: 8px;
        opacity: 0;
    }

    .popin-caps__intensity::before {
        content: " ";
        display: inline-block;
        background-position: top left;
        background-image: url("https://www.nespresso.com/shared_res/mos/free_html/fr/op-mgm-avril-21/images/intensite.png");
        height: 6px;
        width: 97px;
        background-size: auto 6px;
        background-repeat: no-repeat;
        margin-top: 2px;
        box-sizing: border-box;
        background-position: top left;
    }

    .popin-caps__intensity::after {
        content: " ";
        display: inline-block;
        background-position: top left;
        background-image: url("https://www.nespresso.com/shared_res/mos/free_html/fr/op-mgm-avril-21/images/intensite.png");
        height: 6px;
        width: 97px;
        background-size: auto 6px;
        background-repeat: no-repeat;
        margin-top: 2px;
        box-sizing: border-box;
        background-position: top right;
    }

    .popin-caps__intensity span {
        width: 20px;
        font-size: 12px;
        line-height: 16px;
        display: inline-block;
        text-align: center;
        font-weight: 600;
    }

    .popin-caps__intensity[data-strength="0"] {
        opacity: 0;
    }

    .popin-caps__intensity[data-strength="1"],
    .popin-caps__intensity[data-strength="2"],
    .popin-caps__intensity[data-strength="3"],
    .popin-caps__intensity[data-strength="4"],
    .popin-caps__intensity[data-strength="5"],
    .popin-caps__intensity[data-strength="6"],
    .popin-caps__intensity[data-strength="7"],
    .popin-caps__intensity[data-strength="8"],
    .popin-caps__intensity[data-strength="9"],
    .popin-caps__intensity[data-strength="10"],
    .popin-caps__intensity[data-strength="11"],
    .popin-caps__intensity[data-strength="12"],
    .popin-caps__intensity[data-strength="13"] {
        opacity: 1;
    }

    .popin-caps__intensity[data-strength="1"]::before {
        margin-left: -90px;
        opacity: 1;
    }

    .popin-caps__intensity[data-strength="2"]::before {
        margin-left: -83px;
    }

    .popin-caps__intensity[data-strength="3"]::before {
        margin-left: -76px;
    }

    .popin-caps__intensity[data-strength="4"]::before {
        margin-left: -69px; /*--------------------------*/
    }

    .popin-caps__intensity[data-strength="5"]::before {
        margin-left: -62px;
    }

    .popin-caps__intensity[data-strength="6"]::before {
        margin-left: -55px;
    }

    .popin-caps__intensity[data-strength="7"]::before {
        margin-left: -48px;
    }

    .popin-caps__intensity[data-strength="8"]::before {
        margin-left: -41px;
    }

    .popin-caps__intensity[data-strength="9"]::before {
        margin-left: -34px;
    }

    .popin-caps__intensity[data-strength="10"]::before {
        margin-left: -28px;
    }

    .popin-caps__intensity[data-strength="11"]::before {
        margin-left: -20px;
    }

    .popin-caps__intensity[data-strength="12"]::before {
        margin-left: -13px;
    }

    .popin-caps__intensity[data-strength="13"]::before {
        margin-left: -6px;
    }

    .LandingMGM .LandingMGM_OffersBlock_Filleul .StepsOffers li:last-child .Step .StepText {
        font-size: 15px;
    }

    @media screen and (max-width: 1023px) {
        .LandingMGM .LandingMGM_FilleulValidBlock {
            background-image: url("https://www.nespresso.com/ecom/medias/sys_master/public/14675210960926/bg-mgm-etape-2-mobile.jpg?");
            background-position: top center;
            background-repeat: no-repeat;
            background-size: cover;
        }
    }