@charset "UTF-8";

/* ----------------------------------------------------------
  Utilities
---------------------------------------------------------- */

/* Main
-------------------------- */

.fondationrapportannuel-content-wrapper {
    border: 1px solid transparent;
    font-family: 'FondRoboto';
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.fondationrapportannuel-wrapper--cc,
.fondationrapportannuel-wrapper--content {
    padding: 0 40px;
    text-align: center;
}

@media (max-width:768px) {
    .fondationrapportannuel-wrapper--cc,
    .fondationrapportannuel-wrapper--content {
        padding: 0 20px;
    }
}

/* Block wrapper
-------------------------- */

.fondationrapportannuel-wrapper--cc > *,
.fondationrapportannuel-wrapper--content > * {
    margin: 80px auto;
    max-width: var(--wp--style--global--content-size);
    text-align: left;
}

.fondationrapportannuel-wrapper--content > p,
.fondationrapportannuel-wrapper--content > ul,
.fondationrapportannuel-wrapper--content > ol {
    margin: 0 auto;
    padding-bottom: 1em!important;
}

.fondationrapportannuel-wrapper--cc > *,
.fondationrapportannuel-wrapper--content > [data-align="wide"],
.fondationrapportannuel-wrapper--content > .alignwide {
    max-width: var(--wp--style--global--wide-size);
}

.fondationrapportannuel-wrapper--content > .alignfull,
.fondationrapportannuel-wrapper--content > [data-align="full"] {
    max-width: 100%;
}

@media (max-width:768px) {
    .fondationrapportannuel-wrapper--cc > *,
    .fondationrapportannuel-wrapper--content > * {
        margin: 40px auto;
    }
}

/* Grid
-------------------------- */

.fondationrapportannuel-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.fondationrapportannuel-grid--reverse {
    flex-direction: row-reverse;
}

.fondationrapportannuel-grid--top {
    align-items: stretch;
}

.fondationrapportannuel-grid > * {
    flex: 1;
    box-sizing: border-box;
}

.fondationrapportannuel-col-15 {
    flex: 1.5;
    max-width: 15%;
}

.fondationrapportannuel-col-85 {
    flex: 8.5;
    max-width: 85%;
}

.fondationrapportannuel-col-30 {
    flex: 3;
    max-width: 30%;
}

.fondationrapportannuel-col-70 {
    flex: 7;
    max-width: 70%;
}

@media (max-width:768px) {
    .fondationrapportannuel-grid {
        flex-direction: column;
        gap: 20px;
    }

    .fondationrapportannuel-grid > * {
        flex: 1;
        width: 100%;
        max-width: 100%;
    }
}

/* List
-------------------------- */

.fondationrapportannuel-list {
    margin: -20px;
    padding-left: 0;
    list-style: none;
}

.fondationrapportannuel-list > * {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    padding: 20px;
    vertical-align: top;
}

@media (max-width:1024px) and (min-width:768px) ,
(max-width:600px) {
    .fondationrapportannuel-list {
        list-style: none;
    }

    .fondationrapportannuel-list > * {
        display: block;
        width: 100%;
    }
}

@media (max-width:768px) {
    .fondationrapportannuel-list {
        margin: -10px;
    }

    .fondationrapportannuel-list > * {
        padding: 10px;
    }
}

/* Cards
-------------------------- */

.fondationrapportannuel-card {
    box-sizing: border-box;
    height: 100%;
    padding: 2em;
}

.fondationrapportannuel-card h2 {
    color: inherit!important;
}

@media (max-width:768px) {
    .fondationrapportannuel-card {
        padding: 1em;
    }
}

/* Image
-------------------------- */

.fondationrapportannuel-image:not(:last-child) {
    margin-bottom: 0.5em;
}

/* ----------------------------------------------------------
  Themes
---------------------------------------------------------- */

.fondationrapportannuel-color-theme {
    color: #000;
}

[data-theme-hover="default"].active,
[data-theme-hover="default"]:hover,
.fondationrapportannuel-background-theme {
    color: #fff!important;
    background-color: #000;
}

.fondationrapportannuel-background-theme strong {
    color: inherit!important;
}

.fondationrapportannuel-content ul {
    padding-left: 30px;
    list-style-position: outside;
    list-style-type: disc;
}

/* Green
-------------------------- */

[data-theme="green"] .fondationrapportannuel-content ul li::marker,
[data-theme="green"] .fondationrapportannuel-content a,
[data-theme="green"] blockquote,
[data-theme="green"] .fondationrapportannuel-wrapper h2,
[data-theme="green"] .fondationrapportannuel-color-theme {
    color: #3D8986;
}

[data-theme-hover="green"].active,
[data-theme-hover="green"]:hover,
[data-theme="green"] .fondationrapportannuel-background-theme {
    background-color: #3D8986;
}

/* Blue
-------------------------- */

[data-theme="blue"] .fondationrapportannuel-content ul li::marker,
[data-theme="blue"] .fondationrapportannuel-content a,
[data-theme="blue"] blockquote,
[data-theme="blue"] .fondationrapportannuel-wrapper h2,
[data-theme="blue"] .fondationrapportannuel-color-theme {
    color: #6e8ca8;
}

[data-theme-hover="blue"].active,
[data-theme-hover="blue"]:hover,
[data-theme="blue"] .fondationrapportannuel-background-theme {
    background-color: #6e8ca8;
}

/* Salmon
-------------------------- */

[data-theme="salmon"] .fondationrapportannuel-content ul li::marker,
[data-theme="salmon"] .fondationrapportannuel-content a,
[data-theme="salmon"] blockquote,
[data-theme="salmon"] .fondationrapportannuel-wrapper h2,
[data-theme="salmon"] .fondationrapportannuel-color-theme {
    color: #DBAE91;
}

[data-theme-hover="salmon"].active,
[data-theme-hover="salmon"]:hover,
[data-theme="salmon"] .fondationrapportannuel-background-theme {
    background-color: #DBAE91;
}

/* Salmon
-------------------------- */

[data-theme="oceanblue"] .fondationrapportannuel-content a,
[data-theme="oceanblue"] blockquote,
[data-theme="oceanblue"] .fondationrapportannuel-wrapper h2,
[data-theme="oceanblue"] .fondationrapportannuel-color-theme {
    color: #057fc0;
}

[data-theme-hover="oceanblue"].active,
[data-theme-hover="oceanblue"]:hover,
[data-theme="oceanblue"] .fondationrapportannuel-background-theme {
    background-color: #057fc0;
}

/* ----------------------------------------------------------
  Archive
---------------------------------------------------------- */

/* Sidebar
-------------------------- */

.fondationrapportannuel-summary-image {
    margin-bottom: 1em;
}

.fondationrapportannuel-summary-image img {
    display: block;
    width: 100%;
    height: auto;
}

.fondationrapportannuel-summary-desc {
    font-weight: bold;
}

/* Main
-------------------------- */

.fondationrapportannuel-summary-main-title {
    text-align: left;
    text-transform: uppercase;
    font-family: 'FondRobotoCondensed';
    font-size: 105px;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width:768px) {
    .fondationrapportannuel-summary-main-title {
        font-size: 60px;
    }
}

/* Filters */

.fondationrapport-filters {
    margin-bottom: 20px;
}

.fondationrapport-button,
.fondationrapport-filters button {
    margin: 0 10px 10px 0;
    padding: 0 3em;
    border: transparent;
    border: none;
    border-radius: 2em;
    text-decoration: none!important;
    text-transform: uppercase;
    font-family: 'FondRobotoCondensed',sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 4;
    color: #fff;
    background: #E1E1E1;
    transition: all 0.3s ease;
    cursor: pointer;
}

.fondationrapport-button {
    display: inline-block;
    margin: 1em 0;
}

@media (max-width:768px) {
    .fondationrapport-button,
    .fondationrapport-filters button {
        padding: 0 1.5em;
        line-height: 3;
    }
}

/* ----------------------------------------------------------
  Page
---------------------------------------------------------- */

/* Header
-------------------------- */

.fondationrapportannuel-share {
    margin-top: 1em;
    text-align: right;
    font-size: 25px;
    line-height: 1;
}

.fondationrapportannuel-share a {
    margin-left: 0.5em;
}

.fondationrapportannuel-maintitle {
    font-size: 70px;
    font-weight: bold;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fondationrapportannuel-chapo {
    font-size: 30px;
    line-height: 1.4;
}

@media (max-width:1024px) {
    .fondationrapportannuel-share {
        margin-top: 0;
        text-align: center;
    }

    .fondationrapportannuel-maintitle {
        font-size: 40px;
    }

    .fondationrapportannuel-chapo {
        font-size: 20px;
    }
}

/* Nav
-------------------------- */

.fondationrapportannuel-navigation__previous,
.fondationrapportannuel-navigation__next {
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    font-family: 'FondRobotoCondensed';
    font-weight: bold;
    line-height: 1.2;
    text-wrap: balance;
}

@media (min-width:769px) {
    .fondationrapportannuel-navigation__previous--single {
        margin-top: 20px;
        text-align: right;
    }
}

.fondationrapportannuel-navigation__previous a,
.fondationrapportannuel-navigation__next a {
    display: block;
    padding: 1em 0;
}

.fondationrapportannuel-navigation__previous a:hover span,
.fondationrapportannuel-navigation__next a:hover span {
    text-decoration: underline;
}

.fondationrapportannuel-navigation__previous i[class*="fa"],
.fondationrapportannuel-navigation__next i[class*="fa"] {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.fondationrapportannuel-navigation__previous i[class*="fa"] {
    left: 0;
}

.fondationrapportannuel-navigation__previous {
    padding-left: 1.5em;
}

.fondationrapportannuel-navigation__next i[class*="fa"] {
    right: 0;
}

.fondationrapportannuel-navigation__next {
    padding-right: 1.5em;
}

@media (min-width:769px) {
    .fondationrapportannuel-navigation__next {
        text-align: right;
    }
}

/* ----------------------------------------------------------
  Blocks
---------------------------------------------------------- */

.fondationrapportannuel-wrapper h2 {
    font-size: 20px;
    font-weight: bold;
}

/* Quote */

.fondationrapportannuel-wrapper--content blockquote {
    margin: 1em auto!important;
    padding-left: 0!important;
    border: none;
    text-align: center;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.2;
    text-wrap: balance;
}

.fondationrapportannuel-quote-wrapper[data-has-background="1"] {
    z-index: 1;
    position: relative;
    box-sizing: border-box;
    height: 0;
    padding-top: 67%;
    background: transparent no-repeat center center;
    background-size: cover;
}

.fondationrapportannuel-quote-wrapper[data-has-background="1"]:before {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}

.fondationrapportannuel-quote-wrapper[data-has-background="1"] blockquote {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: 0!important;
    padding: 0!important;
    padding: 1em;
    text-shadow: 0 0 1em rgba(0,0,0,0.8);
    color: #fff;
    transform: translateY(-50%);
}

.fondationrapportannuel-wrapper--content .fondationrapportannuel-quote,
.fondationrapportannuel-wrapper--content .wp-block-quote {
    font-size: 50px;
}

@media (max-width:1024px) {
    .fondationrapportannuel-wrapper--content .fondationrapportannuel-quote,
    .fondationrapportannuel-wrapper--content .wp-block-quote {
        font-size: 25px;
    }
}

/* Caption */

.fondationrapportannuel-wrapper--content .wp-element-caption {
    margin-top: 1.5em;
    text-align: left;
    font-size: 10px;
    line-height: 1.8;
}

/* Gallery
-------------------------- */

/* Gallery content */

.fondationrapportannuel-gallery {
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    line-height: 1;
}

.fondationrapportannuel-inner--gallery img {
    display: block;
}

.fondationrapportannuel-gallery__item {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.3s ease;
}

.fondationrapportannuel-gallery__item:not(.active) {
    opacity: 0;
    pointer-events: none;
}

.fondationrapportannuel-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fondationrapportannuel-gallery__item:first-child {
    z-index: 1;
    position: relative;
}

/* Gallery nav */

.fondationrapportannuel-gallery-nav {
    overflow: hidden;
    line-height: 1;
}

.fondationrapportannuel-gallery-nav__item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: top;
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.fondationrapportannuel-gallery-nav__item img {
    width: auto;
    height: 100px;
    pointer-events: none;
}

.fondationrapportannuel-gallery-nav__item:not(.active) {
    opacity: 0.5;
}

@media (max-width:768px) {
    .fondationrapportannuel-gallery-nav__item img {
        height: 50px;
    }
}

/* Numbers
-------------------------- */

.fondationrapportannuel-numbers {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.fondationrapportannuel-number {
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    vertical-align: top;
}

.fondationrapportannuel-number .number {
    font-size: 140px;
}

.fondationrapportannuel-number .label {
    display: block;
    font-size: 20px;
}

@media (max-width:768px) {
    .fondationrapportannuel-numbers {
        display: block;
        margin: 0 -10px -10px;
    }

    .fondationrapportannuel-number {
        display: inline-block;
        width: 50%;
        padding: 10px;
        vertical-align: top;
    }

    .fondationrapportannuel-number .number {
        font-size: 80px;
    }

    .fondationrapportannuel-number .label {
        font-size: 16px;
    }
}

/* Timeline
-------------------------- */

.block-timeline__list {
    padding-left: 0;
    list-style: none!important;
}

.timeline__item {
    z-index: 1;
    position: relative;
    margin-top: 80px;
}

.timeline__item:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: -80px;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    background-color: currentColor;
}

.timeline__item:nth-child(even) .timeline__item__grid {
    flex-direction: row-reverse;
}

.timeline__item:nth-child(odd) .timeline__content__wrapper {
    padding-left: 100px;
}

.timeline__item:nth-child(even) .timeline__content__wrapper {
    padding-right: 100px;
}

@media (max-width:768px) {
    .block-timeline__list {
        padding-top: 1px;
    }

    .timeline__item {
        margin-top: 40px;
    }

    .timeline__item:before {
        display: none;
    }

    .timeline__content__wrapper {
        padding-right: 0!important;
        padding-left: 0!important;
    }
}

/* Grid */

.timeline__item__grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.timeline__item__grid > * {
    flex: 1;
    box-sizing: border-box;
}

.timeline__image img {
    display: block;
    width: 100%;
}

@media (max-width:768px) {
    .timeline__item__grid {
        z-index: 1;
        position: relative;
        flex-direction: column!important;
    }

    .timeline__item__grid > * {
        width: 100%;
    }
}

/* Items */

.timeline__date {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    border: 2px solid;
    border-radius: 0;
    color: inherit!important;
    background-color: #fff;
    transform: translate3d(-50%,-50%,0);
    cursor: default!important;
}

@media (max-width:768px) {
    .timeline__content__wrapper {
        text-align: center;
    }

    .timeline__date {
        top: 0;
    }

    .timeline__content {
        text-align: left;
    }
}

.timeline__content-title {
    font-size: 20px;
    font-weight: bold;
}

.timeline__content-desc {
    color: #000;
}

/* ----------------------------------------------------------
  Item
---------------------------------------------------------- */

.fondationrapportannuel-archive-item a {
    display: block;
}

.fra-item-thumb {
    z-index: 1;
    position: relative;
    height: 0;
    margin-bottom: 15px;
    padding-top: 56.25%;
    overflow: hidden;
    background-color: #ccc;
}

.fra-item-thumb img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    transform: scale(1);
    transform-origin: center center;
    object-fit: cover;
}

.fra-item-terms {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'FondRobotoCondensed';
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.fra-item-terms span {
    margin-right: 0.3em;
}

.fra-item-title {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.fondationrapportannuel-archive-item a:hover .fra-item-thumb img {
    transform: scale(1.1);
}

.fondationrapportannuel-archive-item a:hover .fra-item-title {
    text-decoration: underline;
}
