.elementor-1649 .elementor-element.elementor-element-f1593de{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1649 .elementor-element.elementor-element-72583b4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1649 .elementor-element.elementor-element-4e7a493{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1649 .elementor-element.elementor-element-b035cc7{--display:flex;}.elementor-1649 .elementor-element.elementor-element-17f528c{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1649 .elementor-element.elementor-element-72583b4{--width:50%;}.elementor-1649 .elementor-element.elementor-element-4e7a493{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-9d94dc1 *//* Configuration du conteneur principal */
.ilewa-hero {
    background-color: #FDF7F8; /* Fond rose très pâle */
    padding: 60px 0; /* Un peu moins de padding pour resserrer le design */
    display: flex;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
}

.ilewa-hero-container {
    max-width: 1200px;
    width: 90%;
    display: flex;
    align-items: center;
    gap: 40px; /* Espace entre le texte et l'image */
}

/* Style du texte (Gauche) */
.ilewa-hero-content {
    flex: 1;
    padding-right: 20px;
}

.ilewa-hero-title {
    font-size: 58px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 25px;
}

.ilewa-hero-title .highlight {
    color: #6a1b41; /* Bordeaux ILEWA */
}

.ilewa-hero-description {
    font-size: 18px;
    color: #444;
    line-height: 1.6;
    max-width: 450px;
}

/* Style de l'image (Droite) */
.ilewa-hero-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center; /* Centre l'image dans sa colonne */
    align-items: center;
}

.hero-image-combined {
    max-width: 100%; /* L'image s'adapte à la largeur */
    height: auto;
    /* Ombre portée qui respecte la transparence du PNG */
    filter: drop-shadow(0 15px 35px rgba(0,0,0,0.15));
    /* Transition douce si vous voulez un effet au survol */
    transition: transform 0.3s ease;
}

.hero-image-combined:hover {
    transform: scale(1.02); /* Petit effet de zoom au survol (optionnel) */
}

/* Responsive */
@media (max-width: 1024px) {
    .ilewa-hero-title { font-size: 42px; }
}

@media (max-width: 768px) {
    .ilewa-hero-container { flex-direction: column; text-align: center; }
    .ilewa-hero-description { margin: 0 auto; }
    .ilewa-hero-image-wrapper { margin-top: 30px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94e6d81 */.donation-container {
    font-family: 'Poppins', sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    color: #333;
}

/* Titre avec barre orange */
.donation-title {
    color: #6a1b41; /* Couleur bordeaux ajustée */
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
}

.donation-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 6px;
    background-color: #ffa500;
    border-radius: 4px;
}

/* Sélecteur de devise */
.currency-.elementor-1649 .elementor-element.elementor-element-94e6d81 {
    position: absolute;
    right: 20px;
    top: 25px;
}

.currency-.elementor-1649 .elementor-element.elementor-element-94e6d81 select {
    background: #f4f4f4;
    border: 1px solid #ccc;
    padding: 6px 15px;
    border-radius: 8px;
    font-size: 14px;
}

/* Boutons de montants */
.amount-presets {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 40px;
}

.preset-btn {
    flex: 1;
    padding: 18px 10px;
    border: 1px solid #b5b5b5;
    background: #fff;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #555;
}

.preset-btn:hover {
    border-color: #6a1b41;
    color: #6a1b41;
    background-color: #fcf4f7;
}

/* Structure Formulaire */
.form-row {
    display: flex;
    gap: 25px;
    margin-bottom: 22px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 13px;
    color: #777;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-group input, .form-group select {
    padding: 14px 16px;
    border: 1px solid #b5b5b5;
    border-radius: 8px;
    background: #f9f9f9;
    font-size: 15px;
    outline: none;
}

/* Badge FCFA */
.input-with-badge {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}

.input-with-badge input {
    flex: 1;
    border-right: none;
    border-radius: 8px 0 0 8px;
}

.badge {
    background: #6a1b41;
    color: white;
    padding: 14px 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

/* Téléphone et Carte */
.phone-input-container, .card-input-container {
    display: flex;
    align-items: center;
    border: 1px solid #b5b5b5;
    border-radius: 8px;
    background: #f9f9f9;
}

.country-code {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border-right: 1px solid #ccc;
    font-size: 14px;
}

.card-icon {
    padding-left: 15px;
    color: #666;
    display: flex;
    align-items: center;
}

.phone-input-container input, .card-input-container input {
    border: none !important;
    background: transparent !important;
}

/* Spécificités Carte */
.card-number-group { flex: 2.5 !important; }

/* Bouton Soumettre */
.submit-btn {
    background-color: #ffa500;
    color: white;
    border: none;
    padding: 16px 35px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.3s;
}

.submit-btn:hover { background-color: #e69500; }

@media (max-width: 768px) {
    .form-row, .amount-presets { flex-direction: column; }
    .preset-btn { margin-bottom: 10px; }
}/* End custom CSS */