/* *** ************************** */
/* *** Bloc Citation *** */
/* *** ************************ */


.block-quote {
    color: var(--wp--preset--color--custom-dark);
}

.block-quote.small-margin-top {
    padding-top: 0;
}

.block-quote.small-margin-bottom {
    padding-bottom: 0;
}

.block-quote p {
    margin: 0;
}

.quote-wrapper,
.quote-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.quote-wrapper {
    gap: 32px;
}

.quote-title {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-align: center;
    margin: auto;
}

.quote-content {
    gap: 64px;
    font-style: normal;
}

.quote-txt {
    font-family: var(--wp--preset--font-family--instrument-serif);
    text-align: center;
    font-weight: 400;
    line-height: 126%;
    margin: 0;
    display: flex;
}

.quote-txt p:first-of-type::before {
    content: "“";
    display: inline-block;
}

.quote-txt p:last-of-type:after {
    content: "”";
    display: inline-block;
}

.quote-txt.xs {
    font-size: 16px;
}

.quote-txt.small {
    font-size: 24px;
}

.quote-txt.large {
    font-size: 36px;
}

.quote-txt.center {
    text-align: center;
}

.quote-txt.left {
    text-align: left;
}

.quote-author {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.quote-author-img {
    border-radius: 48px;
    width: 48px;
}

.quote-author-infos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
    font-size: 14px;
    font-style: normal;
}

@media (max-width: 1279px) {
    .quote-author.no-img .quote-author-infos {
        text-align: left;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        flex: none;
        max-width: 100%;
    }
}

.quote-author-name {
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.quote-author-fonction {
    font-weight: 400;
    line-height: 124%;
}

@media (min-width: 1280px) {
    .quote-wrapper {
        gap: 40px;
    }

    .quote-title {
        font-size: 40px;
    }

    .quote-content {
        padding: 0px 64px;
        align-items: center;
        gap: 64px;
    }

    .quote-txt.xs {
        font-size: 20px;
    }

    .quote-txt.small {
        font-size: 28px;
    }

    .quote-txt.large {
        font-size: 60px;
    }

    .block-quote .container .right {
        display: flex;
        justify-content: flex-end;
    }

    .block-quote .container .left {
        justify-content: flex-start;
    }

    .block-quote .container .right .quote-wrapper,
    .block-quote .container .left .quote-wrapper {
        width: 50%;
    }

    .block-quote .container .full .quote-wrapper {
        align-items: center;
    }

    .block-quote .container .full .quote-wrapper .quote-author {
        align-self: center;
    }
}


/* *** ************************** */
/* *** Bloc Timeline *** */
/* *** ************************ */

.block-timeline {
    padding-top: 90px;
}

ul.timeline-wrapper {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    gap: 24px;
    align-self: stretch;
    list-style-type: none;
    padding-left: 0;
}

.timeline-flex {
    gap: 32px;
    display: flex;
    flex-direction: column;
}

.timeline-flex.reverse {
    flex-direction: column-reverse;
}

.timeline-item {
    display: flex;
    align-items: stretch;
    gap: 16px;
}

.timeline-item-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--wp--preset--color--custom-dark);
}

.invert .timeline-item-bullet,
.invert .timeline-item-vertical {
    background-color: var(--wp--preset--color--custom-light);
}

.timeline-item-decoration {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 48px;
    gap: 16px;
    align-self: stretch;
    justify-content: flex-start;
}

.timeline-item-vertical {
    width: 0.6px;
    flex-grow: 1;
    background-color: var(--wp--preset--color--custom-dark);
    border: none;
    align-self: center;
}

.timeline-item-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.timeline-item-title {
    font-family: var(--wp--preset--font-family--instrument-serif);
    position: relative;
    font-size: 28px;
    line-height: 126%;
    align-self: stretch;
}

.timeline-item-title--date {
    font-family: var(--wp--preset--font-family--sackers-gothic-std);
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 124%;
    letter-spacing: -2.56px;
    text-transform: uppercase;
    align-self: stretch;
}

