.CMI__base-form--padgTop {
    padding-top: 20px;
}

.form-check, .form-group {
    position: relative;
    margin-top: 10px;
    width: 100%;
    display: block;
}

.form-group input {
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.form-check input[type="radio"]:not(:checked) + label, .form-check input[type="radio"]:checked + label {
    height: auto;
    min-height: 54px;
    cursor: pointer;
}

/* radio boutons */
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 19px;
    width: 14px;
    height: 14px;
    border: 1px solid #000000;
    border-radius: 100%;
    background: #fff;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #000000;
    position: absolute;
    top: 21px;
    left: 17px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

input[type="radio"]:not(:checked) + label {
    width: 100%;
    height: 54px;
    display: block;
    border: 1px solid #cdcdcd;
    border-left: 5px solid #cdcdcd;
    font-family: 'GeorgiaPro';
    font-size: 18px;
    line-height: 50px;
    padding-left: 38px;
    will-change: border-color;
    transition: border-color .2s ease-in;
}

input[type="radio"]:checked + label {
    width: 100%;
    height: 54px;
    display: block;
    border: 1px solid #000000;
    border-left: 5px solid #000000;
    font-family: 'GeorgiaPro';
    font-size: 18px;
    line-height: 50px;
    padding-left: 38px;
    color: #000000;
    will-change: border-color;
    transition: border-color .2s ease-in;
}

.form-check, .form-check-label .form-check-label_conditions {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #656565;
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    top: -5px
}

/* form group */
.form-group {
    margin-top: 20px;
}

.form-group:nth-child(3) {
    margin-top: 20px;
}

.form-group label {
    display: inline-block;
    font-family: 'GeorgiaPro';
    font-size: 18px;
    line-height: 18px;
}

.form-group input, .form-group select {
    display: block;
    width: 100%;
    height: 54px;
    display: block;
    /*background: #ffffff;*/
    border: 1px solid #656565;
    margin: 9px 1px 1px 1px;
    padding: 0 17px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 15px;
    will-change: border-color;
    transition: border-color .2s ease-in;
}

.form-group select {
    padding-right: 0;
}

.form-group input:focus, .form-group select:focus {
    display: block;
    width: 100%;
    height: 54px;
    display: block;
    border: 2px solid #000000;
    margin: 9px 0 1px 0;
    will-change: border-color;
    transition: border-color .2s ease-in;
}

.form-group .custom-control-input, .form-group .custom-control-input:focus {
    width: 69%;
}

@media (min-width: 480px) {
    .form-group .custom-control-input, .form-group .custom-control-input:focus {
        width: 62%;
    }
}

.full-divider-form {
    /*width: calc(100% - 332px);*/
    width: 100%;
    height: 54px;
    position: absolute;
    left: 0;
    right: 0;
}

.full-divider-form::before {
    position: absolute;
    content: '';
    width: 100%;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    height: 1px;
    background: #c1c1c1;
}

.full-divider-ScndSection {
    height: 54px;
}

/* Custom select */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    background: #ffffff;
    background-image: none;
}

/* Remove IE arrow */
select::-ms-expand {
    display: none;
}

/* Custom Select */
.select {
    position: relative;
}

select {
    cursor: pointer;
}

select option, select option:hover, select option:focus, select option:checked {
    background-color: #ffffff;
    border: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 18px;
    margin: 10px 0;
}

/* Arrow */
.select::after {
    position: absolute;
    width: 15px;
    height: 8px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background-image: url("../svg/picto-fleche.svg");
    transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    will-change: transform;
    pointer-events: none;
    background-size: 70%;
    background-repeat: no-repeat;
}

/* Transition */
.select:hover::after {
    opacity: .5;
}

/* Button submit */
button[type="submit"] {
    position: relative;
    width: 100%;
    height: 54px;
    font-family: 'ElleGabor';
    font-size: 16px;
    color: #ffffff;
    background: #000000;
    text-transform: uppercase;
    margin-top: 54px;
    border: 0;
    -webkit-appearance: none;
    will-change: opacity;
    transition: opacity .2s ease-in;
}

button[type="submit"] {
    transition: background-color .2s ease-in;
}

button[type="submit"]:hover {
    opacity: .4;
    will-change: opacity;
    transition: opacity .2s ease-in;
}

button[type="submit"].btn-disabled {
    background: #cdcdcd;
    border: 0;
    pointer-events: none;
    transition: background-color .2s ease-in;
    opacity: 1;
}

/* errors */
.error_global {
    position: fixed;
    top: 47px;
    left: 0;
    right: 25px;
    width: 100%;
    display: block;
    height: 0;
    background: #ffdddd;
    z-index: 100;
    text-align: center;
    overflow: hidden;
}

@media (min-width: 992px) {
    .error_global {
        top: 0;
        position: sticky;

    }
}

