/* =============================================================================
   $Detail
   ========================================================================== */

/* sp�cifique article */
.ContentDetailComponent .detail{
    position: relative;
    margin: 40px 0;
}
    .ContentDetailComponent .detail .constrain {
        width: 1000px;
        display: flex;
        flex-direction: column;
    }
}
    .ContentDetailComponent .detail h1 {
        margin: 20px 0 32px 0;
    }

    .ContentDetailComponent .detail .standfirst {
        line-height: 1.3;
        font-size: 2rem;
        margin: 0 0 30px 0;
        font-weight: 600;
    }
    .ContentDetailComponent .detail .publish {
        margin: 10px 0 20px 0;
        display: flex;
        font-size: 1.3rem;
        gap: 10px;
        align-items: center;
        line-height: 30px;
    }

.ContentDetailComponent .detail img {
    border-radius: 20px;
}
.ContentDetailComponent .detail .mainImage img {
    border-radius: 100px 20px 20px 20px;
}
    .ContentDetailComponent .detail  figcaption {
        font-size: 1.2rem;
        text-align: center;
    }

    .ContentDetailComponent .detail .richcontent h2 {
        margin: 20px 0;
        padding: 0 0 0 20px;
        position: relative;
        display: flex;
    }
    .ContentDetailComponent .detail .richcontent h2::before {
        content:'';
        position: absolute;
        top: -16px;
        left: 0;
        background: var(--red);
        height: 40px;
        width: 6px;
        display: block;
    }

    .ContentDetailComponent .detail .richcontent p {
        margin: 10px 0;
        line-height: 1.4;
    }


    .ContentDetailComponent .detail .textComponent.hasImg {
        position: relative;
        overflow: hidden;
    }
    .ContentDetailComponent .detail .textComponent.hasImg.right figure {
        float: right;
        width: 40%;
        margin: 0 0 10px 20px;

    }
        .ContentDetailComponent .detail .textComponent.hasImg.left figure {
            float: left;
            width: 40%;
            margin: 0 20px 10px 0;
        }

.ContentDetailComponent .detail .insetComponent {
    width: 80%;
    background: var(--lightBlue);
    padding: 30px;
    border-radius: 20px;
    margin: 20px auto;
}

    .ContentDetailComponent .detail .splide {
        padding: 40px 0 0 0;
    }

.ContentDetailComponent .detail ul.splide__list li::before {
    display: none;
}

.ContentDetailComponent .detail .splide__arrows {
    right: 0;
    width: 100px;
    top: 0;
    position: absolute;
    display: flex;
    gap: 20px;
}

.ContentDetailComponent .detail .citation {
    text-align: center;
    position: relative;
    font-style: italic;
    color: var(--blue);
    margin: 0 0 30px 0;
}

    .ContentDetailComponent .detail .citation::before {
        content: '\e91f';
        font-family: 'icoESG';
        font-size: 5rem;
        color: var(--blue);
    }

/* PDF component */
.ContentDetailComponent .detail .pdfComponent {
    background: var(--color0000);
    padding: 20px;
    margin: 20px 0;
    border-radius: 20px;
    width: 50%;
}
.ContentDetailComponent .detail .pdfComponent .corps{
    display: flex;
    gap: 20px;
}

.ContentDetailComponent .detail .pdfComponent figure img{
    border-radius: 100%;
    width: 120px;
    height: 120px;
}

/* Foldable component */
.foldableComponent{margin: 10px 0;}

.foldableComponent summary {
    background: var(--color0000);
    cursor: pointer;
    padding: 5px 10px 5px 40px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: var(--color000);
    position: relative;
    font-weight: 800;
}

.foldableComponent details[open] summary {
    border: none;
}

.foldableComponent summary::before {
    content: '\e909';
    position: absolute;
    left: 10px;
    top: 6px;
    display: block;
    font-family: 'icoESG';
    color: var(--color00);
    /*transform: rotate(90deg);*/
}

.foldableComponent details[open] summary::before {
    transform: rotate(180deg);
}

.foldableComponent details[open] .detailContent {
    padding: 20px;
    border-style: dashed;
    border-width: 0 1px 1px 1px;
    border-color: var(--color000);
    font-size: 1.4rem;
}

/* video */
.videoContentInt {
    position: relative;
    overflow: hidden;
}

.videoContentExt {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

    .googleContent iframe,
    .videoContentExt iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }



/* Static Page */

.ContentDetailComponent .static h2 {
    color: var(--blue);
}
.ContentDetailComponent .static .topContent figcaption {
    display: none;
}

.ContentDetailComponent .static .content {
    position: relative;
    margin: -400px auto 20px auto;
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    width: 1000px;
}



.ContentDetailComponent .static p {
    margin: 0 0 20px 0;
}



/* general */
.ContentDetailComponent .richcontent ul {
    margin: 20px 0;
    position: relative;
}

    .ContentDetailComponent .richcontent ul li {
        position: relative;
        padding: 0 0 0 30px;
        margin: 5px 0;
    }

        .ContentDetailComponent .richcontent ul li::before {
            content: '\e908';
            display: block;
            position: absolute;
            left: 0;
            top: 3px;
            margin: 0 5px 0 0;
            font-family: 'icoESG';
        }

.ContentDetailComponent .richcontent a {
    color: var(--red);
    position: relative;
    text-decoration: underline;
    font-weight: bold;
}

    .ContentDetailComponent .richcontent a:hover {
        text-decoration: none;
    }

    .ContentDetailComponent .richcontent a::after {
        content: '\e904';
        font-family: 'icoESG';
        font-size: 2rem;
        text-decoration: none;
    }

.ContentDetailComponent .richcontent a[class^='linkBtn'] {
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-decoration: none;
}

.ContentDetailComponent .linkBtn1 {
    display: inline-flex;
    /* border-radius: calc(infinity * 1px); */
    padding: 1.2rem 2rem;
    margin: 0;
    text-decoration: none;
    background: var(--blue);
    color: var(--white) !important;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    transition: background .2s ease-in-out;
    align-items: center;
    font-size: 1.4rem;
    gap: 6px;
    width: fit-content;
}

.ContentDetailComponent .linkBtn2 {
    display: inline-flex;
    /* border-radius: calc(infinity * 1px); */
    padding: 1.2rem 2rem;
    margin: 0;
    text-decoration: none;
    background: var(--skyBlue);
    color: var(--white) !important;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    transition: background .2s ease-in-out;
    align-items: center;
    font-size: 1.4rem;
    gap: 6px;
    width: fit-content;
}