/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
:root {
    --primary-color: #2FABE0;
}


.primary {
    color: var(--primary-color);
}


/********   Header registration    *********/

.header-registration .container_12{
    display: block;
    margin: auto;
}

.header-registration .inner-header-registration{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0;
    text-align: center;
}

.header-registration .inner-header-registration img{
    max-width: 222px;
}

.header-registration .inner-header-registration .page-title{
    font-family: 'patua_oneregular', serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48.76px;
    text-align: center;
    color: var(--primary-color);
    margin: 0;
}

.header-registration .inner-header-registration p{
    font-weight: 500;

}

/********/

.form-section-paysubs .form-section-plans p:not([class]) {
    display: none
}

.section-registration .form-section-paysubs .button,
.section-registration .form-section-paysubs .form-section-plans .subscribe-button a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 225px;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    background-color: var(--primary-color);
    border: none;
    letter-spacing: 0.010em;
    vertical-align: middle;
    padding: 8px 20px;
    cursor: pointer;
}

.section-registration .form-section-paysubs .validate-registration .button,
.section-registration .form-section-paysubs .offer-details .button {
    display: block;
}

.section-registration .form-section-paysubs .button span,
.section-registration .form-section-paysubs .form-section-plans .subscribe-button a span{
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: white;
}


.section-registration .step-title{
    display: flex;
    align-items: center;
    margin: 16px 0;
}

.section-registration .previous-step .step-title{
    cursor: pointer;
}

.section-registration .step-title .step-number{
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    background-color: white;
    color: var(--primary-color);
    height: 33px;
    min-width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.section-registration .step-title .icon-arrow{
    margin-left: auto;
}

.section-registration .active .step-title .icon-arrow{
    transform: rotate(180deg);
}

.page-template-template-new-registration #maincontent{
    background-color: transparent;
}

.page-template-template-new-registration #maincontent .container_12{
    background: transparent;
    box-shadow: none;
}

span.error-message{ display: block; color: #d02c21; font-size: 12px;}
.form-section-paysubs .form-section-account label {display: block; max-width: max-content;}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 99999;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    font-size: small;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.form-section-paysubs .radio{
    position: relative;
}

.form-section-paysubs .form-section-plans .radio input {
    display: none;
}

.form-section-paysubs .form-section-payment .radio input {
    position: absolute;
    top: 35%;
    margin-left: 3px;
}

/********   Accordion    *********/

.informations_plan label {
    display: block;
    width: max-content;
    padding: 8px 22px;
    margin: 0 0 1px 0;
    cursor: pointer;
    background: #0a4b78;
    border-radius: 3px;
    color: #FFF;
    transition: ease .5s;
}
.informations_plan label:hover {
    background: #0a5b88;
}
.informations_plan .content {
    background: #E2E5F6;
    padding: 10px 25px;
    border: 1px solid #A7A7A7;
    margin: 0 0 1px 0;
    border-radius: 3px;
}

.informations_plan input + .content {
    display: none;
}

.informations_plan input:checked + .content {
    display: block;
}

.informations_plan input {
    display: none;
}

/*********  Form payzen **********/

#paysubs_payment_anchor_form.kr-embedded,
#paysubs_payment_anchor_form.kr-embedded .kr-payment-button{
    width: 100%;
}

/*********  Logo Payzen **********/

#paysubs_payment_anchor_form div.logo_payzen{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#paysubs_payment_anchor_form div.logo_payzen img{
    width: 275px;
}

span.container{
    position: relative;
    margin: 0 10px;
}

.payment-form-title{
    display: flex;
    align-items: center;
}

.payment-form-title .payzen-secure{
    fill: #3574b9;
    margin-left: 16px;
}


/*********  Compte Guyaweb ********/

.widget_user_account button:not(.kr-payment-button){
    background: none !important;
    border: none;
    padding: 0 !important;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 3px 0;
}

