@font-face {
    font-family: 'ElleGabor';
    src: url('../fonts/ElleGaborDemiBold.woff2') format('woff2'),
    url('../fonts/ElleGaborDemiBold.woff') format('woff'),
    url('../fonts/ElleGaborDemiBold.ttf') format('truetype'),
    url('../fonts/ElleGaborDemiBold.eot') format('eot');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'GeorgiaPro';
    src: url('../fonts/GeorgiaProCn.woff2') format('woff2'),
    url('../fonts/GeorgiaProCn.woff') format('woff'),
    url('../fonts/GeorgiaProCn.ttf') format('truetype'),
    url('../fonts/GeorgiaProCn.eot') format('eot');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

body {
    background: #eeeeee;
}

.CMI-premium__container, .CMI-header {
    max-width: 1022px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #eeeeee;
}

@media (min-width: 992px) {
    .CMI-premium__container, .CMI-header {
        padding: 0 25px;
    }
}

.CMI-premium__container {
    min-height: calc(100vh - 100px);
    margin-top: 49px;
    position: relative;
}

@media (min-width: 992px) {
    .CMI-premium__container {
        margin-top: 0;
    }
}

.CMI-header {
    height: 47px;
    background: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.33);
    max-width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}

@media (min-width: 992px) {
    .CMI-header {
        height: 100px;
        position: relative;

    }
}

.CMI-premium__container--header {
    position: relative;
    min-height: auto;
    height: 100%;
    background: #ffffff;
    margin-top: 0;
}

#brand-logo {
    position: absolute;
    right: 0;
    left: 0;
    margin: 9px auto 0;
    width: 72px;
    /*transition: all .05s ease-in-out;*/
}

@media (min-width: 992px) {
    #brand-logo {
        margin: 25px auto 0;
        width: 13%;
    }
}


.CMI-Premium__backLink {
    font-family: 'ElleGabor';
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    padding-left: 0;
    will-change: opacity;
    transition: opacity .2s ease-in;
}

.CMI-Premium__backLink:hover {
    opacity: .4;
    will-change: opacity;
    transition: opacity .2s ease-in;
}

@media (min-width: 992px) {
    .CMI-Premium__backLink {
        padding-left: 25px;
    }
}

.CMI-Premium__backLink::before {
    position: absolute;
    content: '';
    width: 19px;
    height: 12px;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(90deg);
    background: url("../svg/picto-fleche.svg") center no-repeat;
    display: block;
}

.CMI-Premium__backLink span {
    opacity: 0;
}

@media (min-width: 992px) {
    .CMI-Premium__backLink span {
        display: block;
        opacity: 1;
    }
}

.CMI-premium__container-content, .CMI-premium__container-content.full--layout {
    position: relative;
    width: calc(100% - 20px);
    background: #ffffff;
    margin: 0 auto 80px auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.29);
}

.container-content--piled {
    margin-bottom: 15px;
}

.container-content--piled__marginmore {
    margin-bottom: 30px;
}

.CMI-premium__container-content.full--layout, .CMI-premium__container-content.full--layout {
    float: none;
    max-width: 635px;
}

@media (min-width: 992px) {
    .CMI-premium__container-content {
        float: left;
        width: calc(100% - 331px);
    }

    .CMI-premium__container-content.full--layout {
        position: relative;
        width: calc(100% - 20px);
        background: #ffffff;
        margin: 0 auto 80px auto;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.29);
    }
}

.CMI-premium__container--aside {
    position: relative;
    top: 0;
    float: right;
    width: 307px;
    background: #ffffff;
    display: none;
}

@media (min-width: 992px) {
    .CMI-premium__container--aside {
        display: block;
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0;
    }

    body.error .CMI-premium__container--aside {
        top: 54px;
    }
}

.CMI-premium__container--aside .Offre-num__picto {
    width: 35%;
    margin-left: 5px;
}

.CMI-premium__heading-steps {
    width: 100%;
    height: 124px;
    text-align: center;
    padding: 20px 0 0;
}

@media (min-width: 992px) {
    .CMI-premium__heading-steps {
        padding: 40px 0 0;
        height: 164px;
    }
}

