.frm-fluent-form fieldset {
display: flex;
flex-direction: column;
gap: var(--wp--preset--spacing--xs);
}   .ff-el-form-control:not(textarea) {
font-family: inherit; font-size: var(--wp--preset--font-size--s);
width: 100%;
padding: var(--wp--preset--spacing--xs);
border: none;
border-radius: 0;
background-color: var(--wp--preset--color--white);
color: var(--wp--preset--color--text); }
.ff-el-form-control:not(textarea):focus {
outline: none;
border-color: var(
--wp--custom--color-neutral300
); } textarea.ff-el-form-control {
font-family: inherit;
font-size: var(--wp--preset--font-size--s);
width: 100%;
padding: var(--wp--preset--spacing--xs);
border: none;
border-radius: 0;
background-color: #fff;
color: #333;
resize: vertical; min-height: 120px; }
textarea.ff-el-form-control:focus {
outline: none;
border-color: var(--wp--custom--color-neutral300);
} .ff-el-form-control::placeholder {
font-family: inherit;
color: var(--wp--custom--color-neutral300);
opacity: 1; } .ff-el-input--label label {
font-family: inherit;
font-size: 0.875rem;
font-weight: 600;
color: #333;
display: block;
margin-bottom: 0.35rem;
} .ff_submit_btn_wrapper {
margin-top: 1.25rem;
}
.ff-btn-submit {
font-family: inherit;
font-size: var(--wp--preset--font-size--xs);
font-weight: var(--wp--custom--font-weight--extrabold);
letter-spacing: var(--wp--custom--letter-spacing--xs);
text-transform: uppercase;
padding-top: var(--wp--preset--spacing--xs);
padding-right: var(--wp--preset--spacing--s);
padding-bottom: var(--wp--preset--spacing--xs);
padding-left: var(--wp--preset--spacing--s);
background-color: var(
--wp--preset--color--bg-alt
); color: var(--wp--present--color--text);
border: none;
border-radius: var(--wp--custom--radius--m);
cursor: pointer;
transition: background-color 300ms ease;
}
.ff-btn-submit:hover,
.ff-btn-submit:focus {
background-color: #c7ab8d; outline: none;
} .ff-el-is-required.asterisk-right .ff-el-label::after,
.ff-el-is-required.asterisk-right label::after {
content: " *";
color: var(--wp--preset--color--text); } .ff-el-form-group .error,
.ff-field_description.error,
.ff-el-form-control-errors,
.fluentform .ff-el-is-error .text-danger {
font-size: 0.8rem;
color: var(--wp--preset--color--accent);
margin-top: 0.25rem;
display: block;
} @media (width < 768px) {
.hide-on-mobile { display: none;
} header .wp-block-group {
padding-top: var(--wp--preset--spacing--m);
padding-right: var(--wp--preset--spacing--s) !important;
padding-bottom: 0;
padding-left: var(--wp--preset--spacing--s) !important;
} #cours .cours-mobile {
padding-top: 0;
padding-right: var(--wp--preset--spacing--m) !important;
padding-bottom: 0;
padding-left: var(--wp--preset--spacing--m) !important;
text-align: center;
}
#cours .cours-mobile .wp-block-buttons,
#lieux .wp-block-buttons,
#association .wp-block-buttons {
justify-content: center;
padding-top: var(--wp--preset--spacing--s);
}
#lieux .texte-lieux-mobile,
#association .texte-association-mobile,
#actualites .wp-block-post-title,
#actualites .wp-block-post-date {
text-align: center;
}
.cta-contact--mobile-custom {
justify-content: center;
} .schedule--mobile-custom {
padding-left: 0 !important;
} footer .wp-block-group {
justify-content: center;
text-align: center;
}
footer div:first-child {
padding-right: var(--wp--preset--spacing--s) !important;
padding-left: var(--wp--preset--spacing--s) !important;
}
} html {
--scroll-behavior: smooth;
scroll-behavior: smooth;
} .wp-site-blocks > .wp-block-group,
.entry-content > .wp-block-group {
margin-top: 0;
}  footer .wp-block-navigation {
display: none;
} footer p a {
text-decoration: none;
}  .white-text {
color: var(--wp--preset--color--white) !important;
}