.widget_user_account button:hover{
    text-decoration: none;
    color: #1da0d6;
    transition: color 300ms, background-color 300ms, opacity 300ms;
}

.widget_user_account button.kr-payment-button{
    background-color: #293c7a;
}

.widget-group .widget-content .widget_user_account button.kr-payment-button span {
    color: white;
}



/****************************************************/

#postNewAnnonce select, input[type=text], input[type=password], input[type=file], input[type=email], textarea {
    border: 1px solid #CCCCCC;
    padding: 3px;
    width: 200px;
    font-size: 14px;
}

.section-registration .form-section-paysubs br:not(.display) {display: none}

/*.section-registration .form-section-paysubs input[type=radio]:not(old) { width: 14px; margin : 0; padding: 0; opacity: 0; display: none; }*/

/*remove*/
/*.section-registration .form-section-paysubs .form-section-plans input[type=radio]:not(old):checked + label{ background: url(images/radio-on.png) no-repeat 20px center; }*/

.form-section-paysubs .form-section-plans .plan-bloc {
    font-family: 'patua_oneregular', serif;
    cursor: pointer;
    background-color: white;
    display: block;
    box-shadow: 0px 4px 20px 0px #0000001A;
    margin-bottom: 20px;
    width: 100%;
}

.form-section-paysubs .form-section-plans .plan-bloc.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.form-section-paysubs .form-section-plans .plan-bloc .plan-details {
    min-height: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px 50px;
    align-items: center;
    justify-items: center;
}

.form-section-paysubs .form-section-plans .plan-bloc .plan-advantage{
    display: grid;
    grid-template-columns: 2fr 1fr;
    font-family: 'Open Sans', sans-serif;
    padding: 15px 50px;
    background-color: rgba(47, 171, 224, 0.1);
}