.error_global span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    line-height: 16px;
    font-size: 13px;
    color: #f24141;
}

/*display error*/
.deployDwn {
    animation: deploy .3s ease-in-out forwards;
    animation-delay: 1s;
    opacity: 1;
    z-index: 10000;
}

@keyframes deploy {
    from {
        height: 0;
    }
    to {
        height: 56px;
    }
}

.error-return {
    display: block;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    padding-top: 5px;
    color: #f24141;
}

/*verification adresse*/
.check-adresse {
    display: block;
    width: 100%;
    height: 110px;
    min-height: auto;
    position: relative;
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.check-adresse span {
    display: block;
}

.check-adresse span:first-child {
    font-weight: bold;
}

.check-adresse .change-adresse-link {
    position: absolute;
    width: 16px;
    height: 16px;
    display: block;
    top: 6px;
    right: 0;
}

/* paiement */
.PromoArea, .MdpArea {
    display: block;
    font-family: Verdana, Arial, sans-serif;
    margin: 28px 0 28px;
    position: relative;
}

.PromoArea input[type="checkbox"], .MdpArea input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.PromoArea .Promo-link, .MdpArea .Mdp-link {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-decoration: underline;
    position: relative;
    padding-left: 2px;
    cursor: pointer;
}

.PromoArea > .Promo-link::after {
    position: absolute;
    width: 15px;
    height: 8px;
    right: -25px;
    top: 7px;
    content: '';
    background-image: url(../svg/picto-fleche.svg);
    transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    will-change: transform;
    background-size: 70%;
    background-repeat: no-repeat;
}

.PromoArea input:checked + .Promo-link::after {
    transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    will-change: transform;
    transform: rotate(180deg);
}

.PromoArea-content, .MdpArea-content {
    background: #fff;
    overflow: hidden;
    color: #000;
    line-height: 50px;
    transition: all .5s ease-in-out;
    height: 0;
}

.PromoArea input:checked + label + .PromoArea-content, .MdpArea input:checked + label + .MdpArea-content {
    transition: height .5s ease-in-out;
    height: 142px;
    text-align: center;
    overflow: hidden;
}

.PromoArea input:checked + label + .PromoArea-content_valid-code {
    height: 176px;
}

.ReturnPrice {
    width: 100%;
    height: 49px;
    display: block;
    background: #ffef61;
    position: relative;
}

.ReturnPrice span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #000000;
}

.ReturnPrice span:first-child {
    left: 20px;
}

.ReturnPrice span:last-child {
    right: 20px;
    left: auto;
    font-weight: bold;
}

.form-check {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #656565;
    display: block;
    /*margin: 25px 0;*/
    position: relative;
    top: 0;
}

.form-check input[type="checkbox"] ~ label {
    font-family: Verdana, Arial, sans-serif;
    width: 100%;
    height: 28px;
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    padding-left: 45px;
    position: relative;
    vertical-align: text-top;
    margin: 25px 0;
    cursor: pointer;
}

.form-check input[type="checkbox"]:checked, .form-check input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form-check label:before {
    position: absolute;
    content: '';
    left: 0;
    top: -5px;
    width: 28px;
    height: 28px;
    border: 1px solid #656565;
    will-change: border;
    transition: border .2s ease-in;
}

.form-check input[type="checkbox"]:checked + label:before {
    border: 2px solid #000000;
    will-change: border;
    transition: border .2s ease-in;

}

.form-check label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 17px;
    height: 14px;


}

.form-check input[type="checkbox"]:checked + label:after {
    background-image: url("../svg/picto-check.svg");
    background-repeat: no-repeat;
}

.form-check input[type="checkbox"]:not(:checked) + label + .CustomFinalInfo {
    background: #fff;
    overflow: hidden;
    color: #000;
    transition: height .5s ease-in-out;
    height: 0;
    text-align: center;
    margin: 25px 0 18px;
}

.form-check input[type="checkbox"]:checked + label + .CustomFinalInfo {
    transition: height .5s ease-in-out;
    height: 50px;
    text-align: center;
    overflow: hidden;
    margin: 25px 0 18px;
}

.form-check input[type="checkbox"] + label + .CustomFinalInfo p {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}

/* si pas de divider hors flux au dessus (sur sur les pages adresses) */
button[type="submit"].btn_NoDividerAbove {
    margin-top: 0;
}

/* promo validation */
.error_global.success-global_promo {
    background-color: #9bf894;
}

.error_global.success-global_promo span {
    color: #000000;
    padding: 0 12px;
    line-height: 17px;
}

.PromoArea-content_valid-code .form-group input {
    position: relative;
}

.PromoArea-content_valid-code .form-group::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 11px;
    display: block;
    z-index: 10000;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-image: url("../svg/picto-check-green.svg");
    background-repeat: no-repeat;
}

