._pageWrapper_a5oih_5{position:relative;min-height:100vh;width:100%}._fixedBackground_a5oih_17{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(../Assets/P6.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;z-index:-1;filter:brightness(.8)}._scrollableContent_a5oih_47{position:relative;z-index:1;padding-top:2rem;padding-bottom:4rem;display:flex;flex-direction:column;align-items:center}._contentContainer_a5oih_67{background-color:#fff;max-width:800px;margin:0 auto;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;width:90%}._scrollableContent_a5oih_47 h1{color:#fff;text-align:center;margin-bottom:1rem;font-size:2.5rem;text-shadow:1px 1px 3px rgba(0,0,0,.5)}._description_a5oih_103{color:#fff;font-size:1.2rem;text-align:center;margin-bottom:2rem;line-height:1.6;max-width:80%;margin-left:auto;margin-right:auto;text-shadow:1px 1px 2px rgba(0,0,0,.5)}._title_a5oih_127{color:#ff8c00;font-size:2rem;margin-bottom:1rem;text-align:center;font-weight:700}._cardsContainer_a5oih_143{display:flex;flex-direction:row;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:2rem;margin-bottom:3rem;width:100%}._card_a5oih_143{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 15px #0000001a;transition:all .3s ease;flex:1;min-width:300px;max-width:400px;display:flex;flex-direction:column}._card_a5oih_143:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}._card_a5oih_143 h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem;border-bottom:2px solid red;padding-bottom:.5rem;text-align:center}._card_a5oih_143 p{color:#555;line-height:1.7;margin-bottom:1rem;text-align:center;flex-grow:1}._card_a5oih_143 ul{list-style-type:none;padding:0;margin:1rem 0;text-align:center}._card_a5oih_143 li{margin-bottom:.5rem;color:#333;display:flex;align-items:center;justify-content:center}._card_a5oih_143 li:before{content:"•";color:#ff8c00;font-weight:700;display:inline-block;width:1em;margin-right:.5rem}._card_a5oih_143 strong{color:#2c3e50;font-weight:700}._contactInfo_a5oih_293{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee;text-align:center;font-size:.9rem;color:#666}._scrollableContent_a5oih_47 h1{color:#e67e00}._formContainer_a5oih_319{margin-top:3rem;width:100%}._formTitle_a5oih_329{color:#ff8c00;text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:600}._donationForm_a5oih_345{display:flex;flex-direction:column;gap:1rem;width:100%}._donationForm_a5oih_345 input,._donationForm_a5oih_345 select,._donationForm_a5oih_345 textarea{padding:.8rem;font-size:1rem;border:1px solid #ccc;border-radius:6px;width:100%;box-sizing:border-box}._donationForm_a5oih_345 input:focus,._donationForm_a5oih_345 select:focus,._donationForm_a5oih_345 textarea:focus{outline:none;border-color:#4caf50;box-shadow:0 0 5px #4caf504d}._donationForm_a5oih_345 button{background-color:#004080;color:#fff;padding:.75rem;border:none;border-radius:6px;cursor:pointer;font-weight:700;transition:background .3s ease;width:100%}._donationForm_a5oih_345 button:hover{background-color:#003060}._civilitySelect_a5oih_429{padding:12px;margin-bottom:15px;border:1px solid #ddd;border-radius:6px}._civilitySelect_a5oih_429:focus{outline:none;border-color:#4caf50;box-shadow:0 0 5px #4caf504d}._donMontantContainer_a5oih_455{display:flex;gap:.5rem;width:100%}._montantInput_a5oih_467{flex:1}._deviseSelect_a5oih_475{padding:.8rem;font-size:1rem;border:1px solid #ccc;border-radius:6px;background-color:#fff}._noteConversion_a5oih_491{color:#666;font-size:.85rem;margin-top:.5rem;line-height:1.4}._formGroup_a5oih_505 textarea{min-height:100px;resize:vertical}._checkboxLabel_a5oih_515{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#2c3e50;justify-content:center;margin-top:1rem}._checkboxLabel_a5oih_515 input{width:auto}._formFooter_a5oih_543{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem}._requiredInfo_a5oih_559{color:#666;font-size:.9rem;text-align:center}._submitButton_a5oih_571{background-color:#ff8c00;color:#fff;border:none;padding:1rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;max-width:300px;text-transform:uppercase;letter-spacing:.5px}._submitButton_a5oih_571:hover{background-color:#e67e00;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._modalOverlay_a5oih_619{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}._modalContent_a5oih_647{background:#f9f9f9;padding:2rem;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;top:2.7rem;box-shadow:0 0 10px #0000001a;animation:_modalFadeIn_a5oih_1 .3s ease-out}@keyframes _modalFadeIn_a5oih_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._closeButton_a5oih_685{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#888;transition:color .2s}._closeButton_a5oih_685:hover{color:#ff8c00}@media (max-width: 768px){._modalContent_a5oih_647{padding:1.5rem;margin:1rem}._closeButton_a5oih_685{top:.5rem;right:.5rem;font-size:1.2rem}}@media (max-width: 768px){._contentContainer_a5oih_67{margin:0 1rem;padding:1.5rem;width:auto}._scrollableContent_a5oih_47 h1{font-size:2rem}._description_a5oih_103{font-size:1rem;max-width:100%}._cardsContainer_a5oih_143{flex-direction:column;gap:1.5rem}._card_a5oih_143{min-width:auto;max-width:100%;padding:1.5rem}._formRow_a5oih_799{flex-direction:column;gap:1rem}._formGroup_a5oih_505 input,._formGroup_a5oih_505 select,._formGroup_a5oih_505 textarea{padding:.7rem .9rem}._fixedBackground_a5oih_17{background-attachment:scroll}}@media (max-width: 480px){._contentContainer_a5oih_67{padding:1rem}._scrollableContent_a5oih_47 h1{font-size:1.8rem}._card_a5oih_143{padding:1.2rem}._submitButton_a5oih_571{padding:.8rem 1.5rem;font-size:.9rem}}._formParticulier_a5oih_871{margin-top:1rem;padding:1.2rem;background-color:#f8f9fa;border-radius:8px;border-left:3px solid #ff8c00}._formParticulier_a5oih_871 label{display:flex;flex-direction:column;gap:.5rem}._formParticulier_a5oih_871 select{padding:.8rem;border:1px solid #ddd;border-radius:6px;background-color:#fff;font-size:1rem;transition:all .3s ease}._formParticulier_a5oih_871 select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db33}._formGroup_a5oih_505 textarea[name=competences]{min-height:100px;padding:.8rem;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;transition:all .3s ease;background-color:#fff}._formGroup_a5oih_505 textarea[name=competences]:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db33}._formGroup_a5oih_505 textarea[name=competences]::-moz-placeholder{color:#aaa;font-style:italic}._formGroup_a5oih_505 textarea[name=competences]::placeholder{color:#aaa;font-style:italic}._formParticulier_a5oih_871{grid-column:1 / -1;margin-top:.5rem;margin-bottom:.5rem}._formParticulier_a5oih_871 label{font-weight:600;color:#2c3e50}@media (max-width: 768px){._formParticulier_a5oih_871{padding:1rem}._formGroup_a5oih_505 textarea[name=competences]{min-height:80px}}