.form-section-paysubs .form-section-plans .plan-bloc .plan-advantage .col-1,
.form-section-paysubs .form-section-plans .plan-bloc .plan-advantage .col-2{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-section-paysubs .form-section-plans .plan-bloc .plan-advantage ul{
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.form-section-paysubs .form-section-plans .plan-bloc .plan-advantage li{
    margin-top: 0;
    background: none;
    flex: 50%;
    padding: 0;
    display: flex;
    align-items: center;
}

.form-section-paysubs .form-section-plans .plan-bloc .plan-advantage li:not(:nth-child(-n+2)){
    margin-top: 5px;
}

.form-section-paysubs .form-section-plans .plan-bloc .plan-advantage li svg{
    margin-right: 8px;
    width: 18px;
    height: 15px;
}

.form-section-paysubs .form-section-plans .plan-bloc .plan-advantage li span{
    font-size: 12px;
}

.form-section-paysubs .form-section-plans .cadeau{
}

.form-section-paysubs .form-section-plans .cadeau .offer-details{
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    background-color: var(--primary-color);
}

.form-section-paysubs .form-section-plans .cadeau .offer-details .text-wrap{
    color: white;
}

.form-section-paysubs .form-section-plans .cadeau .offer-details .text-wrap .left{
    margin-right: 25px;
}

.form-section-paysubs .form-section-plans .cadeau .offer-details .text-wrap .offer-title{
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
}

.form-section-paysubs .form-section-plans .cadeau .offer-details .text-wrap .offer-subtitle{
    margin-top: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-align: left;
}

.form-section-paysubs .form-section-plans .cadeau .offer-details .subscribe-button .button{
    background-color: #0584BB;
}


.form-section-paysubs .form-section-plans label.radio-label-large { font-size: 34px; }
.form-section-paysubs .form-section-plans label strong { 
    display: inline; font-family: 'Open Sans', sans-serif; font-size: 17px; color: #818181; font-weight: 400; 
}
/*remove*/
/*.form-section-paysubs .form-section-plans label span { color: #e91189; }*/

.form-section-paysubs .form-section-plans p {margin: 0px;}
.form-section-paysubs .form-section-plans .collective-plan p,
.form-section-paysubs .form-section-plans .radio p.price { position: absolute; top: 0; right: 0; bottom: 0; z-index: 2; height: 100%; width: 220px; background: var(--primary-color); margin: 0; text-align: center; font-family: 'Open Sans', sans-serif; }

.form-section-paysubs .form-section-plans .radio p.price strong { position: absolute; top: 50%; left: 56%; display: inline-block; margin-top: 0; padding: 0 10px; height: auto; font-size: 25px; line-height: 24px; color: #fff; width: 167px; font-weight: 700;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.form-section-paysubs .form-section-plans .radio p.price strong span.block {display: block; text-align: left; position: relative;}
.form-section-paysubs .form-section-plans .radio p.price strong span.flex {display: flex; justify-content: center;}
.form-section-paysubs .form-section-plans .radio p.price strong span.bigger {font-size: 3rem; padding-top: 0.8rem; margin-right: 15px; letter-spacing: -0.3rem;}
.form-section-paysubs .form-section-plans .radio p.price strong span.small {font-size: small; height: 1.2rem;}
.form-section-paysubs .form-section-plans .radio p.price strong span.small.light {font-weight: 500;}
.form-section-paysubs .form-section-plans .radio p.price strong span.exposed {font-size: small; position: absolute; top: -6px; left: 12px;}

.section-registration .form-section-paysubs .paysubs_plans{position: absolute; left: 6px; top: 50%; padding-right: 10px; transform: translate(0%, -50%);}

.form-section-paysubs .form-section-plans .collective-plan p::before,
.form-section-paysubs .form-section-plans .radio p.price::before { position: absolute; top: 0; left: 0; display: block; content: ""; width: 0; height: 0; border-style: solid; border-width: 81px 20px 0 0; border-color: #f0f0f0 transparent transparent transparent; }

.form-section-paysubs .form-section-plans .radio p.price::after,
.form-section-paysubs .form-section-plans .collective-plan p::after{position: absolute; left: -22px; top: -2px; width: 71px; height: 96px; background: url(../assets/widget-logo.png) no-repeat 0 0; display: block; content: ""; }

.section-registration .form-section-paysubs .plan-details > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-registration .form-section-paysubs .form-section-plans .text-wrap {
    height: 100%;
    max-width: 315px;
    color: #000;
}

.section-registration .form-section-paysubs .form-section-plans .text-wrap .plan-title{
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
}

.section-registration .form-section-paysubs .form-section-plans .text-wrap .plan-subtitle{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #0584BB;
    font-weight: 500;
    letter-spacing: 0.010em;
}

.section-registration .form-section-paysubs .form-section-plans .price{
    height: 100%;
    padding-left: 40px;
    border-left: 1px solid #0000001A;
    min-width: 140px;
}

.section-registration .form-section-paysubs .form-section-plans .price-prefix{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0.010em;
}

.section-registration .form-section-paysubs .form-section-plans .plan-price .price-text{
    font-size: 25px;
    line-height: 30px;
}

.section-registration .form-section-paysubs .form-section-plans .collectif-plan .plan-price .price-text{
    font-size: 18px;
}

.section-registration .form-section-paysubs .form-section-plans .plan-price .frequency{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 0.010em;
}

.section-registration .form-section-paysubs .form-section-plans .plan-price .inner-plan-price-discovery{
    display: flex;
    flex-direction: column; 
}

.section-registration .form-section-paysubs .form-section-plans .plan-price .bigger{
    margin-right: 5px;
    font-size: 25px;
}

.section-registration .form-section-paysubs .form-section-plans .plan-price .block{
    font-size: 15px;
    margin-right: 5px;
}

.section-registration .form-section-paysubs .form-section-plans .plan-price .small.light{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.section-registration .form-section-paysubs .form-section-plans .plan-price .inner-plan-price-discovery .price-text{
    font-size: inherit;
    line-height: inherit;
}

.section-registration .form-section-paysubs .form-section-plans .subscribe-button{
    height: 100%;
}

.section-registration .form-section-paysubs .form-section-plans .subscribe-button-inner{
    display: flex;
    justify-content: flex-end;
}

.section-registration .form-section-paysubs .form-section-plans .subscribe-button .button:hover,
.section-registration .form-section-paysubs .form-section-plans .subscribe-button a:hover{
    text-decoration: underline;
}

.coupon-subscription .form-section-plans label { display: block; height: 60px; padding: 0; cursor: default; }
.form-section-paysubs .form-section-plans .ex-abonnes {text-align: center; color: white; padding: 5px; margin-top: 10px; background-color: var(--primary-color);}
.form-section-paysubs .form-section-plans .ex-abonnes .strong {font-size: x-large;}

.form-section-account p:not(.display) { display: none; }
.form-section-account label { display: block; }
.form-section-account label strong { color: #d02c21; }

.section-registration .form-section-paysubs .form-section-payment .radio ,
.section-registration .form-section-paysubs .form-section-payment .radio .radio-label,
.section-registration .form-section-paysubs .form-section-payment .radio .radio-label{background: none;}

.section-registration .form-section-paysubs .form-section-payment input[type="radio"]{display: initial; opacity: initial;}

/*.section-registration .form-section-payment input[type=radio]:not(old) { width: 14px; margin : 0; padding: 0; opacity: 0; display: none; }*/
.section-registration .form-section-payment input[type=radio]:not(old) + label{ display: inline-block; padding: 8px 0 10px 30px; cursor: pointer; }


.form-section-paysubs .radio a.radio-button {position: absolute;top: 50%;left: 50%;transform: translate(-38%, -50%);margin: 0;padding: 0 10px;height: auto;line-height: 24px;color: #fff;font-weight: 700;border: 2px solid #fff;text-decoration: none;font-size: medium;}

.form-section-paysubs .collective-plan a:hover {
    text-decoration: none;
}

.entry .form-section-paysubs p {
    margin: 0;
}
.widget-content.offers .opensans{
    font-family: 'Open Sans', sans-serif;
}
.widget-content.offers .center {
    text-align: center;
}
.widget-content.offers a {
    display: block;
    font-family: patua_oneregular, serif;
    letter-spacing: 0em;
    text-align: left;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: 0 0 15px 0;
}

.widget-content.offers a .flex-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.widget-content.offers a .top {
    padding: 10px 0;
}

.widget-content.offers strong {
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}

.widget-content.offers p {
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0.2em;
}

.widget-content.offers a div.button {
    height: 35px;
    width: 90px;
    border-radius: 0px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    position: relative;
    margin: 5px auto 5px auto;
    transition-duration: 0.5s;
    color: #0584BB;
}
.widget-content.offers a:hover div.button {
    background: #e9f7fc;
    color: #565656;
}

.widget-content.offers a div.button .button-offer {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*********  step 2, free amount section  ********/

#section-2{
    //text-shadow: aliceblue;
}

#section-2 .free-amount{
    box-shadow: 0px 4px 20px 0px #0000001A;
    background-color: #FFFFFF;
    padding: 30px;
    display: flex;
    justify-content: center;
}

#section-2 .free-amount #ajax-free-amount-input{
    width: 100%;
}

#section-2 .free-amount #ajax-free-amount-input .plan-information{
    display: flex;
    justify-content: space-between;
    font-family: patua_oneregular, serif;
    align-items: center;
    margin-bottom: 20px;
}

#section-2 .free-amount #ajax-free-amount-input .show{
    display: block !important;
}

#section-2 .free-amount #ajax-free-amount-input .hide{
    display: none !important;
}

#section-2 .free-amount #ajax-free-amount-input .plan-information .gift-icon{
    margin-right: 15px;
    display: none;
}

#section-2 .free-amount #ajax-free-amount-input .plan-information .gift-icon svg path{
    fill: var(--primary-color);
}

