

.banniere-article {
    height: 250px;
    width: 100%;
}

.banniere-article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banniere-article a {
    height: 250px;
    width: 100%;
    display: block;
    position: relative;
}

.banniere-article a i {
    color: rgba(255, 255, 255, .73);
    font-size: 73px;
    position: absolute;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
}

.entete-article {
    border-left: 3px solid #343749;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.entete-article > div:first-child {
    flex: 1;
}

.entete-article h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 900;
    color: #704049;
    font-size: 30px;
    line-height: normal;
}

.titre-original-article {
    font-weight: 900;
    color: #704049;
}

.fiche-article .image-article {
    width: 100%;
    margin-bottom: 30px;
}

.article-info {
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    padding: 13px;
}

.article-info hr {
    height: 1px;
    color: #dcdcdc;
    opacity: 1;
}

.article-cols {
    display: flex;
    gap: 20px;
}

.article-col-1 {
    flex: 1 0 calc(22% - 20px);
}

.article-col-2 {
    flex: 1 0 50%;
}

.article-col-3 {
    flex: 1 0 calc(28% - 20px);
}

.article-col-4 {
    flex: 1 0 78%;
}

.article-info-edition .logo-support {
    height: 28px;
    max-width: 75px;
    object-fit: contain;
}

.article-info-edition .article-dispo {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.article-info-edition .article-prix {
    margin-bottom: 10px;
}

.article-info-edition .article-prix .prix-brut {
    text-decoration: line-through;
    padding-right: .5em;
}

.article-info-edition .article-prix .prix-net {
    color: #704049;
    font-weight: bold;
    font-size: 1.4em;
}

.article-info-edition .warning-consult-seule {
    margin-top: 1.5em;
    background-color: #e7daca;
    padding: 5px;
    text-align: center;
    font-style: italic;
}

.article-info-edition .btn {
    margin-top: 1.5em;
}

.article-info-technique {
    font-size: .9em;
    padding-bottom: 0;
}

.article-info-technique > div {
    padding-left: 15px;
    text-indent: -15px;
    margin-bottom: 1em;
}

.article-info-dispo > div {
    margin-bottom: 1em;
}

.article-info-technique > div:empty,
.article-info-dispo > div:empty {
    margin-bottom: 0 !important;
}

.article-info-technique > div:last-child,
.article-info-dispo > div:last-child {
    margin-bottom: 15px !important;
}

.article-info-technique .warning-format {
    padding-left: 0;
    text-indent: 0;
}

.article-info-dispo, .series-other-programs {
    padding: 13px 13px 0;
    background-color: #e7daca;
    border: #e7daca solid 1px;
}

.fiche-article .article-info-dispo h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 10px;
}

.article-info-dispo ul, .series-other-programs ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-info-dispo li, .series-other-programs li {
    padding-left: 18px;
    text-indent: -18px;
    line-height: normal;
    padding-bottom: 6px;
}

.article-info-dispo li::before, .series-other-programs li::before {
    width: 1.25em;
    vertical-align: middle;
    content:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.4%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transform-origin: .5em 50%;
}

.genre-article {
    text-transform: uppercase;
}

.genre-categories-article {
    font-weight: 700;
}

.pays-annee-article {
    font-style: italic;
}

.pays-annee-article > span::after,
.genre-categories-article > span::after {
    content: ' · ';
}

.pays-annee-article > span:last-child::after,
.genre-categories-article > span:last-child::after {
    content: '';
}

.fiche-article h2 {
    color: #704049 !important;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.fiche-article h3 {
    color: #704049 !important;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

.article-main-group > div:last-child {
    border-bottom: 1px solid #f4be52;
    padding-bottom: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.article-main-group:last-child > div:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
}

.article-liens a {
    display: inline-block;
    color: #704049 !important;
    margin-right: 30px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 9px;
}

.article-liens a:last-child {
    margin-right: 0;
}

.article-lien-ba {
    background-image: url(../images/icone-ba-704049.svg);
    background-repeat: no-repeat;
    background-size: auto 22px;
    padding-left: 34px;
}

.article-lien-fichier {
    background-image: url(../images/icone-telecharger-704049.svg);
    background-repeat: no-repeat;
    background-size: auto 22px;
    padding-left: 30px;
}

.article-lien-web {
    background-image: url(../images/icone-web-704049.svg);
    background-repeat: no-repeat;
    background-size: auto 22px;
    padding-left: 30px;
}

.article-lien-pdf {
    background-image: url(../images/icone-telecharger-5E7D65.svg);
    background-repeat: no-repeat;
    background-size: auto 22px;
    padding-left: 30px;
    display: inline-block;
    font-weight: 700;
    line-height: 22px;
}

.article-lien-note {
    background-image: url(../images/icone-notes-5E7D65.svg);
    background-repeat: no-repeat;
    background-size: auto 22px;
    padding-left: 44px;
    display: inline-block;
    font-weight: 700;
    line-height: 22px;
}

.article-contenu-coffret > h2 {
    font-size: 14px;
    text-transform: uppercase;
    background-color: #f4be52;
    margin-bottom: 30px;
    padding: 8px;
}

.article-contenu-coffret h3 {
    font-size: 18px !important;
}