.combats-intro {
    padding-bottom: 8rem;
}

.combats-tunnel {
    padding-top: 10rem;
    position: relative;
    margin-bottom: 0 !important;
}
.combats-tunnel .container {
    position: relative;
    z-index: 2;
}
.combats-tunnel_titre {
    font-size: 4rem;
    text-align: center;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 0;
}
.combats-tunnel_titre span {
    font-size: 6.5rem;
}
.combats-tunnel__projets {
    transform: translateY(7.6rem);
    margin-top: 8rem;
    height: 45rem;
}
.combats-tunnel__projets-bckg {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 500ms ease;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.combats-tunnel__projets-bckg-1 {
    background-position: 100% 50%;
    background-size: auto 120%;
}
.combats-tunnel__projets-bckg-2 {
    background-position: 100% 50%;
    background-size: auto 100%;
}
.combats-tunnel__projets-bckg-3 {
    background-position: 100% 0;
    background-size: auto 100%;
}
.combats-tunnel__projets-bckg-4 {
    background-position: 100% 100%;
    background-size: auto 200%;
}
.combats-tunnel__projets-bckg-5 {
    background-position: 100% 100%;
    background-size: auto 120%;
}
.combats-tunnel__projets-bckg.active {
    opacity: 0.4;
}
.combats-tunnel__projets-item {
    width: 12.6rem;
    position: relative;
    transition: all ease 300ms;
}
.combats-tunnel__projets-item.active {
    width: 27.3rem;
}
.combats-tunnel__projets-item:not(:last-child) {
    margin-right: 2.2rem;
}
.combats-tunnel__projets-item img {
    aspect-ratio: 126/208;
    display: block;
    object-fit: cover;
    width: 100%;
    border-radius: 2.2rem;
}
.combats-tunnel__projets-item a {
    position: absolute;
    z-index: 1;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.combats-tunnel__projets-item.active a {
    display: block;
    pointer-events:all;
}
.combats-tunnel__projets-item .projet-detail {
    opacity: 0;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: opacity 100ms ease;
    padding-left: 7.9rem;
    white-space: nowrap;
    line-height: 1.2;
    font-size: 2rem;
    pointer-events: none;
}
.combats-tunnel__projets-item:nth-child(4) .projet-detail,
.combats-tunnel__projets-item:nth-child(5) .projet-detail {
    text-align: right;
    right: auto;
    left: 0;
    transform: translateX(-100%);
    padding-left: 0;
    padding-right: 7.9rem;
}
.combats-tunnel__projets-item .projet-detail::after {
    z-index: 1;
    position: absolute;
    width: 4.3rem;
    height: 4.3rem;
    left: 2.2rem;
    top: 0.5rem;
    display: block;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='43' viewBox='0 0 43 43'%3E%3Cg id='Groupe_1230' data-name='Groupe 1230' transform='translate(-960 -3423)'%3E%3Ccircle id='Ellipse_15' data-name='Ellipse 15' cx='21.5' cy='21.5' r='21.5' transform='translate(960 3423)' fill='%23e32430'/%3E%3Cpath id='Tracé_452' data-name='Tracé 452' d='M16.473.174a.725.725,0,0,1,1.021.078l6.952,8.111a.725.725,0,0,1,0,.943l-6.952,8.109a.724.724,0,1,1-1.1-.942l5.926-6.915H.724a.724.724,0,0,1,0-1.449h21.6L16.4,1.2A.723.723,0,0,1,16.473.174Z' transform='translate(969 3436)' fill='%23fff' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.combats-tunnel__projets-item:nth-child(4) .projet-detail::after,
.combats-tunnel__projets-item:nth-child(5) .projet-detail::after {
    left: auto;
    right: 2.2rem;
    transform: rotate(180deg);
}
.combats-tunnel__projets-item.active .projet-detail {
    opacity: 1;
}
.combats-tunnel__projets-item .projet-detail .titre {
    font-size: 4rem;
    margin-bottom: 2.3rem;
}
.combats-tunnel__projets-item .projet-detail .titre strong {
    font-weight: 900;
}
.combats-tunnel__projets-item .projet-detail .detail strong {
    font-weight: 500;
}
.combats-rdv {
    background: url(../img/salle-gaveau.jpg) 50% / cover no-repeat;
    padding: 9.6rem 0;
    position: relative;
}
.combats-rdv::after {
    background: url(../img/logo-salle-gaveau.png) 50% / 100% no-repeat;
    position: absolute;
    display: block;
    content: '';
    width: 18.4rem;
    height: 10.3rem;
    left: 5.8rem;
    bottom: 4.4rem;
    z-index: 1;
}
.combats-rdv h2 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 4rem;
}
.combats-rdv_texte {
    margin-bottom: 4rem;
}
.section-flexible-cartouche-texte_item {
    padding: 4.2rem 0;
}
.section-flexible-cartouche-texte .col-inner {
    padding: 0 3.5rem;
    color: #0A2249;
}
.section-flexible-cartouche-texte .col-inner *:last-child {
    margin-bottom: 0;
}
.section-flexible-cartouche-texte_item strong {
    display: inline-block;
    margin-bottom: 3rem;
}
.section-flexible-cta h3 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
}

.combats-soutenir {
    background-color: rgba(247, 243, 234, 0.8);
    padding: 14rem 0 5.5rem 0;
    color: #343434;
}
.combats-soutenir h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 4rem;
}
.combats-soutenir_intro {
    margin-bottom: 4rem;
}
.combats-soutenir_outro {
    margin: 4rem 0;
}
.combats-soutenir_texte-inner {
    padding: 0 2rem;
}
.combats-soutenir_texte-inner > *:last-child {
    margin-bottom: 0;
}
.combats-soutenir_texte-inner strong {
    display: inline-block;
    margin-bottom: 1.5rem;
}