#section-2 .free-amount #ajax-free-amount-input .plan-information p{
    margin: 0;
}

#section-2 .free-amount #ajax-free-amount-input .plan-information .left{
    display: flex;
    align-items: center;
}

#section-2 .free-amount #ajax-free-amount-input .plan-information .text-wrap{
    display: flex;
}

#section-2 .free-amount #ajax-free-amount-input .plan-information .text-wrap .offer-title{
    display: none;
    font-size: 18px;
}

#section-2 .free-amount #ajax-free-amount-input .plan-information .text-wrap .plan-title{
    font-size: 22px;
}

#section-2 .free-amount #ajax-free-amount-input .plan-information .text-wrap .separator{
    margin: 0 7px;
    font-size: 18px;
}

#section-2 .free-amount #ajax-free-amount-input .plan-information .text-wrap .plan-subtitle{
    font-size: 18px;
}

#section-2 .free-amount #ajax-free-amount-input .plan-information .price{
    
}

#section-2 .free-amount #ajax-free-amount-input .plan-information .price .price-text{
    font-size: 25px;
}

#section-2 .free-amount #ajax-free-amount-input .plan-information .price .inner-plan-price-discovery .price-text{
    font-size: inherit;

}

#section-2 .free-amount #ajax-free-amount-input .plan-information .price .inner-plan-price-discovery .frequency-discovery{
    font-size: inherit;
}

