.section-programme-3{
    position: relative;
    padding: 112px 0 0 0;
    /* margin-bottom: 48px; */
    overflow: hidden;
}
.container-programme-3{
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1250px;
    z-index: 2;
}
.container-programme-3:not(.no-footer){
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
        align-items: flex-end;
}
.section-programme-3 .container-programme-3::after{
    content: '';
    clear: both;
    position: absolute;
    background: url('./img/deco-line.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1215px;
    height: 162px;
    right: -955px;
    bottom: 45px;
}

.section-programme-3 .container-programme-3.no-footer::after{
    width: 1015px;
    height: 156px;
    right: -880px;
    bottom: 100px;
}

.programme-3-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;

}
.programme-3-box{
    width: 45%;
}
.programme-3-box figure{
    margin: 0;
}
.programme-3-box figure img{
    width: 100%;
}
.section-programme-3.bg-dark .section-programme-3__headline{
    color: #FFFFFF;
}
.section-programme-3__headline{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    max-width: 531px;
}
.section-programme-3__footer{
    position: relative;
    padding: 19px 40px;
    max-width: 320px;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    margin-left: 45px;
    z-index: 10;
}
.section-programme-3__footer>div{
    position: relative;
    font-family: 'Neucha';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000054;
}

.section-programme-3__footer>div span{
    display: inline-block;
    text-decoration: underline;
    line-height: 1.5;
}
.section-programme-3__footer:before{
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-45deg);
    background: #00DFC4;
    border-radius: 20px 0px 20px 0px;
    z-index: 0;
}

.section-programme-3__bottom{
    position: absolute;
    width: 100vw;
    height: 94px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 2;
}
.section-programme-3 .description-center p,
.section-programme-3 .description-center{
    font-size: 2rem;
}
.section-programme-3.bg-dark .description-center{
    color: #FFFFFF;
}

.section-programme-3 .description-center{
    max-width: 990px;
    padding: 112px 0;
    margin: 0;
}

@media screen and (max-width:920px) {
    .section-programme-3{
        padding: 64px 0 0 0;
    }
    .section-programme-3__headline{
        max-width: 100%;
        text-align: center;
    }
    .programme-3-box {
        width: 100%;
    }
    .programme-3-box:first-child{
        padding-bottom: 64px;
    }
    .section-programme-3 .description-center{
        padding: 64px 0 112px 0;
    }
    
}


@media screen and (max-width:560px) {
    .section-programme-3 .container-programme-3::after{
        display: none;
    }
    .section-programme-3__headline {
       
        text-align: left;
    }
    .section-programme-3__footer>div{
        font-size: 14px;
    }
    .section-programme-3__footer{
        padding: 20px 40px;
        max-width: 410px;
        width: 270px;
        height: auto;
        margin-bottom: 45px;
        margin-left: 25px;
    }
    .section-programme-3 .description-center{
        max-width: 343px;
        width: 100%;
    }
    .section-programme-3 .description-center p,
    .section-programme-3 .description-center{
        font-size: 1.75rem;
    }
}
@media screen and (max-width:374px) {
    .section-programme-3__footer{
        padding: 19px 24px;
        width: 235px;
    }
}