@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.c-formulaire{background-color:var(--color-background-accent-default);border-radius:1.2rem;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;overflow:hidden;max-height:120rem;margin:2.4rem 0}.c-formulaire__form{padding:4.6rem;display:flex;flex-direction:column;gap:3.2rem}.c-formulaire__img{background-image:url(/assets/images/demo/landing/form.png);background-size:cover;background-position:50%;background-repeat:no-repeat}@media only screen and (max-width:1024px){.c-formulaire__img{display:none}.c-formulaire{grid-template-columns:1fr;grid-template-rows:auto;max-height:none}}@media only screen and (max-width:576px){.c-formulaire__form{padding:2.4rem;gap: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}