#section-2 .free-amount #ajax-free-amount-input .plan-information .price .frequency{
    font-size: 15px;
}

#section-2 .free-amount #ajax-free-amount-input .plan-information .price .bigger,
#section-2 .free-amount #ajax-free-amount-input .plan-information .price .block{
    margin-right: 5px;
}

#section-2 .free-amount #ajax-free-amount-input .free-amount-bloc{
    position: relative;
    padding: 20px;
    background-color: #f8f4dc;
}

#section-2 .free-amount #ajax-free-amount-input .free-amount-bloc .free-amount-bloc-inner{
    margin: auto;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section-2 .free-amount .free-amount-bloc p{
    text-align: center;
}

#section-2 .free-amount .free-amount-bloc img{
    max-width: 170px;
    display: block;
    margin: auto;
}

#section-2 .free-amount .free-amount-bloc .offer-guya-web-logo{
    display: none;
}

#section-2 .free-amount .free-amount-bloc h3{
    margin: 5px 0;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: black;
}

#section-2 .free-amount .paysubs_free_amount-bloc{
    position: relative;
}

#section-2 .free-amount .paysubs_free_amount-bloc input{
    font-family: 'Open Sans', sans-serif;
    border: none;
    padding: 10px;
}

#section-2 .free-amount .paysubs_free_amount-bloc input[type=number]::-webkit-inner-spin-button, 
#section-2 .free-amount .paysubs_free_amount-bloc input[type=number]::-webkit-outer-spin-button {  
   opacity: 1 !important;
   -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

#section-2 .free-amount .paysubs_free_amount-bloc .free-amount-input-suffix{
    position: absolute;
    right: 23px;
    top: 0;
    margin: 0;
    padding: 10px;
    font-size: 11px;
    line-height: initial;
}

#section-2 .free-amount .min-value-error{
    margin-top: 20px;
    display: none;
}

#section-2 .free-amount .min-value-error.open{
    display: block;
}


#section-2 .free-amount .support-more{
    margin-top: 28px;
    padding: 8px 20px;
    background-color: #aad7f3;
    color: black;
    position: relative;
}

#section-2 .free-amount .support-more span{
    color: black;
}

#section-2 .free-amount .support-more.loading{
    color: transparent;
}

#section-2 .free-amount .support-more.loading:after{
    content: '';
    position: absolute;
    left: 50%;
    margin-top: 3px;
    margin-left: -12.5px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 5px solid #ffffff;
    border-top-color: #ffffff6b;
    animation: loading 2s linear infinite;
}