@media only screen and (max-width:1199.98px) {
    .combats-tunnel__projets-item .projet-detail .titre {
        font-size: 3.5rem;
    }
}
@media only screen and (max-width:991.98px) {
    .combats-intro img {
        width: 80%;
        margin: 0 auto 3rem auto;
        display: block;
    }
    .combats-intro_content {
        text-align: center;
    }
    .combats-tunnel {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .combats-tunnel_titre {
        font-size: 3rem;
        line-height: 1.2;
    }
    .combats-tunnel_titre span {
        font-size: 3.5rem;
    }
    .combats-tunnel_titre br {
        display: none;
    }
    .combats-tunnel__projets-item,
    .combats-tunnel__projets-item.active {
        width: 8rem;
        box-sizing: content-box;
        padding-right: 30rem;
    }
    .combats-tunnel__projets-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .combats-tunnel__projets {
        transform: none;
        margin-top: 4rem;
        height: auto;
    }
    .combats-tunnel__projets-item img {
        aspect-ratio: 1/1;
    }
    .combats-tunnel__projets-item:last-child img {
        object-position: 50% 30%;
    }
    .combats-tunnel__projets-item .projet-detail {
        left: 0;
        right: auto;
        transform: translateX(8rem);
        padding-left: 5.5rem;
        font-size: 1.5rem;
    }
    .combats-tunnel__projets-item:nth-child(4) .projet-detail,
    .combats-tunnel__projets-item:nth-child(5) .projet-detail {
        text-align: left;
        right: auto;
        left: 0;
        transform: translateX(8rem);
        padding-left: 0;
        padding-right: 0;
        padding-left: 5.5rem;
    }
    .combats-tunnel__projets-item .projet-detail::after {
        width: 2.5rem;
        height: 2.5rem;
        left: 2rem;
    }
    .combats-tunnel__projets-item:nth-child(4) .projet-detail::after,
    .combats-tunnel__projets-item:nth-child(5) .projet-detail::after {
        left: 2rem;
        right: auto;
        transform: none;
    }
    .combats-tunnel__projets-item .projet-detail .titre {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    .combats-tunnel__projets-bckg {
        background-size: 100%;
        background-position: 50% 100%;
    }
    .combats-tunnel__projets-bckg-1,
    .combats-tunnel__projets-bckg-2,
    .combats-tunnel__projets-bckg-3,
    .combats-tunnel__projets-bckg-5 {
        background-size: 120%;
        background-position: 100% 100%;
    }
    .combats-tunnel__projets-bckg-1,
    .combats-tunnel__projets-bckg-2 {
        background-size: 160%;
    }
    .combats-tunnel__projets-bckg-4 {
        background-size: 160%;
        background-position: 80% 100%;
    }
    .combats-tunnel__projets-bckg-5 {
        background-size: 160%;
    }
    .combats-soutenir {
        padding: 5rem 0;
    }
    .combats-soutenir_intro br,
    .combats-soutenir_outro br {
        display: none;
    }
    .combats-interstice-cta h2 {
        font-size: 2.5rem;
    }
    .combats-interstice-cta h3 {
        font-size: 2.2rem;
    }
    .combats-rdv {
        padding: 5rem 0 15rem 0;
    }
    .combats-rdv::after {
        left: 0;
        bottom: 2rem;
        right: 0;
        margin: auto;
    }
    .combats-rdv h2 {
        font-size: 3rem;
        margin-bottom: 3rem;
    }
}
@media only screen and (max-width:767.98px) {
    .combats-intro_content {
        font-size: 1.8rem;
    }
    .combats-tunnel_titre {
        font-size: 2.5rem;
    }
    .combats-tunnel_titre span {
        font-size: 3rem;
    }
    .combats-tunnel__projets-item, .combats-tunnel__projets-item.active {
        padding-right: 35rem;
    }
    .combats-tunnel__projets-item .projet-detail {
        font-size: 1.3rem;
    }
    .combats-tunnel__projets-item .projet-detail .titre {
        font-size: 2rem;
    }
    .combats-tunnel__projets-item .projet-detail::after {
        left: 1.5rem;
        top: 0;
    }
    .combats-soutenir {
        font-size: 1.6rem;
    }
    .combats-soutenir_texte-inner {
        padding: 0;
    }
    .combats-soutenir h2 {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    
    }
    .combats-soutenir_intro {
        margin-bottom: 3rem;
    }
    .combats-interstice-cta h2 {
        font-size: 2.2rem;
    }
    .combats-interstice-cta h3 {
        font-size: 2rem;
    }
    .section-flexible-cartouche-texte_item {
        padding: 2rem 0;
    }
    .section-flexible-cartouche-texte_item h3 {
        font-size: 2.5rem;
    }
    .section-flexible-cartouche-texte_item {
        font-size: 1.8rem;
    }
    .section-flexible-cartouche-texte_item strong {
        margin-bottom: 1rem;
    }
    .combats-rdv {
        padding: 3rem 0 15rem 0;
    }
    .combats-rdv h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .combats-rdv_texte {
        font-size: 1.8rem;
    }
}
@media only screen and (max-width:575.98px) {
    .combats-tunnel__projets-item,
    .combats-tunnel__projets-item.active {
        padding-right: 25rem;
    }
    .combats-tunnel__projets-item .projet-detail,
    .combats-tunnel__projets-item:nth-child(4) .projet-detail,
    .combats-tunnel__projets-item:nth-child(5) .projet-detail {
        padding-left: 3rem;
        font-size: 1.2rem;
        white-space: normal;
        width: calc(100% - 7rem);
    }
    .combats-tunnel__projets-item .projet-detail .titre {
        font-size: 1.8rem;
    }
    .combats-tunnel__projets-item .projet-detail::after,
    .combats-tunnel__projets-item:nth-child(4) .projet-detail::after, 
    .combats-tunnel__projets-item:nth-child(5) .projet-detail::after {
        width: 2rem;
        height: 2rem;
        left: 0.5rem;
    }
    .combats-tunnel__projets-item .projet-detail .detail br {
        display: none;
    }
    .combats-soutenir h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .combats-soutenir_intro {
        margin-bottom: 2rem;
    }
    .combats-soutenir_texte-inner strong {
        margin-bottom: 0.5rem;
    }
    .combats-soutenir_texte-inner strong br {
        display: none;
    }
    .combats-interstice-cta h3 {
        font-size: 1.8rem;
    }
    .combats-interstice-cta h2 {
        font-size: 2rem;
    }
    .combats-interstice-cta h2 br {
        display: none;
    }
    .section-flexible-cartouche-texte .col-inner {
        padding: 0 1.5rem;
    }
    .combats-rdv {
        padding: 3rem 0 10rem 0;
    }
    .combats-rdv::after {
        width: 10rem;
        height: 6rem;
    }
}
@media only screen and (max-width:359.98px) {
    .combats-tunnel__projets-item,
    .combats-tunnel__projets-item.active {
        padding-right: 22rem;
    }
    .combats-tunnel__projets-item .projet-detail, 
    .combats-tunnel__projets-item:nth-child(4) .projet-detail, 
    .combats-tunnel__projets-item:nth-child(5) .projet-detail {
        width: calc(100% - 8rem);
    }
}