#main #content-wrap {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* ============ CONTAINER PRINCIPAL ============ */
.container-benevole-card {
    margin-bottom: -10px;
}

.container-base {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-baniere {
    height: 160px;
}

#content .benevole-title-container {
    margin-bottom: 3em;
    padding-left: 40px;
    padding-right: 40px;
}

.benevole-title-container .title-benevole h1 {
    font-size: 20px;
    margin: 0.5em 0 1em;
    text-transform: uppercase;
}

.benevole-title-container #intro-benevole {
    color: rgb(74,74,74);
    font-size: 16px;
    font-family: "Barlow";
    font-weight: 400;
    padding: 0 45px;
    margin-top: 2em;
}

#content .container-benevole-card {
    padding-left: 40px;
    padding-right: 40px;
}


/* ============ CARD SECTION ============ */

.wp-block-custom-benevole-card .text-benevole .title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 1em;
}

.wp-block-custom-benevole-card .text-benevole .title,
.wp-block-custom-benevole-card .text-benevole .question {
    margin-left: 60px
}

.wp-block-custom-benevole-card .text-benevole .question {
    color: var(--green-text);
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 2em;
}

div.wp-block-custom-benevole-card .text-benevole .paragraph-bene {
    font-family: "Barlow";
    font-weight: 400;
    font-size: 16px;
}

/* ============ IMAGE PLACEHOLDER ============ */
.image-placeholder {
    background-color: var(--gray-300);
    margin-top: 20px;
    margin-bottom: 60px;
    width: 75%;
    max-width: 250px;
}

.benevole-contact-form-container {
    display: none;
}

/* ============ CHAMPS SPÉCIFIQUES ============ */
#mail {
    background-color: white;
}

#message {
    background-color: white;
}

#nom {
    background-color: white;
}

#prenom {
    background-color: white;
}



/* ============ FORMULAIRE BÉNÉVOLE ============ */
.benevole-form {
    width: unset !important;
    background-color: var(--grey-300);
    margin-right: -4px;
    padding-left: 11px;
}

/* ============ FORMULAIRE ============ */

.box-container form {
    background: rgba(245, 245, 245, 1);
}

.box-container label {
    display: block;
    font-size: var(--font-size-14);
    margin-bottom: 5px;
    color: var(--black);
    line-height: 1.3;
}

.box-container input[type="text"],
.box-container input[type="email"],
.box-container textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--grey-200);
    border-radius: 5px;
    font-size: var(--font-size-16);
    background-color: var(--white);
}

.box-container textarea {
    resize: vertical;
    min-height: 80px;
}

/* ============ CASE À COCHER ============ */
.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: var(--font-size-12);
    color: var(--grey-800);
    padding: 8px;
}

#consentement {
    margin: unset !important;
}

/* ============ BOUTON ENVOYER ============ */
.submit-btn {
    background-color: var(--yellow-bar);
    color: black;
    font-weight: bold;
    padding: 12px;
    width: 100%;
    border: none;
    border-radius: 4px;
    font-size: var(--font-size-16);
    cursor: pointer;
    transition: background-color 0.2s;
}

.submit-btn:hover {
    background-color: var(--yellow-bar);
}

.arrow {
    margin-left: 10px;
}

.confirmation-message {
    display: none;
    margin-top: 15px;
    color: var(--green-text);
    font-size: var(--font-size-14);
}

/* ============ RESPONSIVE - TABLETTE & DESKTOP ============ */

@media (min-width: 768px) {
    #content .img-baniere {
        height: 260px;
    }

    .wp-block-custom-benevole-card {
        margin-bottom: 2em;
    }

    .wp-block-custom-benevole-card .text-benevole .title {
        font-size: 24px;
    }

    .wp-block-custom-benevole-card .text-benevole .question {
        font-size: 20px;
    }

    .wp-block-custom-benevole-card .text-benevole .paragraph-bene {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {

    #content .img-baniere {
        height: 360px;
    }

    #content .benevole-title-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #content .benevole-title-container .title-benevole h1 {
        font-size: 45px;
        margin-top: 0px;
        margin-bottom: unset;
    }

    /* #content .benevole-title-container #intro-benevole {
        display: none;
    } */

    #content .container-benevole-card {
        padding-left: 0;
        padding-right: 0;
    }

    .container-benevole-card .container-base {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .wp-block-custom-benevole-card .text-benevole {
        width: 50%;
        max-width: 300px;
    }

    .wp-block-custom-benevole-card .text-benevole .title,
    .wp-block-custom-benevole-card .text-benevole .question {
        margin-left: 0px
    }

    .image-placeholder {
        width: 30%;
        max-width: 210px;
        margin-bottom: 20px;
    }

    .image-placeholder img {
        min-height: 170px;
        object-fit: cover;
    }

    .benevole-contact-form-container {
        display: block;
    }
}

@media (min-width: 1336px) {
    .image-placeholder img {
        min-height: 200px;
    }
}