@keyframes loading {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

#section-2 .free-amount .toast{
    background-color: #ffffffad;
    position: absolute;
    color: #fff;
    padding: 10px;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
}

#section-2 .free-amount .toast .toast-content{
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 20px 28px;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #b2dba1;
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
}

#section-2 .free-amount .toast .toast-content .toast-new-amount{
    font-weight: 600;
}

/*********  step 2, account section ********/


#section-2 .account-section{
    position: relative;
    margin-top: 35px;
}

#section-2 .account-section input[type="checkbox"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    flex-shrink: 0;
}

#section-2 .account-section input[type="checkbox"]:checked::before{
    content: "\2714";
    font-size: 14px;
    color: var(--primary-color);
    position: absolute;
    top: 0px;
    left: 2px;
}

#section-2 .account-section p:not([class]){
    display: none;
}

#section-2 .account-section .tab{
    position: absolute;
    top: 0;
    width: 100%;
}

#section-2 .account-section .tab.active{
    position: relative;
    top: initial;
    box-shadow: 0px 4px 20px 0px #0000001A;
}

#section-2 .account-section .tab .tab-content{
    background-color: white;
    z-index: 2;
    position: relative;
    display: none;
}

#section-2 .account-section .tab.active .tab-content{
    display: block;
}

#section-2 .account-section .tab .tab-title{
    cursor: pointer;
    font-size: 22px;
    margin: 0;
    width: 50%;
    text-align: left;
    box-sizing: border-box;
    padding: 33px;
    padding-left: 45px;
    background-color: #FCFCFC;
    position: relative;
    z-index: 2;
    box-shadow: inset 7px -7px 10px -6px #0000001A;
}

#section-2 .account-section .tab.active .tab-title{
    background-color: white;
    box-shadow: 0px 4px 20px 0px #0000001A;
}


#section-2 .account-section .form-section-account .tab-title{
    margin-right: auto;
    color: var(--primary-color);
}

#section-2 .account-section .form-section-login .tab-title{
    color: #99C453;
    margin-left: auto;
}

#section-2 .account-section .form-section-account .tab-content,
#section-2 .account-section .form-section-login .tab-content{
    padding: 35px;
}    

#section-2 .account-section .tab-content .user-informations{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 30px;
}

#section-2 .account-section .tab-content .user-informations label{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    border: none;
    margin-bottom: 3px;

}

#section-2 .account-section .tab-content .user-informations input,
#section-2 .account-section .tab-content .user-informations textarea{
    border: 1px solid #E9E9E9;
    width: 100%;
    box-sizing: border-box;
    background-color: #FCFCFC;
}

#section-2 .account-section .tab-content .user-informations input{
    height: 31px;
}

#section-2 .account-section .tab-content .user-informations .field-note{
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 12.26px;
}

#section-2 .account-section .tab-content .user-informations textarea{
    height: initial;
}

#section-2 .account-section .tab-content .password-div{
    position: relative;
}

#section-2 .account-section .tab-content .toggle-password{
    position: absolute;
    bottom: initial;
    top: 23px;
    right: 12px;
    cursor: pointer;
    color: var(--primary-color);
}

#section-2 .account-section .tab-content .login-submit{
    display: flex;
    justify-content: center;
}

#section-2 .account-section .tab-content .login-submit .button{
    background-color: #8cc63f;
}


#section-2 .account-section .form-section-account .tab-content .other-form-contents input{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#section-2 .account-section .form-section-account .tab-content .other-form-contents label{
    display: inline-block;
}

#section-2 .account-section .form-section-account .tab-content .other-form-contents .required-fields-note-div{
    margin-top: 20px;
}

#section-2 .account-section .form-section-account .tab-content .other-form-contents .checkbox-acceptance{
    margin-top: 20px;
    font-size: 12px;
}

#section-2 .account-section .form-section-account .tab-content .other-form-contents .form-notes{
    margin-left: 20px;
    font-size: 12px;
}