.valid-code-details {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
}

.valid-code-details p {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
}

/* zone de détails client pour prélèvement */
.DetailsPrelevementClient {
    height: auto;
    display: block;
    width: 100%;
}

.info-paiement-submit {
    display: block;
    font-family: 'GeorgiaPro';
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding-top: 15px;
    color: #000;
    width: 100%;
    clear: both;
}

.info-paiement-submit a {
    color: #000000;
}

.info-paiement-submit a:hover {
    text-decoration: none;
}

button[type="submit"].btn_Paypal {
    background: #009cde;
}

button[type="submit"].btn_Paypal svg:first-child {
    position: relative;
    top: 4px;
}

.CMI__rappel-commande {
    display: block;
    width: 100%;
    height: 114px;
    border: 1px solid #000000;
    border-bottom: 4px solid #000000;
    padding: 20px;
    text-align: center;
    position: relative;
    top: -10px;
}

.CMI-heading__info--confirmation {
    border: 0;
    /*height: 68px;*/
}

.CMI-heading__info--confirmation:nth-child(1) {
    height: 68px;
}

.CMI-premium__container-content .CMI-heading__info--confirmation:first-child {
    top: 10px;
}

.CMI-premium__container-content .CMI-heading__info--confirmation:nth-child(2) {
    height: 66px;
}

.CMI__rappel-commande p {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}

.CMI__rappel-commande p:first-child {
    padding-bottom: 10px;
    font-weight: bold;
}

.CMI__base-form--adresses {
    margin-top: 20px;
}

/*ELLESITE*/
/*wrapons les container content pour les multiples box*/
.wrap-premium__container-content {
    position: relative;
    width: calc(100% - 20px);
    margin: 0 auto 80px auto;
}

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

.wrap-premium__container-content .CMI-premium__container-content {
    width: 100%;
    display: inline-block;
}

