/* Bandeau Dispositif Jeanbrun */
.bandeau-jeanbrun {
    background-color: #bb9c61;
    padding: 20px 20px;
    text-align: center;
}

.bandeau-jeanbrun__inner {
    max-width: 1200px;
    margin: 0 auto;
}
h2.bandeau-jeanbrun__title{
    margin-top: 0px!important;
    margin-bottom:-5px!important;
}
.bandeau-jeanbrun__title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 3.0em;
    text-transform: uppercase;
    color: #fff;
    background-color: #3c3c3b;
    display: inline-block;
    padding: 5px 30px;
    letter-spacing: 4px;
}
.bandeau-jeanbrun__title::before{
    display: none !important;
}
.bandeau-jeanbrun__subtitle {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 1.8em;
    text-transform: uppercase;
    color: #bb9c61;
    background-color: #fff;
    display: inline-block;
    padding: 0px 25px;
    margin: 0 0 25px;
    letter-spacing: 4px;
}
.single-programmes .section-jeanbrun{
    padding-top: 0px;
    margin-bottom: 40px;
}
.post-type-archive .bandeau-jeanbrun{
    margin-bottom: 40px;
}
.bandeau-jeanbrun__arguments {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}
.single-programmes h2.section-jeanbrun__title {
    margin-top: 0;
}
.bandeau-jeanbrun__argument {
    display: flex;
    align-items: center;
    gap: 5px;
}

.bandeau-jeanbrun__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 1.8em;
    color: #000;
    flex-shrink: 0;
}

.bandeau-jeanbrun__icon--minus {
    background-color: #5ca747;
}

.bandeau-jeanbrun__icon--plus {
    background-color: #5ca747;
}

.bandeau-jeanbrun__label {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 1.8em;
    text-transform: uppercase;
    color: #1d1d1b;
}

.bandeau-jeanbrun__cta {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #FFF;
    background-color: #3c3c3b;  
    padding: 3px 50px;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: background-color 0.3s, color 0.3s;
}

.bandeau-jeanbrun__cta:hover {
    background-color: #1d1d1b;
    color: #fff;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .bandeau-jeanbrun {
        padding: 30px 15px;
    }

    .bandeau-jeanbrun__title {
        font-size: 1.6em;
        padding: 8px 15px;
    }

    .bandeau-jeanbrun__subtitle {
        font-size: 1em;
    }

    .bandeau-jeanbrun__arguments {
        gap: 20px;
    }

    .bandeau-jeanbrun__icon {
        width: 35px;
        height: 35px;
        font-size: 1.4em;
    }

    .bandeau-jeanbrun__label {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .bandeau-jeanbrun__title {
        font-size: 1.2em;
    }

    .bandeau-jeanbrun__arguments {
        flex-direction: column;
        gap: 15px;
    }
}


/* Section Jeanbrun - Single Programme */
.section-jeanbrun {
    padding: 40px 0;
    text-align: center;
}

h2.section-jeanbrun__title {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2em;
    text-transform: uppercase;
    color: #1d1d1b;
    margin-bottom: 30px;
    text-align: center;
}

h2.section-jeanbrun__title::before {
    display: none !important;
}

.section-jeanbrun__image-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-jeanbrun__image {
    max-width: 100%;
    height: auto;
    padding-right: 50px;
}

.section-jeanbrun__text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    
}

h3.section-jeanbrun__subtitle {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 1.6em;
    text-transform: uppercase;
    color: #1d1d1b;
    margin-bottom: 15px;
}

.section-jeanbrun__description {
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    line-height: 1.6;
    color: #3c3c3b;
}

@media (max-width: 768px) {
    .section-jeanbrun__text-col {
        margin-top: 20px;
        text-align: center;
    }

    h3.section-jeanbrun__subtitle {
        font-size: 1.3em;
    }
}