@media (max-width: 1279px) {
    .timeline-item-title--date {
        font-size: 22px;
    }
}

a.timeline-item-txt::after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 20px;
    font-weight: 600;
}

.timeline-item-txt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding-right: 20px
}

.timeline-item-txt p {
    margin: 0;
    font-size: 16px;
    line-height: 132%;
    width: 247px;
}

@media (min-width: 1280px) {

    .timeline-flex {
        gap: 80px;
        flex-direction: row;
    }

    .timeline-flex.reverse {
        flex-direction: row-reverse;
    }

    .timeline-item-txt p {
        font-size: 22px;
        width: auto;
    }

    .block-timeline .container.right {
        display: flex;
        justify-content: flex-end;
    }

    .timeline-wrapper.two-column {
        column-count: 2;
        display: block;
    }

    .timeline-wrapper.two-column .timeline-item-content {
        break-inside: avoid;
    }

    .timeline-wrapper.two-column .timeline-item {
        margin-bottom: 24px;
    }

}

/* *** ************************** */
/* *** Bloc Jury *** */
/* *** ************************ */

.block-jury {
    overflow: hidden;
    padding-left: 16px;
}

.block-jury+.block-jury {
    padding-top: 0;
}


.jury-slide {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.jury-wrapper {
    width: 100%;
}

.jury-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 32px;
}

.jury-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    width: 310px;
}

.jury-item.rapporteur {
    width: 271px;
}

.jury-identity {
    font-size: 18px;
    line-height: 133%;
}

.jury-job {
    font-size: 14px;
    line-height: 140%;
}

.jury-lieu {
    font-size: 12px;
    line-height: 110%;
    text-transform: uppercase;
}

.swiper-pagination {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
}


.jury-list {
    display: none;
}

.jury-button {
    display: flex;
    justify-content: center;
    margin-top: 90px;
}

.jury-continent {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}


@media (min-width: 1280px) {
    .block-jury {
        padding-left: 0;
    }

    .jury-content {
        display: flex;
        gap: 32px;
        align-items: flex-start;
    }

    .swiper-jury {
        display: none;
    }

    .jury-list {
        flex: 1 1 60%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .jury-column {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .jury-title {
        flex: 0 0 40%;
        font-size: 40px;
    }

    .jury-identity {
        font-size: 20px;
    }

    .jury-job {
        font-size: 16px;
    }

    .jury-item.last-item {
        border-bottom: 1px solid var(--wp--preset--color--custom-dark);
        padding-bottom: 24px;
    }

}


/* *** ************************** */
/* *** Bloc Biographie *** */
/* *** ************************ */

.biographie-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.biographie-wrapper h2 {
    font-size: 36px;
    line-height: 110%;
}

.biographie-wrapper p br::after {
    content: "";
    display: block;
    height: 32px;
    /* Crée un espace de 32px */
}

.biographie-column-1 {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.biographie-presentation {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.biographie-nom {
    font-family: var(--wp--preset--font-family--sackers-gothic-std);
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 124%;
    letter-spacing: -2.56px;
    text-transform: uppercase;
    display: block;
}

.biographie-continent {
    font-size: 16px;
    line-height: 140%;
}

@media (max-width: 1279px) {
    .less-text {
        display: none;
    }

    .more-content {
        display: none;
    }

    .toggle-txt {
        display: none;
        align-items: center;
        cursor: pointer;
        margin-top: 10px;
        gap: 10px;
    }

    .more-text {
        display: flex;
    }

    .show .more-text {
        display: none;
    }

}

@media (min-width: 1280px) {
    .biographie-wrapper {
        flex-direction: row;
        gap: 136px;
    }

    .biographie-wrapper h2 {
        font-size: 60px;
    }

    .biographie-column-1 {
        flex: 0 0 421px;
    }


    .biographie-column-2,
    .biographie-column-3 {
        flex: 1;
    }

    .biographie-nom,
    .biographie-img {
        width: 271px;
    }

    .biographie-read-more {
        display: none;
    }
}