/* FIN wrapons les container content pour les multiples box*/
i.eye-open {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 17px;
    display: block;
    background-image: url("../svg/showPassword.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    will-change: background;
    transition: background .2s ease;
    margin-top: 0;
}

i.eye-closed {
    background-image: url("../svg/hidePassword.svg");
    will-change: background;
    transition: background .2s ease;
    margin-top: 2px
}

.validate-password {
    margin-top: 10px;
}

.validate-password, .validate-password span {
    display: block;
    width: 100%;
}

span.lines {
    display: block;
    width: 100%;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 21px;
    color: #000000;
}

span.lines.ok {
    color: #989898;
}

.CMI-premium__container-content.socialmedia-block {
    width: 100%;
    display: block;
    padding: 9px 0;
}

.CMI-premium__container-content.socialmedia-block a, .option-links-redirect {
    display: block;
    position: relative;
    padding: 21px 20px;
    text-decoration: none;
    will-change: opacity;
    transition: opacity .2s ease-in;
}

.CMI-premium__container-content.socialmedia-block a span {
    font-family: Verdana, Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65px;
}

    .CMI-premium__container-content.socialmedia-block a:hover span {
    text-decoration: underline;
}

.CMI-premium__container-content.socialmedia-block a:hover, .option-links-redirect:hover {
    opacity: .4;
    will-change: opacity;
    transition: opacity .2s ease-in;
}

.option-links-redirect:hover {
    text-decoration: underline;
}

@media (min-width: 1030px) {
    .CMI-premium__container-content.socialmedia-block {
        width: 32.284%;
        display: inline-block;
    }

    .CMI-premium__container-content.socialmedia-block:nth-child(3) {
        margin: 0 10px;
    }
}

.PassMedia-btns {
    text-align: center;
    padding-top: 5px;
}

.container-content--piled .PassMedia-btns ~ p {
    margin-bottom: 5px;
    font-size: 15px;
}

a.btn.btn-primary {
    position: relative;
    width: 90%;
    max-width: 305px;
    height: 60px;
    font-family: 'ElleGabor';
    font-size: 16px;
    color: #ffffff;
    background: #000000;
    text-transform: uppercase;
    border: 0;
    -webkit-appearance: none;
    will-change: opacity;
    transition: opacity .2s ease-in;
    display: block;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    margin: 54px auto 30px;
}

@media (min-width: 992px) {
    a.btn.btn-primary {
        max-width: 311px;
    }
}

a.btn.btn-primary {
    transition: background-color .2s ease-in;
}

a.btn.btn-primary:hover {
    opacity: .4;
    will-change: opacity;
    transition: opacity .2s ease-in;
}

a.btn.btn-primary.btn-disabled {
    background: #cdcdcd;
    border: 0;
    pointer-events: none;
    transition: background-color .2s ease-in;
    opacity: 1;
}

a.btn.btn-primary.btn_NoDividerAbove {
    margin-top: 0;
}

/*reprise du profile actuel*/
.PassMedia-btns a {
    margin: 0;
    border-radius: 0;
    line-height: 2.1;
}

.PassMedia-btns a {
    box-sizing: border-box;
    margin: 15px 0 15px 2px;
    position: relative;
    height: 50px;
    outline: none;
    width: 90%;
    max-width: 326px;
    display: inline-block;
    border: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    padding: 0 12px 0 20px;
    cursor: pointer;
    text-align: left;
    background: #30c9d4;
    background: -moz-linear-gradient(top, #30c9d4 0%, #5580bf 100%);
    background: -webkit-linear-gradient(top, #30c9d4 0%, #5580bf 100%);
    background: linear-gradient(to bottom, #30c9d4 0%, #5580bf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30c9d4', endColorstr='#5580bf', GradientType=0);
    will-change: opacity;
    transition: opacity .2s ease-in;
}

@media (min-width: 374px) {
    .PassMedia-btns a {
        font-size: 14px;
        margin-left: 0;
    }
}

.PassMedia-btns a:hover {
    opacity: .4;
    will-change: opacity;
    transition: opacity .2s ease-in;
}

@media (min-width: 992px) {
    .PassMedia-btns a {
        max-width: 311px;
    }
}

.PassMedia-btns a svg {
    width: 26px;
    height: 26px;
    top: calc(50% - 13px);
    position: relative;
    display: inline-block;
}

.PassMedia-btns a span {
    top: calc(50% - 20px);
    position: relative;
    margin-left: 20px;
}

.container-content--piled h3, .CMI-premium__container-content h3 {
    display: block;
    font-family: 'ElleGabor';
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0 16px;
}

.container-content--piled p {
    max-width: 80%;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #000000;
    max-width: 292px;
    display: block;
    margin: 0 auto;
    padding-bottom: 18px;
}

@media (min-width: 992px) {
    .container-content--piled p {
        max-width: 440px;
    }
}

.container-content--piled p.text__gabor--seize {
    font-size: 16px;
    padding-top: 0;
}

.container-content--piled:nth-child(1) {
    padding-top: 20px;
}

@media (min-width: 992px) {
    .container-content--piled:nth-child(1) {
        padding-top: 29px;
    }
}

.socialmedia-block img {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

button[type="submit"].btn_NoCheckAbove {
    margin-top: 30px;
}

input.is-invalid {
    border: 1px solid #f24141;
}

/*mdp perdu*/
.MdpArea {
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
}

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

.MdpArea-content form .form-group {
    text-align: left;
    display: block;
    float: left;
    position: relative;
}

.MdpArea-content form .form-group label, .MdpArea-content form .form-group input {
    float: left;
    display: block;
}

.MdpArea input:checked + label + .MdpArea-content {
    height: 190px;
}

.MdpArea-content form .form-group input {
    width: calc(100% - 1px);

}

.MdpArea-content form .form-group input:focus {
    margin-bottom: 1px;
    margin-left: 0;
}

.MdpArea-content form .form-group input.is-invalid ~ .error-return {
    position: absolute;
    top: 82px;
}

.CMI-heading__info__content .promo__permanent-link {
    padding: 13px 5px 19px;
}

.CMI__rappel-connecte img {
    margin: 0 auto 5px;
}

.CMI__rappel-connecte p {
    font-size: 15px;
    line-height: 16px;
}

a.rappel-connecte {
    font-family: Verdana, Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    text-decoration: underline;
    display: block;
    text-align: center;
    margin-top: 17px;
}

a.rappel-connecte:hover {
    text-decoration: none;
}

.CMI__rappel-connecte a {
    text-decoration: none;
}

.CMI__rappel-connecte a:hover p {
    text-decoration: underline;
}

.Payant-Connecte__heading {
    position: relative;
    height: auto;
}

.Payant-Connecte__heading__activate {
    padding-top: 29px;
}

.Payant-Connecte__heading p {
    font-family: 'GeorgiaPro';
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding: 4px 0 13px;
}

a.btn.btn-primary.btn_NoDividerAbove.btn_Continue {
    margin-top: 54px;
    margin-bottom: 0;
    height: 54px;
    width: 100%;
    line-height: 54px;
}

.full-divider-NL {
    position: relative;
    height: 1px;
}

.container-content--piled:nth-child(6) h3 {
    padding: 40px 5px 20px;
}

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

.CMI__NL .CMI-heading__info--mainInfo p, .wrap-premium__container-content.wrap-premium__full--layout .CMI-heading__info--mainInfo p {
    font-family: 'GeorgiaPro';
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}

.CMI__NL .container-content--piled:nth-child(1) {
    padding-top: 0;
}

.CMI__NL .container-content--piled:nth-child(1) p {
    padding-bottom: 0;
}

.CMI__NL .container-content--piled h2 {
    font-family: 'ElleGabor';
    font-size: 22px;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.CMI__NL .CMI__base-form {
    margin-top: 15px;
    margin-bottom: 5px;
}

.CMI__NL .form-check {
    margin: 0 auto;
    padding: 31px 0 16px;
}

.CMI__NL .form-check input[type="checkbox"] ~ label {
    margin: 0;
    font-family: 'ElleGabor';
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    padding-left: 0;
    cursor: pointer;
}

.CMI__NL .form-check input[type="checkbox"] + label:before {
    right: 0;
    left: auto;
}

.CMI__NL .form-check input[type="checkbox"]:checked + label:after {
    right: 4px;
    left: auto;
}

.CMI__NL .NL-description {
    display: -webkit-box;
    width: 100%;
    height: auto;
    max-height: 44px;
    overflow: hidden;
    text-rendering: optimizeLegibility;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.CMI__NL .frequence {
    margin-top: 10px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #808080;
}

.wrap-premium__container-content.wrap-premium__full--layout .container-content--piled:nth-child(1) {
    padding-top: 0;
}

.wrap-premium__container-content.wrap-premium__full--layout .CMI-heading__info--mainInfo {
    height: 72px;
    background: #ffffff;
    border-bottom: solid 1px #c1c1c1;
    text-align: center;
    position: relative;
}

.wrap-premium__container-content.wrap-premium__full--layout .CMI-heading__info--multilines {
    height: 116px;
    padding: 30px 0;
}

.wrap-premium__container-content.wrap-premium__full--layout .CMI-heading__info--mainInfo.CMI-heading__info--heightAuto {
    height: auto;
    padding: 25px 5px;
    width: 100%;
}

.wrap-premium__container-content.wrap-premium__full--layout .CMI-heading__info--mainInfo.CMI-heading__info--heightAuto p {
    position: relative;
    top: 0;
    transform: none;
    padding: 0 5px;
}

.wrap-premium__container-content.wrap-premium__full--layout .CMI-heading__info--mainInfo.CMI-heading__info--heightAuto--error p {
    width: 100%;
    max-width: 560px;
}

.wrap-premium__container-content.wrap-premium__full--layout .CMI-heading__info--mainInfo.CMI-heading__info--heightAuto--error a {
    color: #000000;
}

.lbl-toggle {
    border: 0;
    background: none;
    width: 290px;
    height: 41px;
    display: block;
    margin: 0 auto 30px;
    padding: 10px 0 0;
    position: relative;
    will-change: opacity;
    transition: opacity .2s ease-in;
    clear: both;
    cursor: pointer;
}

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

.lbl-toggle::before {
    position: absolute;
    content: '';
    height: 50px;
    top: -52px;
    background-size: 100% 50px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1));

}

.lbl-toggle .txt {
    float: right;
    pointer-events: all;
    width: auto;
    display: inline-block;
    height: auto;
    padding: 0;
    font-family: 'ElleGabor';
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.2px;
    color: #000000;
    text-transform: uppercase;
}

.lbl-toggle .ico {
    float: left;
    width: 26px;
    height: 26px;
    display: block;
    padding: 0;
    border: 2px solid #3b3b3b;
    border-radius: 50%;
    margin: auto;
    z-index: 10;
    position: relative;
}

.lbl-toggle .ico::before {
    position: absolute;
    content: "";
    background: #000;
    width: 14px;
    height: 2px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -7px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;

}

.lbl-toggle .ico::after {
    position: absolute;
    content: "";
    background: #000;
    width: 14px;
    height: 2px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -7px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.deployed-content .form-check {
    padding-top: 8px;
}

.check-dob {
    margin: 0;
}


.check-dob ~ .PromoArea-content .form-group {
    margin-bottom: 5px;
}

.check-dob ~ .PromoArea-content .form-group label {
    width: 100%;
    display: block;
    padding-bottom: 11px;
    line-height: 22px;
}

.check-dob ~ .PromoArea-content .form-group input[type="date"] {
    margin-top: 0;
}

.deployed-content {
    max-height: 0;
    height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: max-height .5s ease-in-out
}

input[type="checkbox"].plus-de-nl {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"].plus-de-nl:checked ~ .deployed-content {
    max-height: 1420px;
    height: auto;
    will-change: max-height;
    transition: max-height .5s ease-in-out
}

.wrap-label {
    height: 68px;
    display: block;
    float: left;
    width: 100%;
}

.wrap-label.wrap-label-deployed {
    height: 30px;
}

.wrap-label.wrap-label-deployed label {
    display: none;
}

.NL-description ~ .PromoArea-content {
    will-change: height;
    transition: height .5s ease-in-out;
}

.NL-description ~ .PromoArea-content.PromoArea-content-deployed {
    height: 116px;
    will-change: height;
    transition: height .5s ease-in-out;
}

.editable .change-adresse-link {
    position: absolute;
    width: 16px;
    height: 16px;
    display: block;
    top: 43px;
    right: 15px;
}

.editable a.btn.btn-primary.btn_NoDividerAbove {
    width: 100%;
    margin-top: 20px;
}

.UR {
    display: inline-block;
    font-family: 'GeorgiaPro';
    font-size: 18px;
    line-height: 18px;
}

fieldset.form-group {
    margin-top: 0;
}

.CMI__base-form .CMI-genre .form-check:first-child {
    margin-top: 10px;
}

.option-links-redirect {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    position: relative;
    text-decoration: none;
    border: 1px solid #000000;
    font-family: 'GeorgiaPro';
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 15px 20px 17px;
}

@media (min-width: 480px) {
    .option-links-redirect {
        display: block;
        width: 100%;
        margin: 0 0 20px;
        position: relative;
        text-decoration: none;
        border: 1px solid #000000;
        font-family: 'GeorgiaPro';
        font-size: 18px;
        line-height: 20px;
        color: #000000;
        padding: 15px 20px 17px;
    }
}

.option-links-redirect::after {
    position: absolute;
    width: 15px;
    height: 8px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    content: '';
    background-image: url(../svg/picto-fleche.svg);
    background-size: 70%;
    background-repeat: no-repeat;
}

.option-links-redirect:last-child {
    margin-bottom: 20px;
}

.option-links-redirect-illustrated {
    display: block;
    background-image: url(../images/offres.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    /*min-height: 434px;*/
    height: auto;
    border: 0;
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 96%;
    display: block;
}


.option-links-redirect-illustrated::after {
    display: none;
}

.abo-number-link {
    width: 100%;
    display: block;
    text-align: center;
    padding: 30px 0 20px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-decoration: underline;
    position: relative;
    padding-left: 2px;
    cursor: pointer;
}

.full-divider-form-activation {
    height: 60px;
}

.wrap-premium__container-content.wrap-premium__full--layout .CMI-heading__info--mainInfo.CMI-heading__info--activation {
    height: auto;
    margin-top: 0;
    border: 0;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .CMI__base-form-activation {
        margin-bottom: 50px;
    }
}

.divider-above {
    margin-top: 60px;
}

fieldset.form-group.nomarge-above {
    margin-top: 30px;
}

.wrap-premium__container-content.wrap-premium__full--layout .CMI-heading__info--activconn {
    height: 94px;
}

.CMI__base-form-doubleForm {
    margin-bottom: 0;
    padding-bottom: 5px;
}

.full-divider-form.full-divider-form-activation.full-divider-NL ~ .CMI__base-form-activation {
    padding-top: 0;
}

.CMI__NL .NL-description.desc-bons-plans {
    height: auto;
    overflow: inherit;
    -webkit-line-clamp: inherit;
    max-height: inherit;
}

.info-paiement-submit.align-left {
    text-align: left;
}

/*modification Ediis - mentions légales*/
.mentions-ediis {
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
    top: calc(100% + 20px);
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'GeorgiaPro';
    font-size: 14px;
    line-height: 24px;
}

.CMI__base-form--thx {
    margin-top: 20px;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .CMI__base-form--thx {
        margin-top: 40px;
        margin-bottom: 10px;
    }
}

.option-links-redirect:last-child {
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .option-links-redirect:last-child {
        margin-bottom: 15px;
    }
}

.CMI__NL button[type="submit"] {
    margin-top: 15px;
}

.CMI__base-form-activation2 .form-check {
    margin-bottom: 0;
}

.CMI__base-form-activation2 .form-check input[type="checkbox"] ~ label {
    margin-bottom: 0;
    margin-top: 23px;
}

.CMI__base-form-inscription {
    margin-top: 1px;
    padding-top: 10px;
}

/*.CMI__base-form-inscription .form-group:first-child {
    margin-top: 0;
}*/
@media (min-width: 992px) {
    .CMI__base-form-inscription {
        padding-top: 10px;
    }

    .CMI__base-form-inscription .form-group:first-child {
        margin-top: 20px;
    }
}

.wrap-premium__container-connexion-inscription .container-content--piled:nth-child(1) {
    padding-top: 0;
}

.CMI-premium__container-content.container-content--piled.container-content--piled__marginmore h3 ~ p {
    font-family: 'GeorgiaPro';
    font-size: 18px;
}

.CMI__base-form-activation2 {
    margin-bottom: 5px;
}

.info-paiement-submit.info-paiement-back a {
    width: auto;
    text-align: center;
    font-family: 'ElleGabor';
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    margin: 0 auto;
    padding-right: 25px;
    text-transform: uppercase;
    position: relative;
}

.info-paiement-submit.info-paiement-back a:hover {
    text-decoration: underline;
}

.info-paiement-submit.info-paiement-back a::after {
    position: absolute;
    width: 15px;
    height: 8px;
    right: 0;
    top: 4px;
    transform: rotate(-90deg);
    content: '';
    background-image: url(../svg/picto-fleche.svg);
    background-size: 70%;
    background-repeat: no-repeat;
}

button[type="submit"].btn_NoCheckAbove.btn_BttomMore {
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .CMI_profil .error_global ~ .CMI-premium__container h1 {
        margin-top: -10px;
    }

    .CMI_profil .error_global.deployDwn {
        animation-delay: 0s;
    }
}

label.form-check-label a {
    color: #000000;
}

label.form-check-label a:hover {
    text-decoration: none;
}

input#la_user_register_activate_gcu, input#fos_user_registration_form_gcu {
    position: relative;
    left: 0;
    width: 10px;
    border: 0;
    height: 10px;
    top: 47px;
}

.CMI__base-form--disconnect {
    padding: 15px 25px;
}

.CMI__base-form--disconnect .option-links-redirect:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .wrap-premium__container-content .CMI-premium__container-content.mobile-only {
        display: none;
    }
}

.FilterArea {
    display: block;
    text-align: center;
    font-family: 'ElleGabor';
    font-size: 16px;
    color: #000000;
    padding-right: 0;
    text-transform: uppercase;
    margin: 0;
}

.FilterArea .Filter-link {
    padding: 9px 0;
    width: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    border-bottom: solid 1px #c1c1c1;
}

.PromoArea > .Promo-link::after {
    background-image: url(../svg/picto-fleche.svg);
    background-size: 100%;
    width: 19px;
    height: 12px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.FilterArea input:checked + .Filter-link::after {
    top: calc(50% - 6px);
}

.FilterArea input:checked + label + .FilterBookmark-content {
    position: relative;
}

.FilterArea input + label + .FilterBookmark-content {
    border-bottom: 0;
    position: relative;
}

.FilterBookmark-content .CMI__base-form {
    padding: 0 7px 0 15px;
    margin: 0 auto;
    height: 100%;
}

.FilterArea input + label + .FilterBookmark-content::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #c1c1c1;
    left: 50%
}

.FilterBookmark-content .CMI__base-form .form-check {
    float: left;
    width: 50%;
    display: inline-block;
    padding: 8px 0 7px;
    margin-top: 0;
}

.FilterBookmark-content .CMI__base-form .form-check:first-child, .FilterBookmark-content .CMI__base-form .form-check:nth-child(2) {
    padding-top: 15px;
}

.CMI__NL .FilterBookmark-content .CMI__base-form .form-check input[type="checkbox"] ~ label {
    font-family: 'GeorgiaPro';
    font-size: 16px;
    text-transform: none;
    padding-left: 45px;
    text-align: left;
}

.CMI__NL .FilterBookmark-content .CMI__base-form .form-check input[type="checkbox"] + label:before {
    right: auto;
    left: 15px;
    width: 21px;
    height: 21px;
    top: 0;
}

.CMI__NL .FilterBookmark-content .CMI__base-form .form-check input[type="checkbox"]:checked + label:after {
    left: 20px;
    right: auto;
    top: 6px;
    background-size: 65%;
}

.FilterArea input:checked + label + .FilterBookmark-content {
    height: 314px;
    border-bottom: solid 1px #c1c1c1;
}

.FilterArea input:checked + label + .FilterBookmark-content.FilterRecipe-content {
    height: 142px;
    border-bottom: solid 1px #c1c1c1;
}

.CMI__base-form--empty > img {
    position: relative;
    margin: 0 auto;
    top: -5px;
}

.CMI__base-form--empty p {
    font-size: 15px;
    padding-top: 10px;
}

.CMI__base-form--results, .CMI__NL .CMI__base-form--results {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 15px 7px 15px 15px;
    margin: 0 auto;
}

.CMI__base-form--results div {
    position: relative;
}

.CMI__base-form--results div img {
    margin-left: 15px;
    width: 100px;
    height: 70px;
}

.bookmark-is-premium div::after {
    position: absolute;
    content: '';
    width: calc(100% - 15px);
    height: 5px;
    background: #ffef61;
    left: 15px;
    bottom: 0;
}

.CMI__base-form--results .close {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    padding: 15px 7px 7px 7px;
}

p.bookmark-text {
    width: 58%;
    padding-left: 15px;
    text-align: left;
    font-family: 'GeorgiaPro';
    font-size: 16px;
    line-height: normal;
    margin: 0;
}

.bookmark-text a {
    text-decoration: none;
    color: #000;
}

.resume-bookmark-element {
    font-size: 12px;
    display: block;
    line-height: 19px;
    padding-top: 2px;
}

.time-bookmark-element {
    font-size: 12px;
    display: block;
    line-height: 16px;
}

.time-bookmark-element img {
    width: 11px;
    display: inline-block;
}

.time-bookmark-element > img ~ span {
    margin-right: 10px;
}

@media (max-width: 480px) {
    .FilterBookmark-content .CMI__base-form {
        padding: 0;
    }

    .CMI__base-form--results, .CMI__NL .CMI__base-form--results {
        padding: 13px 0 15px 0;
    }
}

@media (max-width: 352px) {
    p.bookmark-text {
        width: 54%;
    }
}

#ajax-return-bookmarks1 .full-divider-form.full-divider-NL:first-child {
    display: none;
    opacity: 0;
}

#ajax-return-bookmarks {
    height: auto;
    transition: all .2s ease-in-out;
}

div.lbl-toggle {
    width: 240px;
}

.ajax-return-recettes .CMI__base-form--results div img {
    margin-left: 15px;
    width: 73px;
    height: 100px;
}

.ajax-return-recettes .resume-bookmark-element {
    font-size: 13px;
    padding-top: 3px;
}

.ajax-return-recettes .time-bookmark-element {
    font-size: 13px;
    padding-top: 6px;
}

.ajax-return-recettes p.bookmark-text {
    width: 63%;
}

.ajax-return-recettes .time-bookmark-element img {
    vertical-align: revert;
}

.ajax-return-recettes p.bookmark-text a {
    line-height: 21px;
}

/*Page découvertes*/
.CMI__base-form-decouverte {
    padding-top: 25px;
}

.CMI__base-form-decouverte .form-check .form-check-label .form-check-label_conditions {
    margin-left: -26px;
}

.CMI__base-form-decouverte > .form-check {
    margin-bottom: 0;
}

.CMI__base-form-decouverte .ReturnPrice {
    margin-top: 50px;
}

.CMI__base-form-decouverte a.btn.btn-primary.btn_NoDividerAbove.btn_Continue {
    margin-top: -5px;
}

/*modifs Ediis*/
/*Patch interne*/
.CMI__base-form.CMI__base-form--paiement .PromoArea .Promo-link::after {
    background-size: contain;
    right: -25px;
    width: 14px;
    height: 9px;
    transform: translateY(0%);
    top: 44%;
}

.CMI__base-form.CMI__base-form--paiement .PromoArea input:checked + .Promo-link::after {
    transform: rotate(180deg) translateY(0%);
}

/* FIN Patch interne*/
@media (min-width: 380px) {
    .CMI-premium__container-content.is-secured .CMI-heading__info.CMI-heading__info--mainInfo.CMI-heading__info--noBorder p {
        text-align: left;
        width: 305px;
    }
}

.CMI__base-form.CMI__base-form--paiement .form-check-label .form-check-label_conditions {
    margin-left: -26px;
}

@media (max-width: 360px) {
    .CMI-premium__container-content.is-secured .CMI-heading__info--PayMode ~ .form-check input[type="radio"]:not(:checked) + label, .CMI-premium__container-content.is-secured .CMI-heading__info--PayMode ~ .form-check input[type="radio"]:checked + label {
        line-height: 20px;
        min-height: 56px;
        padding-top: 8px;
    }
}

p.indications, p.register_nl_label {
    padding-top: 15px;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #000000;
    display: block;
    margin: 0 auto;
}

p.register_nl_label {
    font-size: 12px;
    padding-bottom: 5px;
}

.deployed-content .full-divider-form::before {
    top: 0;
}

/*Surcharge réseaux sociaux*/

.socialmedia-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.socialmedia-wrapper .CMI-premium__container-content.socialmedia-block {
    width: auto;
    box-shadow: none;
    float: none;
    margin: 0;
    padding: 0;
}

.socialmedia-wrapper .CMI-premium__container-content.socialmedia-block a {
    width: 50px;
    height: 50px;
    display: block;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    margin: 0 10px;
}

.socialmedia-wrapper .CMI-premium__container-content.socialmedia-block a img {
    width: 25px;
    height: 25px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.socialmedia-wrapper .CMI-premium__container-content.socialmedia-block:nth-child(1) a img {
    width: 27px;
    height: 27px;
}

.socialmedia-wrapper .CMI-premium__container-content.socialmedia-block a span {
    position: absolute;
    left: -10px;
    right: -10px;
    width: calc(100% + 20px);
    display: block;
    top: calc(100% + 16px);
    bottom: auto;
    text-align: center;
    font-size: 15px;
}

.social-infos {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 10px 0 15px;
}

.socialmedia-wrapper ~ .social-infos {
    margin-top: 47px;
}

.social-infos::before {
    width: 100%;
    height: 1px;
    display: block;
    background: #c1c1c1;
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
}

.social-infos span {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
}