.CMI-premium__heading-steps h1 {
    font-family: 'ElleGabor';
    font-size: 22px;
    color: #000000;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .CMI-premium__heading-steps h1 {
        font-size: 30px;
    }
}

.CMI-premium__heading-steps ul {
    display: flex;
    justify-content: space-between;
    width: 252px;
    position: relative;
    margin: 0 auto;
    z-index: 10;
    margin-top: 15px;
}

.CMI-premium__heading-steps ul.CMI-menu-steps3 {
    width: 168px;
}

.CMI-premium__heading-steps ul::after {
    position: absolute;
    content: '';
    top: calc(50% - 1px);
    width: 90%;
    height: 1px;
    display: block;
    background: #989898;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
}

.CMI-premium__list {
    width: 31px;
    height: 31px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    padding: 9px 0;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
}

.CMI-premium__list:first-child {
    margin-left: 0;
}

.CMI-premium__list--active {
    color: #ffffff;
    background: #000000;
}

.CMI-heading__info {
    display: block;
    width: 100%;
    height: auto;
    min-height: 50px;
    background-color: #ffef61;
    text-align: center;
    position: relative;

}

.CMI-heading__info p, .CMI-heading__info--formuleMobile label {
    position: absolute;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
}

.CMI-heading__info p strong, .CMI-heading__info--formuleMobile label strong {
    font-weight: bold;
}

.CMI-heading__info--mainInfo {
    height: 94px;
    background: #ffffff;
    border-bottom: solid 1px #c1c1c1;
    text-align: center;
}

.CMI-heading__info--noBorder {
    border: 0;
    height: 68px;
}

.CMI-heading__info--PayMode {
    margin-top: 38px;
    margin-bottom: -5px;
}

.CMI-heading__info--mainInfo p {
    width: 90%;
    font-family: 'GeorgiaPro';
    font-size: 18px;
    line-height: 22px;
    color: #000000;

}

@media (min-width: 380px) {
    .CMI-heading__info--mainInfo p {
        width: 315px;
    }
}

.CMI-heading__info--formuleMobile {
    display: block;
    position: relative;
}

@media (min-width: 992px) {
    .CMI-heading__info--formuleMobile {
        display: none;
    }
}

.CMI-premium__container__content .CMI-heading__info {
    width: 100%;
}

/* block infos secured  cadenas */
.CMI-heading--secured {
    position: absolute;
    top: -70px;
    display: none;
}

.CMI-premium__container-content.is-secured {
    margin-top: 70px;
}

.CMI-premium__container-content.is-secured .CMI-heading--secured {
    display: block;
}

@media (min-width: 992px) {
    .CMI-premium__container-content.is-secured {
        margin-top: 0;
    }

    .CMI-heading--secured {
        position: relative;
        top: 0;
    }
}

.CMI-heading--secured p svg {
    margin-right: 22px;
    vertical-align: text-bottom;
    position: relative;
    top: 3px;
}


.CMI__base-form, .MdpArea {
    margin-top: 30px;
    display: block;
    width: 100%;
    padding: 10px 25px 25px 25px;
    margin: auto;
}

.CMI__base-form .form-check:first-child {
    margin-top: -5px;
}

@media (min-width: 480px) {
    .CMI__base-form, .MdpArea {
        max-width: 355px;
    }
}

/* toggle infos sur mobile*/
#toggle {
    position: absolute;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
}

.CMI-heading__info--formuleMobile label {
    position: relative;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    width: 100%;
    height: 50px;
    display: block;
    top: 12px;
    left: 0;
    right: 0;
    transform: none;
    padding-top: 0;
    cursor: pointer;
    padding-right: 30px;
}

@media (min-width: 374px) {
    .CMI-heading__info--formuleMobile label {
        font-size: 14px;
        padding-right: 0;
    }
}

.CMI-heading__info--formuleMobile label::after {
    position: absolute;
    width: 19px;
    height: 12px;
    right: 15px;
    top: 8px;
    content: '';
    background-image: url("../svg/picto-fleche.svg");
    transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    will-change: transform;
}

