#sp-programs {
    min-height: 820px
}
#sp-programs > .centrage {
    position: relative;
    z-index: 1;
    max-width: 1600px;
    width: 100%;
    overflow: hidden
}
#bg-hero {
    position: relative;
    width: 100%;
    height: auto;
}
#bg-hero:after {
    background: rgb(5 2 39 / 76%)
}


#cartouche {
    position: relative;
    z-index: 10;
    padding: 140px 0 60px 0;
}



#sp-programs h1 {
    position: relative;
    margin: 12px auto;
    padding: 0 0 14px 0;
    text-align: center;
    font-size: 46px;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}
#sp-programs h1:after {
    content:  '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    margin: auto;
    background: orange
}
#hero-intro {
    color: #fff;
    /* height: 188px; */
    margin: 0 auto 0 auto;
    padding: 17px 0 0 0;
    max-width: 606px;
    text-align: justify;
    text-align: center
}








#programs {
    padding: 0px 0 100px 0
}
#programs .col {
    padding: 0
}
#programs .item {
    user-select: none
}
#programs .block {
    position: relative;
    color: white
}
#programs .block:after {
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(2 10 47 / 77%);
    opacity: 0;
    transition: opacity 0.2s ease-out
}
#programs .block:hover:after {
    opacity: 1
}
#programs .block .img-full {
    padding: 30% 0;
    width: 100%
}
#programs .block .img-full img {
    height: 100%!important
}
#programs picture {
    position: absolute
}
#programs .block h4,#programs .block h2 {
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 12px;
    width: fit-content;
    font-size: 14px;
    text-transform: uppercase;
    margin: auto;
    line-height: 18px;
    padding: 8px 16px 9px 15px;
    max-width: calc(100% - 24px);
    background: rgb(255 255 255);
    color: #c78300;
    font-weight: 600
}
#programs .program-intro {
    position: absolute;
    z-index: 1;
    top: 50%;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    left: 0;
    padding: 5px 36px 7px 36px;
    opacity: 0;
    transition: none;
    transform: translatey(-50%)
}
#programs .block:hover .program-intro {
    opacity: 1;
    transition: opacity 1.2s 0.2s ease-out
}
#programs .readmore {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 20px;
    width: fit-content;
    margin: 0 auto;
    padding: 4px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 15px;
    transition: 0.2s ease-out;
    text-align: center;
    color: #fff;
    text-decoration: none
}
#programs .block:hover .readmore {
    color: #ffba35
}
.block #programs .readmore {
    color: orange
}
@media (max-width: 1400px) {
#sp-programs > .centrage {
    /* padding: 160px 0 0 0 */
}
#sp-programs h1 {
    padding: 12px 0 34px 0;
    font-size: 40px
}
#programs .block h4 {
    top: 14px;
    font-size: 15px;
    line-height: 17px
}
#programs .program-intro {
    font-size: 14px;
    line-height: 15px
}
}
@media (max-width: 1200px) {
#sp-programs {
    padding-bottom: 20px
}
#sp-programs > .centrage {
    width: 960px;
}
#bg-hero {
    /* height: 410px */
}
#programs {
    width: 720px;
    margin: 0 auto
}
#programs .col {
    width: 50%;
    flex: 0 1 50%
}
}
@media (max-width: 992px) {
#sp-programs > .centrage {
    width: 720px
}
#programs .col {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 36px auto;
    flex: none
}
}
@media (max-width: 768px) {
#sp-programs > .centrage {
    width: 100%;
    padding: 30px 20px 0 20px;
}
#bg-hero {
    /* height: 462px */
}
#programs {
    width: 100%
}
}
@media (max-width: 576px) {
#sp-programs > .centrage {
    width: 100%;
    overflow: hidden
}
#bg-hero {
    overflow: hidden
}
#sp-programs h1 {
    padding: 12px 0 34px 0;
    font-size: 22px;
    line-height: 27px
}
#hero-intro {
    font-size: 15px;
    padding: 17px 10px 0 10px;
    height: 219px
}
#programs {
    width: auto;
    padding: 0px 0 15px 0;
}
#programs .rangee {
    display: block;
    padding: 6%
}
#programs .col {
    margin: 5% 0;
    padding: 0
}
#programs .block .img-full {
    padding: 38% 0
}
#programs .block h4 {
    top: 9px;
    font-size: 13px;
    line-height: 16px;
    font-size: 3.5vw;
    line-height: 4.5vw;
}
#programs .program-intro {
    padding: 0 5% 0 5%;
    font-size: 13px;
    line-height: 13px;
    font-size: 3.7vw;
    line-height: 4.2vw;
    text-align: left
}
#programs .readmore {
    font-size: 13px;
    font-size: 4vw;
    bottom: 3%
}
}