.enteteLarge {
    background: #ffffff url("../img/visuel_programme.jpg") center center;
    height: 100%;
}
.enteteLargeSansCartouche img {
    width: 100%;
    height: 100%;
}
.c-cartouche {
    background-color: #FFFFFF;
    padding: 25px 0;
    border: 1px solid #c21b17;
}
.c-cartouche--encart {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}
.c-cartouche__title {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    border-bottom: 1px solid #c12017;
    padding-bottom: 25px;
    margin: 0 15px 25px;
    font-size: 32px;
    line-height: 1.11;
    text-transform: uppercase;
    font-weight: normal;
}

.c-cartouche__chapo {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1.2
}
.c-cartouche ul {
    margin-left: 10px;
}
.c-cartouche p {
    margin: 20px 30px;
    color:#333333;
}
@media (min-width: 768px) {
    .c-cartouche {
        width: 420px;
        padding: 25px 0;
    }

    .c-cartouche.end-block {
        margin-left: auto;
        margin-right: 90px
    }

    .c-cartouche.start-block {
        margin-left: 90px;
    }

    .c-cartouche__title {
        font-size: 20px;
        margin: 0 30px 25px
    }

    .c-cartouche__chapo {
        margin: 0 30px 25px;
        font-size: 18px
    }
}
@media (max-width: 480px) {
    .enteteLarge {
        height: 100%;
        padding: 0;
    }
    .c-cartouche {
        width: 100%;
        padding: 25px 0;
        background-color: rgba(255,255,255,.9);
        margin: 0;
    }
    .c-cartouche p {
        margin: 20px 19px;
    }
    .c-cartouche ul {
        margin-left: 0px;
    }
    .c-cartouche__title {
        text-align: center;
    }
    .c-cartouche--encart {
        margin: 20px 15px;
        font-size: 14px;
    }
}