#toggle:checked + label::after {
    background-image: url("../svg/picto-fleche.svg");
    transform: rotate(180deg);
    transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    will-change: transform;
}

.change__content {
    width: 280px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 30px;
    display: inline-block;
}

.CMI-premium__container--aside .change__content {
    margin-left: 10px;
}

.change__content img, .change__text {
    display: inline-block;
}

.change__text {
    float: right;
    width: 162px;
    text-align: left;
}

.change__text__gabor {
    font-family: 'ElleGabor';
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-transform: uppercase;
}

.change__text__georgiaPro {
    font-family: 'GeorgiaPro';
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding-top: 9px;
}

.text__gabor--seize {
    font-size: 16px;
    padding-top: 5px;
}

.btn--promo {
    display: block;
    margin: 20px auto;
    padding: 3px 8px 4px;
    background: #ffef61;
    width: 220px;
    text-align: center;
}

/*promo 100%*/
.promo__permanent-link {
    padding: 13px 36px 19px;
    width: 100%;
    border-top: 1px solid #c1c1c1;
    display: block;
    clear: both;
}

.promo__permanent-link > svg {
    vertical-align: -2px;
    margin-right: 8px;
}

.promo__permanent-link:hover {
    text-decoration: none;
}

/* listing col de droite desktop only */
.detail-list__aside {
    width: 100%;
    border-top: 1px solid #c1c1c1;
    padding: 0 12px 30px;
    clear: both;
}

.detail-list__element {
    position: relative;
    padding-left: 36px;
    margin-top: 20px;
}

.detail-list__element::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: 0;
    top: 9px;
    background-image: url(../svg/picto-check.svg);
    background-size: 50%;
    background-color: #ffef61;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center center;
}

.Offre-num__picto {
    width: 31%;
}

.change__content .change__text__gabor.btn--promo {
    float: none;
    clear: both;
    margin: 0 auto;
    top: 14px;
    position: relative;
    margin-bottom: 14px;
}

body {
    display: flow-root;
}

.wrap-premium__container-content.wrap-premium__full--layout {
    position: relative;
    width: calc(100% - 20px);
    background: none;
    margin: 0 auto 80px auto;
    float: none;
    max-width: 635px;
}

.wrap-premium__container-content.wrap-premium__full--layout ~ .CMI-premium__container--aside {
    display: none;
}

.CMI-premium__heading-steps.CMI-premium__heading-nonav {
    position: relative;
    height: auto;
    margin: 25px 0;
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

@media (min-width: 992px) {
    .CMI-premium__heading-steps.CMI-premium__heading-nonav {
        float: none;
    }
}

.CMI-premium__heading-steps.CMI-premium__heading-nonav h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    font-size: 30px;
}

/*ajout ediis pour Votre formule : Offre numérique + papier en col de droite */
@media (min-width: 992px) {
    .CMI-premium__container--aside .CMI-heading__info p {
        line-height: 19px;
    }
}


#zone-formule:checked + label::after {
    background-image: url("../svg/picto-fleche.svg");
    transform: rotate(180deg);
    transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    will-change: transform;
}

#zone-formule + label ~ .CMI-heading__info__content {
    max-height: 0;
    height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: max-height .5s ease-in-out;
}

#zone-formule:checked + label ~ .CMI-heading__info__content {
    max-height: 400px;
    height: auto;
    will-change: max-height;
    transition: max-height .5s ease-in-out;
    /*transition: max-height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);*/
}

#zone-formule {
    position: absolute;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
}

/*
****************************** EDIIS dynamique bandeau jaune
*/

.CMI-heading__info--formuleMobile input[type="checkbox"] {
    position: absolute;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
}

.CMI-heading__info--formuleMobile .CMI-heading__info__content {
    text-align: center;
    padding: 0;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.29);
    background: #ffffff;
    max-height: 0;
    transition: max-height 500ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
}

.CMI-heading__info--formuleMobile input[type="checkbox"]:checked + label ~ .CMI-heading__info__content {
    max-height: 280px;
    transition: max-height 500ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}