span.ht-label {
font-size: 0.85em;
opacity: 0.8;
margin-left: 2px;
}
.delivery-info-block textarea {
min-height: 95px;
padding: 10px;
}
.accept-terms a {
color: #000000;
}
.accept-terms a:hover {
color: #d09124;
}
.accept-terms span.error-message {
position: absolute;
top: 90%;
}
.affiliation-g .error-message{
position: absolute;
top: 100%;
}
.woocommerce-account header.entry-header {
display: none;
}
.register-column {
background: #e8f2fb;
min-height: 650px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
}
.register-column a.btn-register {
max-width: 350px;
}
p.encore-de-compte {
font-size: 28px;
color: #000;
margin-bottom: 10px;
}
.register-column p {
color: #000;
}
.btn-register {
color: #d09124 !important;
background: transparent;
border: 1.5px solid #d09124;
font-size: 14px;
width: 100%;
border-radius: 5px;
display: inline-block;
text-decoration: none;
text-align: center;
padding: 12px 20px;
text-transform: uppercase;
}
.register-column div {
width: unset;
}
img.motif-compte {
position: absolute;
bottom: 0;
left: 20%;
max-width: 200px;
}
.login-column {
min-height: 650px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
}
.login-column h2 {
font-size: 40px;
font-weight: 400;
margin-bottom: 30px;
color: #232E3C;
}
.woocommerce-form-login input {
border: 1.5px solid #BFBFBF;
height: 48px;
padding: 0px 20px;
}
.woocommerce-form-login label .required {
color: #000000;
}
.woocommerce-form-login label {
font-size: 14px;
color: #000;
}
span.password-input {
position: relative;
}
button.show-password-input {
position: absolute;
right: 10px;
top: 0;
background: transparent;
border: none;
font-family: "Font Awesome 6 Free";
font-weight: 400;
color: #A7A7A7;
}
.show-password-input::before {
content: "\f06e";
font-family: "Font Awesome 6 Free";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.p-password {
margin-bottom: 40px !important;
}
.woocommerce-LostPassword a {
color: #D09124;
font-weight: 700;
font-size: 14px;
}
.p-cancel-login a {
color: #767676;
font-size: 14px;
}
.p-cancel-login {
text-align: center;
position: absolute;
bottom: 20px;
left: 0;
right: 0;
}
input:focus {
border: 1.5px solid #D09124;
outline: none;
}
.page-id-10 .entry-content {
margin: 0px;
}
.topchef-login-container {
max-width: unset !important;
}
.site-width-form,
.tab-content-wrapper,
.wr-btn {
max-width: 540px;
margin: 0 auto;
}
.tab-buttons .tab-btn {
background: transparent;
border: none;
border-bottom: 2px solid transparent;
text-align: center;
width: 50%;
border-radius: 0px;
color: #767676;
}
.tab-buttons .tab-btn.active {
border-bottom: 2px solid #000;
color: #000;
font-weight: 700;
}
.wr-btn{
display: none;
}
.tab-buttons {
position: relative;
}
.border-btns {
position: absolute;
height: 2px;
background: #ddd;
width: 100%;
bottom: 0px;
z-index: -1;
}
.txt-form-step {
font-size: 14px;
color: #767676;
}
.txt-form-step a {
color: #D09124;
}
.tab-content-wrapper {
padding: 40px 20px;
}
.topchef-create-account input[type="text"],
.topchef-create-account input[type="email"],
.topchef-create-account select input[type="number"],
.topchef-create-account input[type="tel"] {
height: 48px;
border-radius: 5px;
border: 1.5px solid #BFBFBF;
padding: 0px 20px;
border: 1.5px solid #BFBFBF;
transition: all 0.2s ease;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select{
height: 48px;
border-radius: 5px;
border: 1.5px solid #BFBFBF;
padding: 0px 20px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, textarea:focus{
outline: none;
box-shadow: 
0 0 0 2px white, 
0 0 0 3.5px #d09124;
}
[type="checkbox"] {
width: 18px;
height: 18px;
margin-right: 8px;
}
.affiliation-g [type="radio"] {
width: auto;
margin-right: 10px;
width: 18px;
height: 18px;
}
.topchef-create-account .affiliation-g label {
display: flex;
margin-bottom: 0px;
align-items: center;
margin-right: 20px;
font-size: 16px;
} .custom-checkbox {
display: flex;
align-items: center;
cursor: pointer;
margin-bottom: 10px;
}
.custom-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.checkmark {
width: 22px;
height: 22px;
margin-right: 10px;
background-color: #ffffff;
border: 2px solid #BFBFBF;
border-radius: 4px;
display: inline-block;
position: relative;
}
.custom-checkbox input:checked ~ .checkmark {
background-color: #DEC7AB;
border-color: #BFBFBF;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
display: block;
}
.custom-checkbox .checkmark:after {
left: 5px;
top: 0px;
width: 8px;
height: 15px;
border: solid #d09124;
border-width: 0 3px 3px 0;
transform: rotate(45deg);
}
.progress-prev-wrapper{
position: absolute;
max-width: 1200px;
margin: 0 auto;
top: 0;
left: 0;
right: 0;
}
section.topchef-create-account {
padding: 30px 0px;
position: relative;
}
.multistep-form .step {
display: none;
}
.multistep-form .step.active {
display: block;
}
.multistep-form .active.step-flex,
.shipping-section .section-fields,
.billing-section .section-fields,
.shipping-address-form,
.woocommerce-billing-update-form{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.step-flex .form-group,
.shipping-section .form-row,
.billing-section .form-row,
.shipping-address-form .form-row,
.woocommerce-billing-update-form .form-row{
width: 100%;
}
.step .w-65,
.shipping-address-form .w-65,
.woocommerce-billing-update-form .w-65{
width: 65%;
}
.step .w-30,
.shipping-address-form .w-30,
.woocommerce-billing-update-form .w-30{
width: 30%;
}
.form-group {
margin-bottom: 20px;
}
.topchef-create-account label {
display: block;
font-size: 14px;
color: #000;
margin-bottom: 5px;
}
input, select {
width: 100%;
padding: 8px;
}
.form-navigation {
margin-top: 20px;
display: flex;
justify-content: space-between;
width: 100%;
} input.input-error, input.input-error:focus, input.input-error:-webkit-autofill {
background-color: #ff676742 !important;
border: 1.5px double #D09124 !important;
border-style: double;
color: #FF6767 !important;
}
.form-group{
position: relative;
}
.error-msg:after {
display: none;
content: '\f057';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
right: 0;
z-index: 99999;
top: 40px;
height: 30px;
width: 30px;
}
.error-msg, .error-message {
font-size: 14px;
color: #FF6767;
margin-top: 4px;
font-weight: 700;
}
.form-progress-bar {
max-width: 540px;
margin: 0 auto;
position: relative;
display: flex;
align-items: center;
margin-top: -20px;
}
.progress-bar-border {
border: 2px solid #d0912452;
border-radius: 5px;
width: 100%;
height: 4px;
margin-left: 20px;
position: relative;
}
.progress-bar-border:after {
content: '';
height: 4px;
background: #d09124;
position: absolute;
border-radius: 2px;
left: -2px;
top: -2px;
}
.percent25:after{
width: 25%;
}
.percent50:after{
width: 50%;
}
.percent75:after{
width: 75%;
}
.percent100:after{
width: 100%;
}
.step-title {
font-size: 40px;
color: #232E3C;
margin: 40px 0px;
font-weight: 400;
}
.form-back-link{
color: #000;
text-decoration: unset;
margin-top: 30px;
cursor: pointer;
}
.step-number {
font-size: 12px;
color: #A7A7A7;
}
.existing-step.step-4 {
max-width: 350px;
margin: 0 auto;
}
.step3-title {
font-size: 28px;
color: #232E3C;
margin: 40px 0px;
font-weight: 400;
}
.step-title i {
font-size: 30px;
color: #D09124;
}
#activation_success_message{
display: none;
}
.confirmation-msg i {
font-size: 30px;
color: #d09124;
}
.email-comercial i {
font-size: 20px;
}
.confirmation-msg .conf-t{
font-size: 28px;
margin-top: 20px;
}
.confirmation-msg {
text-align: center;
max-width: 350px;
margin: 0 auto;
padding-top: 40px;
}
.commercial-confirmation p.name-comercial {
font-size: 18px;
color: #000;
}
.confirmation-msg .num-comercial, .confirmation-msg .email-comercial {
text-decoration: none;
color: #d09124;
}
.adress-n {
border: 1px solid #A7A7A7;
padding: 30px 40px;
border-radius: 20px !important;
width: 114%;
margin-left: -7%;
box-sizing: border-box;
margin-bottom: 30px;
}
.step-3 .accordion-item:not(:first-of-type) {
border-top: 1px solid #A7A7A7 !important;
}
.vos-info-sec .accordion-item:not(:first-of-type) {
border-top: 1px solid #dee2e6 !important;
}
.vos-info-sec .accordion-button {
outline: none;
background: #f7f7f7;
box-shadow: none;
color: #767676;
font-size: 14px;
}
.vos-info-sec .accordion-body {
background: #f7f7f7;
padding-top: 0px;
}
.vos-info-sec .accordion-item {
margin-bottom: 10px;
}
.t-adress-n {
background: #fff;
margin-top: -40px;
padding: 0px 20px;
width: fit-content;
}
#addressAccordion .accordion-button {
padding: 0px !important;
}
#addressAccordion .accordion-button:after {
height: 15px;
width: 15px;
background-size: contain;
margin-left: 20px;
}
#addressAccordion .accordion-button {
outline: none;
padding: 0px !important;
background: transparent;
box-shadow: none;
}
input, select {
outline: none;
}
.add-adress-n {
color: #d09124;
font-weight: 700;
font-size: 16px;
display: flex;
align-items: flex-start;
margin-top: 30px;
margin-bottom: 30px;
cursor: pointer;
}
.add-adress-n i {
margin-right: 10px;
border: 2px solid #d09124;
border-radius: 99px;
padding: 1px 2px;
}
.sep-ref {
height: 1px;
background: #A7A7A7;
margin-bottom: -10px;
}
p.section-title-ref {
color: #A7A7A7;
font-size: 14px;
font-weight: 400;
background: #fff;
width: fit-content;
padding: 0px 20px 0px 0px;
}
.required {
color: #000 !important;
}
.topchef-create-account select, .topchef-create-account select option:first-child {
color: #767676;
font-style: italic;
}
select option{
color: #000000;
font-style: normal;
}
.vos-info-sec {
background: #F7F7F7;
padding: 30px;
border-radius: 6px;
margin-bottom: 20px;
}
.step-6 .prev-step, .hidebacklink .form-back-link{
opacity: 0;
pointer-events: none;
}
.existing-step.step-4 h2 i {
color: #d09124;
}
.activation_code_label:after {
content: '';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
right: 0;
z-index: 99999;
top: 38px;
height: 30px;
width: 30px;
font-size: 17px;
}
.activation_code_label.valid:after {
content: '\f058';
color: #03C673;
}
.activation_code_label.invalid:after {
content: '\f057';
color: #FF6767;
}
.accordion-item.adress-n  .hide-checkboxes{
display:none !important;
}
.accordion-item.adress-n[data-index="1"]  .hide-checkboxes{
display:flex !important;
}
.row-progress-bar-p,
.site-width-form {
padding: 0px 20px;
}
#shipping_country_field span.optional {
display: none;
}
form.woocommerce-ResetPassword.lost_reset_password {
max-width: 800px;
margin: 0 auto;
}
span.password-input button.show-password-input{
opacity:0;
}
.woocommerce:has( form.woocommerce-ResetPassword.lost_reset_password ) {
min-height: 400px;
display: flex;
align-content: center;
align-items: center;
flex-wrap: wrap;
}
.woocommerce:has( form.woocommerce-ResetPassword.lost_reset_password ) .woocommerce-notices-wrapper{
width:100%;
}
.woocommerce-lost-password .entry-content {
min-height: 400px;
display: flex;
justify-content: center;
width: 100%;
flex-direction: column;
}
.mailpoet_page-template-default .mailpoet_page {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
.mailpoet_page-template-default .site-main{
display:flex;
min-height:500px;
align-items: center;
}
input.mailpoet_submit {
font-size: 14px;
background: #D09124 !important;
color: #fff;
padding: 16px 20px !important;
border-radius: 5px;
margin-top: 10px !important;
margin-bottom: 15px !important;
}
.mailpoet_page-template-default  h1 {
margin-top: 0px;
margin-bottom: 0px;
}
.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
position: relative !important;
text-align: left !important;
transform: unset !important;
top: unset !important;
left: unset !important;
}
#mailpoet_captcha_form .mailpoet_message {
padding-left: 0px !important;
}
form.woocommerce-ResetPassword.lost_reset_password {
max-width: 1200px;
margin: 0 auto;
}
form.woocommerce-ResetPassword.lost_reset_password p {
max-width: 600px;
padding-left: 0px;
}
form.woocommerce-ResetPassword.lost_reset_password button[type=submit]{
font-size: 14px;
background: #D09124 !important;
color: #fff;
padding: 16px 20px !important;
border-radius: 5px;
margin-bottom: 15px !important;
border: none !important;
padding: 10px;
text-transform: uppercase;
}
.woocommerce-lost-password .woocommerce p {
max-width: 1240px;
margin: 0 auto;
padding: 0px 20px 20px 20px;
}
.woocommerce-lost-password .woocommerce .woocommerce-message{
margin-top:0px;
}
.body-blurred main, .body-blurred .topchef-create-account {
filter: blur(2px);
pointer-events: none;
}
.body-blurred {
overflow: hidden;
}
@media (max-width: 1240px) {
form.woocommerce-ResetPassword.lost_reset_password {
padding-left: 20px;
padding-top: 20px;
}
}
@media (max-width: 767px) {
.form-progress-bar {
max-width: 190px;
margin-right: 0px;
}
.step-6 .form-progress-bar,
.existing-step.step-3 .form-progress-bar {
max-width: 100%;
}
.form-back-link,
.topchef-create-account .affiliation-g label,
.conf-msg {
font-size: 14px;
}
.step-title {
font-size: 30px;
}
.site-width-form {
padding: 0px 20px;
}
.tab-buttons .tab-btn {
font-size: 14px;
}
.topchef-create-account label {
font-size: 12px;
}
.topchef-create-account .affiliation-g {
display: block !important;
}
.adress-n {
padding: 30px 5px;
width: 100%;
margin-left: 0px;
}
.step-3 .accordion-body {
padding: 20px 10px;
}
.existing-step.step-4 h2 {
font-size: 20px;
}
} .tc-copy-box {
display: flex;
align-items: flex-start;
gap: 12px;
cursor: pointer;
padding: 14px 16px;
border-radius: 8px;
border: 1px solid #e2ddd6;
background: #fff;
transition: border-color 0.15s, background 0.15s;
margin-bottom: 12px;
position: relative;
}
.tc-copy-box:hover {
border-color: #D09124;
}
.tc-copy-box.is-checked {
border-color: #D09124;
background: #fdf8ef;
}
.tc-copy-box input[type="checkbox"] {
position: absolute;
opacity: 0;
pointer-events: none;
width: 0;
height: 0;
}
.tc-copy-box-check {
width: 20px;
height: 20px;
min-width: 20px;
border-radius: 4px;
border: 1.5px solid #c8c2b8;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.15s, border-color 0.15s;
margin-top: 1px;
}
.tc-copy-box.is-checked .tc-copy-box-check {
background: #D09124;
border-color: #D09124;
}
.tc-copy-box-check svg {
display: none;
}
.tc-copy-box.is-checked .tc-copy-box-check svg {
display: block;
}
.tc-copy-box-text {
display: flex;
flex-direction: column;
gap: 3px;
}
.tc-copy-box-text strong {
font-size: 14px;
color: #232E3C;
font-weight: 500;
}
.tc-copy-box-text span {
font-size: 12px;
color: #888;
font-style: normal;
}