.layout-module__yUtnHa__contact-page-content{--surface-color:var(--white);--primary-color:var(--primary);--primary-dark:var(--secondary);--text-primary:var(--dark);--text-secondary:var(--gray);--border-color:#e2e8f0;--focus-ring:#35a7ff33;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding-top:80px;display:flex}.layout-module__yUtnHa__contact-container{background:var(--surface-color);border:1px solid var(--border-color);border-radius:20px;grid-template-columns:1fr 1.2fr;width:100%;max-width:1100px;margin:40px;display:grid;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.layout-module__yUtnHa__contact-info{background-color:#f1f5f9;flex-direction:column;justify-content:space-between;padding:60px;display:flex}.layout-module__yUtnHa__contact-info h1{color:var(--text-primary);margin-bottom:1rem;font-size:2.25rem;font-weight:700;line-height:1.2}.layout-module__yUtnHa__subtitle{color:var(--text-secondary);margin-bottom:3rem;font-size:1.125rem}.layout-module__yUtnHa__contact-details{flex-direction:column;gap:2rem;display:flex}.layout-module__yUtnHa__detail-item{align-items:flex-start;gap:1rem;display:flex}.layout-module__yUtnHa__icon-box{width:40px;height:40px;color:var(--primary-color);background-color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:flex;box-shadow:0 1px 2px #0000000d}.layout-module__yUtnHa__detail-text h3{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.875rem;font-weight:600}.layout-module__yUtnHa__detail-text p{color:var(--text-secondary);font-size:1rem}.layout-module__yUtnHa__social-links{gap:1rem;margin-top:3rem;display:flex}.layout-module__yUtnHa__social-link{width:40px;height:40px;color:var(--text-secondary);border:1px solid var(--border-color);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex}.layout-module__yUtnHa__social-link:hover,.layout-module__yUtnHa__social-link:focus{color:var(--primary-color);border-color:var(--primary-color);transform:translateY(-2px)}.layout-module__yUtnHa__contact-form-wrapper{background:linear-gradient(#fff 0%,#f5f9ff 100%);border-left:1px solid #35a7ff33;padding:60px;font-family:Inter,sans-serif}.layout-module__yUtnHa__form-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.layout-module__yUtnHa__form-header h2{color:var(--text-primary);font-size:1.75rem;font-weight:600}.layout-module__yUtnHa__qr-section{border:1px solid var(--border-color);background:#f8fafc;border-radius:12px;flex-direction:column;align-items:center;padding:10px;display:flex}.layout-module__yUtnHa__qr-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px;font-size:.75rem;font-weight:600}.layout-module__yUtnHa__qr-code{background-image:url(/images/Plan_de_travail.png);background-position:50%;background-size:cover;border-radius:4px;width:80px;height:80px}.layout-module__yUtnHa__form-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.layout-module__yUtnHa__form-group{flex-direction:column;gap:.5rem;display:flex}.layout-module__yUtnHa__form-label{color:var(--text-primary);font-size:.875rem;font-weight:500}.layout-module__yUtnHa__form-input{border:1px solid var(--border-color);width:100%;color:var(--text-primary);background-color:#fff;border-radius:8px;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:1rem;transition:all .2s}.layout-module__yUtnHa__form-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 4px var(--focus-ring);outline:none}.layout-module__yUtnHa__form-input::placeholder{color:#cbd5e1}textarea.layout-module__yUtnHa__form-input{resize:vertical;min-height:120px}.layout-module__yUtnHa__btn-submit{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;align-self:flex-start;padding:.875rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:background-color .2s}.layout-module__yUtnHa__btn-submit:hover{background-color:var(--primary-dark)}.layout-module__yUtnHa__btn-submit:focus-visible{box-shadow:0 0 0 4px var(--focus-ring);outline:none}.layout-module__yUtnHa__simple-footer{background-color:var(--secondary);color:#fff;padding:5rem 2rem 2rem}.layout-module__yUtnHa__footer-container{max-width:1200px;margin:0 auto}.layout-module__yUtnHa__footer-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:4rem;display:grid}.layout-module__yUtnHa__footer-col h3{margin-bottom:1.5rem;font-size:1.5rem;font-weight:500}.layout-module__yUtnHa__footer-col p{color:#fff9;max-width:300px;font-size:.95rem}.layout-module__yUtnHa__footer-col h4{color:var(--primary);margin-bottom:1.5rem;font-size:1.1rem}.layout-module__yUtnHa__footer-links-list{list-style:none}.layout-module__yUtnHa__footer-links-list li{margin-bottom:.8rem}.layout-module__yUtnHa__footer-links-list a{color:#ffffffb3;font-size:.95rem;text-decoration:none;transition:all .3s}.layout-module__yUtnHa__footer-links-list a:hover{color:var(--primary)}.layout-module__yUtnHa__footer-contact{list-style:none}.layout-module__yUtnHa__footer-contact li{color:#ffffffb3;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.95rem;display:flex}.layout-module__yUtnHa__footer-contact i{color:var(--primary);font-size:1.2rem}.layout-module__yUtnHa__footer-bottom{color:#ffffff80;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}.layout-module__yUtnHa__footer-bottom span{color:#fff;font-weight:600}@media (max-width:900px){.layout-module__yUtnHa__contact-container{grid-template-columns:1fr;margin:20px}.layout-module__yUtnHa__contact-info,.layout-module__yUtnHa__contact-form-wrapper{padding:40px}.layout-module__yUtnHa__form-header{flex-direction:column;gap:20px}.layout-module__yUtnHa__qr-section{flex-direction:row;justify-content:flex-start;align-self:flex-start;gap:15px;width:100%}.layout-module__yUtnHa__qr-code{width:60px;height:60px;margin-left:85%}.layout-module__yUtnHa__qr-label{margin-bottom:0}}@media (max-width:768px){.layout-module__yUtnHa__qr-code{width:60px;height:60px;margin-left:55%}}