#section-2 .account-section .form-section-account .tab-content .other-form-contents #reCaptcha{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#section-2 .account-section .form-section-account .tab-content .validate-registration{
    display: flex;
    justify-content: center;
}

/*********  step 2 payment ********/


#form-section-payment{
}

#form-section-payment h2{
    margin: revert;
}

#form-section-payment .payment-methods{
    background-color: white;
    box-shadow: 0px 4px 20px 0px #0000001A;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#form-section-payment .payment-methods .form-controls{
    display: flex;
    flex-direction: column;
}

#form-section-payment .payment-methods .form-controls .radio{
    width: 100%;
}

#form-section-payment .payment-methods .payzen-logo{
    width: 100%;
    max-width: 116px;
}

/********   steps style    *********/

.section-registration .step-section{
    border-bottom: 1px solid #0000002b;
}

.section-registration .step-section > p:not([class]){
    display: none;
}

.section-registration .step-section.active .step-title .step-number,
.section-registration .step-section.previous-step .step-title .step-number{
    background-color: var(--primary-color);
    color: white;
}

.section-registration .step-section .step-content{
    display: none;
}

.section-registration .step-section.active .step-content{
    display: block;
}

/********   Footer registration    *********/

.footer-registration{
    background-color: #f8f4dc;
}

.footer-registration .copy{
    height: initial;
}

.footer-registration .copy .container_12{
    background: transparent;
    display: block;
    margin: auto;
}

.footer-registration .copy .container_12 h3{
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #000000;
}

.footer-registration .copy .container_12 p{
    color: #000000;
    padding: 0;
}

.footer-registration .copy .container_12 .payzen-info{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 30px 35px;
    box-shadow: 0px 4px 20px 0px #0000001A;
}

.footer-registration .copy .container_12 .payzen-info h3{
    margin: 0;
}


@media (max-width: 979px) {
    .header-registration .inner-header-registration .page-title{
        font-size: 30px;
        line-height: 33.76px;
    }

    body .form-section-paysubs .form-section-plans .plan-bloc .plan-details {
        grid-template-columns: 1fr;
        row-gap: 20px;
        padding: 20px;
    }

    body .section-registration .form-section-paysubs .form-section-plans .price{
        border-left: none;
        padding-left: 0;
    }

    body .section-registration .form-section-paysubs .form-section-plans .subscribe-button-inner{
        justify-content: flex-start;
    }
    .section-registration .form-section-paysubs .form-section-plans .plan-advantage{
        grid-template-columns: 1fr;
        padding: 15px 20px;
    }

    body .form-section-paysubs .form-section-plans .plan-bloc .plan-advantage li{
        flex: 100%;
        margin-top: 5px;
    }

    body .form-section-paysubs .form-section-plans .cadeau .offer-details{
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
        padding: 20px;
    }

    body #section-2 .free-amount #ajax-free-amount-input .plan-information{
        flex-direction: column;
        row-gap: 10px;
    }

    body #section-2 .account-section .tab .tab-title{
        padding: 15px;
    }
    body #section-2 .account-section .form-section-account .tab-content, #section-2 .account-section .form-section-login .tab-content{
        padding: 15px;
    }
    body #section-2 .account-section .tab-content .user-informations{
        grid-template-columns: 1fr;
    }
    body #section-2 .account-section .form-section-account .tab-content .other-form-contents .checkbox-acceptance{
        display: flex;
    }
    #section-2 .free-amount #ajax-free-amount-input .plan-information .text-wrap{
        flex-direction: column;
    }
    body #section-2 .account-section .form-section-account .tab-content .other-form-contents .form-notes{
        margin-left: 0;
    }
    body #form-section-payment .payment-methods{
        flex-direction: column;
    }

    .section-registration .form-section-paysubs .button, .section-registration .form-section-paysubs .form-section-plans .subscribe-button a{
        min-width: 159px;
    }
}
