@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.c-formulaire{background-color:var(--color-background-accent-default);border-radius:1.2rem;grid-template-rows:auto;grid-template-columns:repeat(2,1fr);max-height:120rem;margin:2.4rem 0;display:grid;overflow:hidden}.c-formulaire__form{flex-direction:column;gap:3.2rem;padding:4.6rem;display:flex}.c-formulaire__img{background-image:url(/assets/images/demo/landing/form.png);background-position:50%;background-repeat:no-repeat;background-size:cover}@media only screen and (max-width:1024px){.c-formulaire__img{display:none}.c-formulaire{grid-template-rows:auto;grid-template-columns:1fr;max-height:none}}@media only screen and (max-width:576px){.c-formulaire__form{gap:2.4rem;padding:2.4rem}.c-formulaire__form button{width:100%}}.custom-photovoltaic-checkbox .c-label{font-weight:600;cursor:auto!important}.c-msg-success{color:#009466;font-weight:700}.c-msg-error{color:red;font-weight:700}