/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/
Description: Child theme for Astra, A very lightweight and beautiful theme made to work with Page Builders.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
@charset "UTF-8";

.header-donate-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap!important;
  gap: 10px;
  /*max-width: 720px;*/
  margin-top: 6px;
  margin-right: 0;
  margin-left: auto;
  color: #3695D8;
}

.header-amounts-container {
  /*width: 300px;*/
	margin-right: 1.5em;
}

.header-donate-form-amounts-description {
  font-size: 10px;
  margin-bottom: 0 !important;
}

.header-donate-form ul {
  /*max-width: 260px;*/
  padding: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
}

.header-donate-form-amounts {
  display: none;
}

.header-donate-form-amounts.active {
  display: flex;
}

.header-donate-form li {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  cursor: pointer;
}

.header-donate-form li label,
.header-donate-form li input {
  cursor: pointer;
}

.header-donate-form li label {
	color: #3695D8;
}

.header-donate-form li:hover label {
  color: #f47530;
}

.header-donate-form li + li {
  margin-left: 10px;
}

.header-donate-form input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #e9e9e9;
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: #e9e9e9;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #e9e9e9;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.header-donate-form input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

.header-donate-form input[type="radio"]:checked {
  background-color: #f47530;
  border-color: #f47530;
}

.header-donate-form input[type="radio"]:checked::before {
  transform: scale(1);
  background-color: #f47530;
}

.header-donate-form input[type="radio"]:focus {
  outline: none;
}

.header-donate-form li label {
  padding-left: 6px;
}

.header-donate-form-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.header-donate-form .btn {
  padding: 10px 20px;
  border-radius: 24px;
  border: 1px solid #f47530;
  text-transform: uppercase;
  background-color: #fff;
  font-family: Oswald;
  letter-spacing: normal;
  font-weight: 600;
  font-size: 16px;
  color: #f47530;
  transition: all 0.3s ease;
}

.header-donate-form .btn-primary {
  background-color: #3695d8;
  border-color: #3695d8;
  color: #fff;
}

.header-donate-form .btn-primary:hover {
  background-color: #f47530;
  border-color: #f47530;
  color: #fff;
  transition: all 0.3s ease;
}

.header-donate-form .btn-secondary {
  background-color: #fff;
  color: #f47530;
}

.header-donate-form .btn-secondary:hover {
  background-color: #f47530;
  color: #fff;
  transition: all 0.3s ease;
}

.engagement-list {
	width: 100%;
    margin: 0;
    padding: 0;
    font-family: inherit;
	display: grid;
    grid-template-columns: 1fr;
    gap: 24px 32px;
}

.engagement-item {
	border-bottom: 1px solid #d9d9d9;
    padding: 14px 0 7px 0;
    min-width: 0;
}

    .engagement-row {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .engagement-question {
        flex: 1 1 auto;
        min-width: 0;
        font-size: 16px;
        line-height: 1.35;
        color: #222;
    }

    .engagement-actions {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .engagement-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 170px;
        padding: 7px 16px;
        border-radius: 999px;
        font-size: 14px;
        line-height: 1.2;
        border: 1px solid;
        background: #fff;
        white-space: nowrap;
        text-align: center;
		width: 180px;
    }

    .engagement-status-non_pris {
        color: #4d4d4d;
        border-color: #7d7d7d;
        background-color: #f5f5f5;
    }

	.engagement-status-pris {
        color: #3695d9;
        border-color: #3695d9;
        background-color: #3695d929;
    }

    .engagement-status-non_realise {
        color: #ef476f;
        border-color: #ef476f;
        background-color: #fff7f9;
    }

    .engagement-status-en_cours {
        color: #f08a4b;
        border-color: #f08a4b;
        background-color: #fff8f3;
    }

	.engagement-status-partiel {
        color: #f08a4b;
        border-color: #f08a4b;
        background-color: #fff8f3;
    }

    .engagement-status-realise {
        color: #55b948;
        border-color: #55b948;
        background-color: #f5fcf4;
    }

    .engagement-toggle {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: 2px solid #4aa3ff;
        background: #fff;
        color: #4aa3ff;
        font-size: 32px;
        line-height: 1;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        transition: all 0.2s ease;
        flex-shrink: 0;
		padding-left: 2px;
    }

    .engagement-toggle:hover {
        background: #f3f9ff;
    }

    .engagement-toggle[aria-expanded="true"] {
        transform: rotate(45deg);
    }

    .engagement-detail {
        display: none;
        margin-top: 14px;
        padding: 14px 18px;
        border-left: 4px solid #4aa3ff;
        background: #f8fbff;
        color: #333;
        font-size: 15px;
        line-height: 1.5;
    }

    .engagement-detail.is-open {
        display: block;
    }

    /* XL et + : 2 colonnes */
    @media (min-width: 1200px) {
        .engagement-list {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    /* inférieur à XL : 1 colonne */
    @media (max-width: 1199.98px) {
        .engagement-list {
            grid-template-columns: 1fr;
        }
    }

    /* ajustements tablette/mobile */
    @media (max-width: 767.98px) {
        .engagement-row {
            flex-direction: column;
            align-items: flex-start;
        }

        .engagement-actions {
            width: 100%;
            justify-content: space-between;
        }

        .engagement-badge {
            min-width: auto;
            max-width: 100%;
            white-space: normal;
        }

        .engagement-question {
            font-size: 16px;
        }
    }
       
.courrier-reponse-link {
    display: inline-block;
    padding: 8px 18px;
    border: 2px solid #2f80ed;
    border-radius: 15px;
    color: #2f80ed;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s ease;
}

.engagement-role h4 {
	color: #3695d9 !important;
}

.courrier-reponse-link:hover {
    background: #f3f8ff;
}

.last-div {
	margin-left: auto;
}
