/*
Theme Name: Sources en action
Description: Sources en action Wordpress Theme
Author: Studio Sentria
Author URI: https://sentria.fr/
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');

:root {
    --sea-orange: #e7501e;
    --sea-green: #83b817;
    --sea-light-blue: #01b4d0;
    --sea-blue: #00648f;
    --sea-dark-blue: #11335b;
    --sea-grey: #bec4d5;
    --sea-dark: #001727;
}

::selection {
    background: var(--sea-light-blue)!important;
    color: #fff;
    text-shadow: none
}

/* MAIN */

html {
    scroll-behavior: smooth;
}
.grecaptcha-badge { 
    visibility: hidden; 
}
body {
    color: var(--sea-dark-blue);
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
main {
    margin-top: 160px;
    overflow: hidden;
}
.page-template-actions main, .page-template-mediatheque main, .page-template-page-videos main {
    overflow: initial;
}
.lenis.lenis-smooth {
    scroll-behavior: auto;
}
.cmplz-cookiebanner .cmplz-logo img {
    height: 26px
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    border-radius: 50px!important
}
.btn {
    border: 2px solid var(--sea-dark-blue);
    color: var(--sea-dark-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: 600;
    margin: 2em 0;
    padding: 1rem 2rem;
    text-transform: uppercase;
    line-height: 1;
    transition: all .4s;
}
.btn:hover {
    background-color: var(--sea-dark-blue);
    border: 2px solid var(--sea-dark-blue);
    color: #fff;
}
.btn.btn-light-blue {
    border: 2px solid var(--sea-light-blue);
    color: var(--sea-light-blue);
}
.btn.btn-light-blue:hover {
    background-color: var(--sea-light-blue);
    color: #fff;
}
.btn.btn-dark-blue {
    background-color: var(--sea-dark-blue);
    color: #fff;
}
.btn.btn-dark-blue:hover {
    background-color: var(--sea-light-blue);
    border: 2px solid var(--sea-light-blue);
}
.btn.btn-green {
    background-color: var(--sea-green);
    border: 2px solid var(--sea-green);
    color: #fff;
}
.btn.btn-green:hover {
    background-color: var(--sea-dark-blue);
    border: 2px solid var(--sea-dark-blue);
}
.btn.btn-orange {
    background-color: var(--sea-orange);
    border: 2px solid var(--sea-orange);
    color: #fff;
}
.btn.btn-orange:hover {
    background-color: var(--sea-dark-blue);
    border: 2px solid var(--sea-dark-blue);
}
.btn.btn-white {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.btn.btn-white:hover {
    background-color: var(--sea-dark-blue);
    border: 2px solid var(--sea-dark-blue);
}
h1 {
    font-size: 3rem;
    font-weight: 800;
    overflow: hidden;
    text-transform: uppercase;
}
h2 {
    margin-bottom: 1em;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
}
h2 strong {
    color: var(--sea-light-blue);
    display: block;
    font-size: 2.75rem;
    font-weight: 800;
}
h2:after {
    content: url(/wp-content/themes/sourcesenaction/assets/waves.svg);
    position: relative;
    display: block;
    width: 80px;
    line-height: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}
h3 {
    font-weight: 400;
    text-transform: uppercase;
    text-wrap: balance;
}
a {
    color: var(--sea-dark-blue);
    font-weight: 600;
    transition: color .4s;
}
a:hover {
    color: var(--sea-light-blue);
}
.text-center h2:after {
    left: 50%;
    transform: translateX(-50%);
}
.video-container iframe, .video-container img {
    border-radius: 6px;
}

.video-container {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 3em;
}
.video-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: white;
  text-shadow: 0 0 20px black;
  pointer-events: none;
}
.play-button svg {
    height: 80px;
    width: 80px;
    filter: drop-shadow(0px 0px 6px rgba(0, 100, 143, .5));
}
.modal-dialog-scrollable .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.breadcrumb {
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4em 0;
}
.breadcrumb a {
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--sea-dark-blue);
    content: var(--bs-breadcrumb-divider, ">");
}
.breadcrumb-item.active {
    color: var(--sea-dark-blue);
}
.img-wrapper img {
    width: 100%;
}

/* GUTENBERG */

.page-content {
    padding: 6em 0;
}
.wp-block-group {
    padding: 1em 0;
}
.wp-block-button__link {
    background-color: var(--sea-dark-blue);
    border: 2px solid var(--sea-dark-blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    margin: 2em 0;
    padding: 1rem 2rem;
    text-transform: uppercase;
    line-height: 1;
    transition: all .4s;
}
.wp-block-button__link:hover {
    background-color: var(--sea-blue);
    border: 2px solid var(--sea-blue);
    color: #fff;
}

/* HEADER */

header {
    background-color: #fff;
    padding: 10px 0;
    z-index: 888;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all .4s ease-in-out;
}
.nav-up {
    top: -170px
}
header .menu-logo img {
    height: auto;
    width: 120px;
}
header .menu-logo svg {
  height: auto;
  width: 120px;
  transition: width 0.3s ease;
}
header.scrolled .menu-logo svg {
  width: 80px;
}
header ul.menu-principal {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
header ul.menu-principal li {
    border-left: 1px solid var(--sea-light-blue);
}
header ul.menu-principal li a {
    text-decoration: none;
    font-weight: 600;
    color: var(--sea-dark-blue);
    text-transform: uppercase;
    padding: 0 16px;
    transition: all .4s;
}
header ul.menu-principal li.current-menu-item a {
    color: var(--sea-light-blue);
}
header ul.menu-principal li a:hover {
    color: var(--sea-light-blue);
}
header ul.menu-principal li:nth-child(-n+1) {
    border-left: 0;
}
header ul.menu-principal li:nth-child(-n+1) a {
    padding-left: 0;
}
header ul.menu-principal li:last-child a {
    padding-right: 0;
}
header .contact-menu {
    width: fit-content;
}
header .contact-menu a {
    color: var(--sea-dark-blue);
    font-size: .8rem;
    font-weight: 700;
    text-decoration: none;
    transition: all .4s;
}
header .contact-menu a:hover {
    color: var(--sea-light-blue);
}
header .contact-menu a:before {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: text-bottom;
    opacity: 1;
    border: 0;
}
header .contact-menu a.telephone:before {
    content: url(/wp-content/themes/sourcesenaction/assets/telephone.svg);
}
header .contact-menu a.email:before {
    content: url(/wp-content/themes/sourcesenaction/assets/email.svg);
}
header .upper-menu-bar {
    align-items: center;
    width: fit-content;
}
header .upper-menu-bar-wrapper {
    border-bottom: .5px solid var(--sea-grey);
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
}
header .upper-menu {
    width: fit-content;
}
header .contact-menu ul {
    display: flex;
    gap: 2rem;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
header .menu-part-1 {
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
}
header .other-links {
    display: flex;
    gap: 1rem;
}
header .other-links a img {
    display: block;
    height: 24px;
    width: auto;
}
header .btn.pro-btn {
    font-size: .8rem;
    font-weight: 800;
    margin: 0;
    padding: 0.5rem 1.5rem;
}
header .footer-only {
    display: none;
}
header .menu-logo-wrapper {
    max-height: 142px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
header.header-active .menu-logo-wrapper {
    max-height: 70px;
}
header.header-active .upper-menu-bar-wrapper {
    border-bottom: .5px solid #fff;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
}
.menu-icon {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer
}

.menu-icon .menu-icon__checkbox {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    z-index: 2;
    -webkit-touch-callout: none;
    position: absolute;
    opacity: 0
}

.menu-icon div {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 22px;
    height: 12px
}

.menu-icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--sea-blue);
    transition: all 0.2s cubic-bezier(.1,.82,.76,.965)
}

.menu-icon span:first-of-type {
    top: 0
}

.menu-icon span:last-of-type {
    bottom: 0
}

.menu-icon.active span:first-of-type,.menu-icon .menu-icon__checkbox:checked+div span:first-of-type {
    transform: rotate(45deg);
    top: 5px
}

.menu-icon.active span:last-of-type,.menu-icon .menu-icon__checkbox:checked+div span:last-of-type {
    transform: rotate(-45deg);
    bottom: 5px
}

.menu-icon.active:hover span:first-of-type,.menu-icon.active:hover span:last-of-type,.menu-icon:hover .menu-icon__checkbox:checked+div span:first-of-type,.menu-icon:hover .menu-icon__checkbox:checked+div span:last-of-type {
    width: 22px
}
header .menu-principal .sub-menu {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 1000;
    opacity: 0;
    padding-left: 1em;
    visibility: hidden;
    transition: all 0.3s ease;
}
header .menu-principal li:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
footer .menu-principal .sub-menu {
    padding-left: 1em;
}
.menu-principal li {
    position: relative;
}
.menu-principal .sub-menu li {
    border-left: 0;
    width: 200px;
}
.menu-principal .sub-menu li a {
    padding-left: 0;
}
.menu-principal .sub-menu li {
    padding-left: 0;
    list-style-type: none;
    line-height: 1rem;
    padding: .25rem 0;
}


/* GLOBAL */

.sticky-top {
    top: 150px;
    z-index: 100;
}
.hero-section {
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
}
body:not(.home) .hero-section {
    min-height: 250px;
}
.page-template-espace-pro .hero-section {
    padding-bottom: 4em;
}
.hero-section .container {
    z-index: 1;
}
.hero-section:before {
    background: rgb(0 0 0 / 33%);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.hero-section .row {
    text-align: center;
}
.hero-section h1 {
    text-shadow: -1px 0px 6px rgba(0 0 0 / .5);
}
.page-template-mediatheque .hero-section .row {
    text-align: left;
    padding-top: 3em;
    padding-bottom: 3em;
}
.hero-section.no-featured-img h1 {
    text-shadow: none;
}
.hero-section h1 .upper-h1 {
    display: block;
    line-height: normal;
    margin-bottom: 1rem;
}
.hero-section h1 .upper-h1:after {
    content: url(/wp-content/themes/sourcesenaction/assets/hero-waves.svg);
    position: absolute;
    display: block;
    width: 80px;
    line-height: 0;
    margin-top: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.hero-section h1 .under-h1 {
    display: block;
    font-family: 'Damion', script;
    font-size: 8rem;
    font-weight: normal;
    text-transform: none;
}
.search-form-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.search-form {
    align-items: center;
    display: flex;
    background-color: #fff;
    border-radius: 50px;
    border: 4px solid #fff;
    justify-content: space-between;
    overflow: hidden;
}
.search-form label {
    width: 100%;
    text-align: left;
}
.search-form .search-field {
    border: 0;
    color: var(--sea-dark-blue);
    font-weight: 600;
    outline: none;
    padding: .5em 1.5em;
    width: 100%;
}
.search-form .search-field::placeholder {
    color: var(--sea-blue);
}

.search-form .search-submit {
    border: 0;
    background-color: var(--sea-orange);
    color: #fff;
    border-radius: 50px;
    height: 48px;
    padding: 0;
    width: 52px;
}
.img-txt {
    align-items: center;
    padding: 2em 0;
}
#timeline {
    padding: 2rem 0;
}
.hover-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.card, .document-card {
    border: 0;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.document-card {
    background-color: #fff;
}
.document-card .other-partners {
    border-radius: 6px 6px 0 0;
    background-color: #fafafa;
    font-size: .8rem;
    padding: 1em;
}
.document-card .media-doc-ul ul {
    margin-bottom: 0;
}
.document-card .media-doc-ul ul li {
    margin-bottom: .75em;
    padding-left: 28px;
}
.document-card .media-doc-ul.multiple-docs ul {
    border-left: 1px solid var(--sea-grey);
    padding-left: 1em;
}
.document-card .media-doc-ul ul li:before {
    width: 16px;
    height: 16px;
}
.document-card  .media-doc-ul li a {
    font-size: .8rem;
    line-height: normal;
}
.document-card button.btn {
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: .8rem;
    font-weight: 800;
    padding: 0.5rem 1rem;
    margin-top: 2em;
    margin-bottom: 0;
}
.document-card button.btn .bi {
    border-radius: 50px;
    background-color: var(--sea-dark-blue);
    color: #fff;
    font-size: 1rem;
}
.document-card button.btn:hover .bi {
    background-color: #fff;
    color: var(--sea-dark-blue);
    transition: all .4s;
}
.document-card .featured-mo-list .partenaire-img {
    height: 42px;
}
.document-card .suivi-docs-wrapper {
    border-top: 1px solid var(--sea-grey);
}
.document-card-wrapper .document-taxonomy-label-wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 0 1em;
}
.document-card-wrapper .document-taxonomy-label {
    background-color: var(--sea-light-blue);
    display: flex;
    width: fit-content;
    justify-content: flex-end;
    border-radius: 6px 6px 0 0;
    color: var(--sea-dark);
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 800;
    padding: .25rem 1rem;
}
.document-card .document-dates {
    display: block;
    font-size: .9rem;
    text-transform: uppercase;
}
.popover {
    background-color: #fff;
    border: 0;
    color: var(--sea-dark-blue);
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.popover-header {
    background-color: var(--sea-light-blue);
    border-bottom: 0;
    color: var(--sea-dark);
    font-weight: bold;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 800;
}
.popover-body {
    font-size: 0.7rem;
}
.card .card-thumbnail-wrapper {
    background-image: url(/wp-content/themes/sourcesenaction/assets/sea-symbol-white.svg);
    background-color: var(--sea-blue);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.card .card-thumbnail {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    display: block;
    width: 100%;
    position: relative;
    transition: all .3s ease-in-out;
}
.card-cat-label {
    background-color: var(--sea-light-blue);
    border-radius: 0 50px 50px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 800;
    display: inline-block;
    padding: .25rem 1rem .25rem 2rem;
    position: absolute;
    bottom: 1rem;
}
.card-body {
    color: var(--sea-dark-blue);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-body .card-date {
    display: block;
    font-size: .9rem;
    text-transform: uppercase;
}
.card-body .card-title {
    font-weight: 700;
}
.card-body .card-excerpt {
    font-size: .8rem;
}
.latest-news {
    padding: 2em 0;
}
.read-more-txt {
    display: block;
    font-size: .8rem;
    font-weight: 700;
}
.card .read-more-arrow-wrapper {
    display: flex;
    justify-content: end;
}
.card .read-more-arrow {
    border: 0;
    background-color: var(--sea-grey);
    color: #fff;
    border-radius: 50px;
    height: 48px;
    padding: 0;
    width: 48px;
    display: flex;
    justify-content: center;
    transition: all .4s;
}
.card:hover .read-more-arrow {
    background-color: var(--sea-light-blue);
}
.read-more-arrow svg {
    vertical-align: middle;
    width: 32px;
}
.read-more-arrow svg path {
    fill: #fff;
}
.territoire-vienne-amont {
    padding: 6em 0;
}
.home .partenaires {
    padding: 6em 0;
}
.home .partenaires h3 {
    text-transform: none;
    font-size: 1.25rem;
    font-weight: 600;
}
.download-link {
    background-color: var(--sea-blue);
    border-radius: 6px;
    color: #fff;
    display: block;
    margin: 1em 0;
    padding: 1em;
    text-decoration: none;
    transition: all .4s;
    width: fit-content;
}
.download-link:hover {
    color: #fff;
    background-color: var(--sea-dark-blue);
}
.download-link .cta-txt {
    display: block;
    width: fit-content;
    align-items: center;
    border-radius: 50px;
    border: 2px solid #fff;
    font-size: .8rem;
    font-weight: 800;
    margin-top: .5em;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    line-height: 1;
    transition: all .4s;
}
.download-link:hover .cta-txt {
    background-color: #fff;
    border: 2px solid #fff;
    color: var(--sea-dark-blue);
}

/* EVENTS */

.next-events {
    padding: 4em 0;
    position: relative;
}
.next-events:before {
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 0) 33%);
    content: ' ';
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    bottom: -50px;
    z-index: -1;
}
.next-events:has(.no-upcoming-event)::before {
  background: none;
}
.events-slider {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    padding: 3em;
    max-width: 1200px;
    margin: 0 auto;
}
.events-slider h2 strong {
    color: var(--sea-green);
}
.events-slider h2 {
    font-weight: 300;
    margin-bottom: 1rem;
}
.events-slider h2:after {
    display: none;
}
.events-slider .agenda-slider-title {
    border-bottom: 1px solid var(--sea-dark-blue);
    margin-bottom: 1em;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.events-slider .event-slide-img-info {
    background-color: var(--sea-green);
    color: #fff;
    height: 100%;
}
.events-slider .event-slide-img {
    background-size: cover;
    background-position: center;
    height: 100%;
}
.events-slider .event-slide-img-wrapper {
    padding: 0;
}
.event-slide-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 1em 3em;
}
.event-date-nbr {
    font-size: 4rem;
    font-weight: 300;
    display: block;
    line-height: 4rem;
}
.event-date-mth-year {
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    line-height: normal;
}
.event-hour {
    align-items: center;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    justify-content: center;
    position: relative;
    width:100%;
    max-width: 150px;
}
.event-hour::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
  transform: translateY(-50%);
  z-index: 0;
}
.event-hour span {
  background: var(--sea-green);
  padding: 0 10px;
  z-index: 1;
}
.event-location {
    display: block;
    line-height: normal;
}
.events-slider a {
    color: inherit;
    text-decoration: none;
}
.events-slider .event-slide-desc h5 {
    font-weight: 700;
}
.events-slider .event-slide-desc .event-excerpt {
    display: block;
    font-size: .8rem;
    margin-bottom: 1rem;
}
.event-panel-right {
    background-color: var(--sea-green);
    padding: 0;
}
.event-panel-right .slick-slider {
    height: 100%;
}
.event-panel-right .slick-slider .slick-list {
    height: 100%;
}
.event-panel-right .slick-slider .slick-list .slick-track {
    height: 100%;
}
.event-panel-left {
    padding-right: 6em;
}
.events-btns {
    display: flex;
    margin-top: 1em
}
.events-btns button.slick-disabled {
    opacity: .25
}
.events-btns button {
    align-items: center;
    width: 48px;
    height: 48px;
    margin: 1em .25em;
    color: #fff;
    display: flex;
    background: transparent;
    border: 4px solid var(--sea-green);
    border-radius: 50%;
    cursor: pointer;
    justify-content: center;
    transition: all .3s ease-in-out
}
.events-btns button:hover {
    background: var(--sea-green);
    border: 1px solid var(--sea-green)
}
.events-btns button svg {
    color: #fff;
    width: 24px;
    position: relative;
    transition: all .3s ease-in-out
}
.events-btns button.prev-arrow svg {
    transform: rotate(180deg);
}
.events-btns button svg path {
    fill: var(--sea-green);
    transition: all .3s ease-in-out
}
.events-btns button:hover>svg path {
    fill: #fff
}

/* GALLERY */

.sea-gallery {
  display: flex;
  justify-content: center;
}

.sea-gallery a {
  flex: 1;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
  display: block;
  max-width: 25%;
}

.sea-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.copyright-tooltip-btn {
    display: flex;
    position: absolute;
    bottom: 6px;
    right: 6px;
    background-color: var(--sea-dark);
    color: #fff;
    border-radius: 50px;
    padding: 5px;
    width: 24px;
    height: 24px;
    font-size: 14px;
    text-align: center;
    opacity: .5;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}
.copyright-tooltip-btn:hover {
    opacity: 1;
}
.pswp-caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: .8rem;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
}
.page-template-presentation .wp-block-image img {
    border-radius: 6px;
}
.page-template-presentation .wp-block-image figcaption.wp-element-caption {
    font-size: .7rem;
    font-style: italic;
    text-align: center;
}
.page-template-presentation .page-content .container .presentation-wp-block .wp-block-columns {
    align-items: center !important;
}

/* SLIDER PARTENAIRES */

.partenaires-row {
    padding: 1em 0;
}
.home .partenaires-row {
    margin-bottom: 2em;
}
.partenaires-slider {
    margin: 1em 0;
}
.partenaires-slider .slick-track {
    display: flex;
    align-items: center;
}
.partenaires-slider .partenaire-slide img {
    max-height: 80px;
    margin: 0 auto;
    max-width: 250px;
}
.partenaires-slider.mo-slider .partenaire-slide img {
    max-height: 100px;
    max-width: 150px;
}

/* HOMEPAGE */

.home .hero-section {
    min-height: 670px;
}
.home .hero-section h1 {
    text-shadow: -1px 0px 6px rgba(0 0 0 / .5);
    line-height: 5rem;
    margin-bottom: 1em;
    padding-bottom: 10px;
    overflow: hidden;
}
.hero-blocks .hero-blocks-row {
    display: flex;
    gap: 1em;
    justify-content: center;
    transform: translateY(-110px);
}
h1 .reveal {
    display: inline-block;
    transform: translateY(120%);
}
.reveal-h2 {
    display: inline-block;
}
.hero-blocks a {
    text-decoration: none;
}
.hero-blocks .hero-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--sea-blue);
    border-radius: 6px;
    color: #fff;
    min-height: 220px;
    min-width: 220px;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s;
}
.hero-blocks .hero-block:hover {
    transform: translateY(-4px);
}
.hero-blocks-row .hero-block-col:nth-child(2) .hero-block {
    background-color: var(--sea-orange);
}
.hero-blocks-row .hero-block-col:nth-child(3) .hero-block {
    background-color: var(--sea-light-blue);
}
.hero-blocks-row .hero-block-col:nth-child(4) .hero-block {
    background-color: var(--sea-green);
}
.hero-blocks .hero-block .hero-block-img {
    margin: 0 auto;
    width: 120px;
}
.hero-blocks .hero-block h3 {
    font-size: 1.25rem;
    font-weight: 800;
    max-width: 180px;
    margin: auto;
}
.notre-enjeu {
    padding-bottom: 4em;
}
.en-quelques-chiffres {
    color: #fff;
    padding: 4em 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}
.en-quelques-chiffres:before {
    background: var(--sea-dark-blue);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: .8;
}
.en-quelques-chiffres .container {
    position: relative;
    z-index: 1;
}
.en-quelques-chiffres h3 {
    font-size: 2.25rem;
    font-weight: 100;
}
.key-number-list {
    list-style-type: none;
    padding: 2em 0;
    display: flex;
    justify-content: center;
}
.key-number-list .key-number-wrapper {
    border-right: 1px solid #fff;
    margin-bottom: .75em;
}
.key-number-list .key-number:last-child .key-number-wrapper {
    border-right: 0;
}
.key-number-list .key-number {
    text-align: center;
    flex: 1;
    max-width: 220px;
}
.key-number-list .key-number-picto {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    margin: 0 auto 1em auto;
    padding: 12px;
}
.key-number-list .key-number:nth-child(4n + 1) .key-number-picto {
    background-color: var(--sea-light-blue);
}
.key-number-list .key-number:nth-child(4n + 2) .key-number-picto {
    background-color: var(--sea-orange);
}
.key-number-list .key-number:nth-child(4n + 3) .key-number-picto {
    background-color: var(--sea-green);
}
.key-number-list .key-number:nth-child(4n + 4) .key-number-picto {
    background-color: var(--sea-dark-blue);
}
.key-number-list .key-number-picto img {
    user-select: none;
}
.key-number-list .key-number-nbr {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: normal;
}
.key-number-list .key-number-prefix, .key-number-list .key-number-suffix {
    font-size: 1.25rem;
    font-weight: 700;
}
.key-number-list .key-number-text {
    display: block;
    font-weight: 600;
    line-height: normal;
    padding: 0 1em;
    text-wrap: balance;
}
.page-keyfigs {
    color: #fff;
    padding: 2em 0;
    background-color: var(--sea-light-blue);
    overflow: hidden;
    position: relative;
}
.page-keyfigs .key-number-list .key-number-wrapper {
    border-right: 0;
    margin-bottom: 0;
}
.page-keyfigs .key-number {
    border-right: 1px solid #fff;
}
.page-keyfigs .key-number-list .key-number-details {
    display: block;
    font-size: .8rem;
    line-height: normal;
    padding: 0 1em;
    text-wrap: balance;
}
.key-number-list .key-number:last-child {
    border-right: 0;
}
.actions-en-cours {
    padding: 4em 0 0 0;
}
.vis-panel.vis-bottom:before {
    background-image: url(/wp-content/themes/sourcesenaction/assets/waveline.svg);
    content: '';
    background-size: contain;
    height: 10px;
    display: block;
}
.vis-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vis-item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.partenaires-section {
    padding: 6em 0;
}
.partenaires-section#financeurs {
    background-color: var(--sea-blue);
}
.partenaires-section#financeurs h2 {
    color: #fff;
}
.partenaires-section#financeurs h2 strong {
    color: var(--sea-dark);
}
.partenaires-section#maitres-ouvrage {
    background-color: var(--sea-dark-blue);
}
.partenaires-section#maitres-ouvrage h2 {
    color: #fff;
}
.partenaires-section#maitres-ouvrage .main-mo .text {
    color: #fff;
}
.partenaire-card .modal-dialog {
    max-width: 600px;
}
.modal-logo-contacts {
    align-items: center;
    margin: 0 0 1em 0;
}
.modal-logo-contacts .partenaire-contacts {
    border: 2px solid var(--sea-green);
    border-radius: 0 0 0 6px;
    padding: 0;
    overflow: hidden;
}
.modal-logo-contacts .partenaire-contacts-title span:after {
    content: "\f268";
    font-family: "bootstrap-icons";
    font-weight: normal;
    margin-left: 6px;
    vertical-align: bottom;
}
.modal-logo-contacts .partenaire-contacts-title {
    background-color: var(--sea-green);
    color: #fff;
    font-weight: 700;
    padding: .25em .5em;
}
.modal-logo-contacts .partenaire-contacts ul {
    font-size: .8rem;
    list-style-type: none;
    margin-bottom: 0;
    padding: 1em;
}
.main-mo .row {
    align-items: center;
    justify-content: center;
}
.partenaire-contacts ul li {
    padding-left: 20px;
    position: relative;
    line-height: normal;
    margin-bottom: .5rem;
}
.partenaire-contacts ul li:before {
    color: var(--sea-green);
    content: "\f4da";
    font-family: "bootstrap-icons";
    font-size: 1rem;
    font-weight: normal;
    vertical-align: bottom;
    position: absolute;
    left: 0;
}
.partenaire-contacts ul li .contact-name-job {
    display: block;
    font-weight: 600;
}
.partenaire-contacts ul li .contact-job {
    border-left: 1px solid;
    font-weight: 400;
    font-size: .7rem;
    padding-left: 6px;
    margin-left: 5px;
}
.partenaire-contacts ul li .contact-email {
    display: block;
    font-style: italic;
}
.partenaire-contacts ul li .contact-email a {
    color: inherit;
    text-decoration: none;
}
.main-mo .partenaire-card-wrapper {
    width: 50%;
}
.partenaire-card {
    background-color: #fff;
    border: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    border-radius: 6px;
    padding: 2rem;
    position: relative;
    transition: box-shadow 0.3s;
}
.partenaire-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.partenaire-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: none;
}
.partenaire-card .btn {
    font-size: .8rem;
    font-weight: 800;
    padding: 0.5rem 1rem;
    margin: .5em 0 0 0;
}
.partenaire-card .gemapi-label {
    background-color: var(--sea-light-blue);
    border-radius: 0 0 0 6px;
    color: #fff;
    position: absolute;
    font-weight: 600;
    font-size: .7rem;
    top: 0;
    right: 0;
    padding: .25rem .5rem;
}
.partenaire-card .coordination-label {
    background-color: var(--sea-blue);
    border-radius: 0 0 6px 0;
    color: #fff;
    position: absolute;
    font-weight: 600;
    font-size: .7rem;
    top: 0;
    left: 0;
    padding: .25rem .5rem;
}
.partenaire-card .modal-content .gemapi-label {
    border-radius: 0;
    position: relative;
    text-align: left;
    padding: .5rem 1rem;
    line-height: normal;
}
.partenaire-img {
    cursor: pointer;
    max-width: 100%;
    height: auto;
    height:80px;
    object-fit: contain;
    margin-bottom: 1rem;
}
.partenaire-modal .modal-header {
    color: #fff;
    background-color: var(--sea-dark);
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
}
.partenaire-modal .modal-footer {
    border-top: 0;
    justify-content: space-between;
}
.partenaire-modal .website-btn:before {
    content: "\f3ee";
    font-family: "bootstrap-icons";
    font-weight: normal;
    margin-right: 8px;
    vertical-align: bottom;
}
.partenaire-modal .modal-header .btn-close {
    color: var(--sea-light-blue);
}
.partenaire-modal {
    border: 0;
    border-radius: 6px;
}
.partenaire-modal .modal-body {
    text-align: left;
}
.partenaire-modal .modal-body .partenaire-desc {
    font-size: .8rem;
}
.partenaire-modal h3 {
    text-align: left;
}
.partenaire-modal .partenaire-img {
    cursor: default;
}
.partenaire-modal .partenaire-contrat-infos {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}
.gemapi-area {
    opacity: .5;
    transition: all .4s;
}
.gemapi-area:hover {
    opacity: 1;
}
.gemapi-map-wrapper {
    position: relative;
}
.gemapi-map-cards {
    position: absolute;
}
.gemapi-area {
  pointer-events: all;
}

.gemapi-map-cards .partenaire-card-wrapper {
    display: none;
    position: absolute;
    pointer-events: none;
    width: 200px;
}
.gemapi-map-cards .partenaire-card-wrapper.visible {
  display: block;
}
.map-frontiers {
    pointer-events: none;
    user-select: none;
}
#rivieres-communes {
    pointer-events: none;
    user-select: none;
}
.gemapi-map-cards h3 {
    font-size: 1rem;
}
.bassin-vienne-amont .row {
    align-items: center;
}
.organigramme-gouvernance .block {
    background-color: var(--sea-blue);
    border-radius: 6px;
    color: #fff;
    margin: 0 auto;
    font-size: .8rem;
    padding: 1em 1.5em;
    height: 100%;
    width: fit-content;
}
.organigramme-gouvernance .block h3 {
    font-weight: 600;
    font-size: 1rem;
}
.organigramme-gouvernance .block p {
    line-height: normal;
    margin-bottom: 0;
}
.organigramme-gouvernance .block.comite-financeurs {
    background-color: var(--sea-light-blue);
}
.organigramme-gouvernance .block.commission-scientifique, .organigramme-gouvernance .block.comite-technique {
    background-color: var(--sea-green);
}
.organigramme-gouvernance .block.commissions-thematiques {
    background-color: var(--sea-orange);
}
.organigramme-gouvernance .col-6, .organigramme-gouvernance .col-12 {
    margin: .5em 0;
}
.partenaires-section#financeurs .row {
    justify-content: center;
    margin: .25em;
}
.news-calendar-row {
    padding-top: 6em;
    padding-bottom: 6em;
}
.news-calendar-row  .latest-news .col-md-4 {
    width: 80%;
}
button.filter-btn {
    background-color: transparent;
    border: 2px solid var(--sea-light-blue);
    color: var(--sea-light-blue);
    font-size: .8rem;
    font-weight: 800;
    margin: 0;
    margin-bottom: 1em;
    padding: 0.5rem 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-transform: uppercase;
    line-height: 1;
    transition: all .4s;
}
button.filter-btn:hover {
    background-color: var(--sea-light-blue);
    border: 2px solid var(--sea-light-blue);
    color: #fff;
}
button.filter-btn.active {
    background-color: var(--sea-dark-blue);
    border: 2px solid var(--sea-dark-blue);
    color: #fff;
}
button.filter-btn[data-cat="1"] {
    display: none;
}
button.filter-btn-video {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: .8rem;
    font-weight: 800;
    margin: 0;
    margin-bottom: 1em;
    padding: 0.5rem 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-transform: uppercase;
    line-height: 1;
    transition: all .4s;
}
button.filter-btn-video:hover {
    background-color: var(--sea-light-blue);
    border: 2px solid var(--sea-light-blue);
    color: #fff;
}
button.filter-btn-video.active {
    background-color: var(--sea-light-blue);
    border: 2px solid var(--sea-light-blue);
    color: #fff;
}
.videos-slider-header {
    margin: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.videos-slider-header h3 {
    margin-bottom: 0;
}
.videos-slider-header .video-slider-btns {
    margin-left: 1em;
    margin-top: 0;
}
.all-news-container {
    padding-bottom: 6em;
}
.banner-img {
    padding: 0 0 4em 0;
    pointer-events: none;
    user-select: none;
}
.liens-docs-contact {
    padding-top: 4em;
    padding-bottom: 4em;
}
.liens-docs-contact h3 {
    text-align: center;
    font-weight: 700;
}
.liens-docs-contact ul {
    list-style-type: none;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 48px;
    position: relative;
}
.liens-docs-contact ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.liens-docs-contact ul li a .file-type {
    background-color: var(--sea-dark-blue);
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-size: .6rem;
    margin-left: 6px;
    padding: 2px 6px;
    text-transform: uppercase;
}
.liens-docs-contact ul:before {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    opacity: 1;
    left: 0;
    border: 0;
}
.liens-docs-contact .liens-utiles ul:before {
    content: url(/wp-content/themes/sourcesenaction/assets/link.svg);
}
.liens-docs-contact .docs-utiles ul:before {
    content: url(/wp-content/themes/sourcesenaction/assets/document.svg);
}
.liens-docs-contact .contacts-utiles ul {
    padding-left: 0;
}
.liens-docs-contact .contacts-utiles ul:before {
    display: none;
}
.liens-docs-contact .contacts-utiles ul li {
    padding-left: 48px;
    position: relative;
    margin-bottom: 1em;
}
.media-doc-ul ul {
    list-style-type: none;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 0;
    position: relative;
}
.media-doc-ul ul li {
    padding-left: 36px;
    position: relative;
    margin-bottom: 1em;
}
.media-doc-ul li a {
    text-decoration: none;
}
.media-doc-ul li a .doc-main-infos {
    display: flex;
    align-items: center;
}
.media-doc-ul li a .doc-description {
    display: block;
    font-size: .8rem;
    font-weight: 400;
}
.media-doc-ul li a .file-type {
    background-color: var(--sea-dark-blue);
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-size: .6rem;
    margin-left: 6px;
    padding: 2px 6px;
    text-transform: uppercase;
}
.media-doc-ul ul li:before {
    content: url(/wp-content/themes/sourcesenaction/assets/document.svg);
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    opacity: 1;
    left: 0;
    border: 0;
}
.documents-cadres-wrapper .media-doc-ul li a {
    color: #fff;
}
.documents-cadres-wrapper .media-doc-ul li a:hover {
    color: var(--sea-light-blue);
}
.liens-docs-contact .contacts-utiles ul li:before {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    opacity: 1;
    left: 0;
    border: 0;
}
.liens-docs-contact .contacts-utiles ul li.telephone:before {
    content: url(/wp-content/themes/sourcesenaction/assets/telephone.svg);
}
.liens-docs-contact .contacts-utiles ul li.email:before {
    content: url(/wp-content/themes/sourcesenaction/assets/email.svg);
}
.liens-docs-contact .contacts-utiles ul li.personne:before {
    content: url(/wp-content/themes/sourcesenaction/assets/arrow-top-right.svg);
}
.hero-section.no-featured-img {
    background-color: var(--sea-blue);
}
.single-post .hero-section h1, .single-evenement .hero-section h1 {
    overflow: hidden;
    text-transform: none;
    text-wrap: balance;
}
.single-reunion .hero-section {
    background: var(--sea-blue);
    background: linear-gradient(90deg,var(--sea-dark-blue) 0%, var(--sea-blue) 100%);
}
.single-reunion .hero-section:before {
    display: none;
}
.single-reunion .hero-section h1 {
    text-shadow: none;
}
.single-post .post-categories {
    background-color: var(--sea-light-blue);
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 2em;
    padding: .25rem 1rem .25rem 1rem;
    position: relative;
}
.single-post .post-categories a {
    color: #fff;
    text-decoration: none;
    font-size: .8rem;
    font-weight: 800;
}
.single-post .entry-content, .single-evenement .entry-content, .single-realisation .entry-content {
    padding-top: 3em;
    padding-bottom: 3em;
}
.single-evenement .event-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    background-color: var(--sea-green);
    padding: 2em;
}
.single-evenement .event-orga-wrapper {
    background-color: var(--sea-green);
    border-radius: 0 0 6px 6px;
    color: #fff;
    padding: 2em;
}
.single-evenement .event-orga-wrapper h2 strong {
    color: var(--sea-dark);
}
.single-evenement .event-orga-wrapper ul {
    list-style-type: none;
    padding-left: 0;
}
.single-evenement .event-orga-wrapper ul li {
    padding-left: 20px;
    position: relative;
    line-height: normal;
    margin-bottom: .5rem;
}
.single-evenement .event-orga-wrapper ul li:before {
    color: var(--sea-dark);
    content: "\f4da";
    font-family: "bootstrap-icons";
    font-size: 1rem;
    font-weight: normal;
    vertical-align: bottom;
    position: absolute;
    left: 0;
}
.single-evenement .event-orga-wrapper ul li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.single-evenement .event-orga-wrapper ul li .orga-name {
    display: block;
    font-weight: 600;
    margin-bottom: .5rem;
}
.single-evenement .event-orga-wrapper ul li .orga-tel {
    display: block;
}
.single-evenement .event-orga-wrapper ul li .orga-tel:before {
    color: var(--sea-dark);
    content: "\f5b4";
    font-family: "bootstrap-icons";
    font-size: 1rem;
    font-weight: normal;
    margin-right: 6px;
    vertical-align: bottom;
    position: relative;
    left: 0;
}
.single-evenement .event-orga-wrapper ul li .orga-email {
    display: block;
    font-style: italic;
}
.single-evenement .event-orga-wrapper ul li .orga-email:before {
    color: var(--sea-dark);
    content: "\f32c";
    font-family: "bootstrap-icons";
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    margin-right: 6px;
    vertical-align: bottom;
    position: relative;
    left: 0;
}
.single-evenement .hero-section .event-excerpt {
    text-shadow: -1px 0px 6px rgba(0 0 0 / .5);
    font-weight: 700;
}
.single-evenement .hero-section .event-title-excerpt {
    text-align: left;
}
body.single-evenement .hero-section {
    height: auto;
    padding: 2em 0;
}

/* CALENDAR */

.fc .fc-button-primary {
    background-color: var(--sea-dark-blue);
    border-color: var(--sea-dark-blue);
}
.fc .fc-button-primary:hover {
    background-color: var(--sea-light-blue);
    border-color: var(--sea-light-blue);
}
.fc .fc-button-primary:focus {
    box-shadow: none;
}
.fc .fc-button-primary:disabled {
    background-color: var(--sea-grey);
    border-color: var(--sea-grey);
}
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background-color: var(--sea-dark);
    border-color: var(--sea-dark);
}
.fc .fc-list-event-dot {
    border: calc(var(--fc-list-event-dot-width) / 2) solid var(--sea-green);
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: var(--sea-grey);
}
.fc a {
    text-decoration: none;
}
.fc-toolbar-title {
    font-size: .8rem;
    font-weight: 400;
    text-align: center;
    text-transform: none;
}
.fc-toolbar-title:after {
    display: none;
}
.fc .fc-daygrid-day-number {
    font-size: .8rem;
    font-weight: 400;
}
.fc-event-hour, .fc-event-location {
    font-size: .8rem;
    font-weight: 400;
    line-height: normal;
    padding-left: 18px;
    position: relative;
}
.fc-event-hour:before {
    color: var(--sea-green);
    content: "\f291";
    font-family: "bootstrap-icons";
    font-weight: normal;
    vertical-align: bottom;
    position: absolute;
    left: 0;
}
.fc-event-location:before {
    color: var(--sea-green);
    content: "\f3e7";
    font-family: "bootstrap-icons";
    font-weight: normal;
    vertical-align: bottom;
    position: absolute;
    left: 0;
}
.fc .fc-event {
    overflow: hidden;
}
.fc .fc-event:hover {
    background: none;
    overflow: visible;
}
.fc-list-event .fc-event-hour {
    display: none;
}
.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: none;
}
.documents-bilans-wrapper .accordion-item, .documents-bilans-wrapper .accordion-button {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    padding: .5rem 0;
}
.documents-bilans-wrapper .accordion-button:focus, .documents-bilans-wrapper .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.documents-bilans-wrapper .accordion-item {
    border-bottom: 1px solid #ffffff33;
}
.documents-bilans-wrapper .accordion-item:last-of-type {
    border-radius: 0;
    border-bottom: 0;
}
.documents-bilans-wrapper .accordion-button::after {
    background-image: url(assets/accordion-arrow.svg);
}
.documents-bilans-wrapper .liste-reunions {
    list-style-type: none;
    padding-left: 0;
}
.documents-bilans-wrapper .accordion-item, .documents-bilans-wrapper .accordion-body {
    padding-left: 0;
    padding-right: 0;
}
.documents-bilans-wrapper .liste-reunions .reunion {
    background-color: rgba(255, 255, 255, .05);
    border-radius: 6px;
    margin-bottom: .5em;
    padding: 1em;
    transition: all .4s;
}
.documents-bilans-wrapper .liste-reunions .reunion:hover {
    background-color: rgba(255, 255, 255, .1);
}
.documents-bilans-wrapper .media-doc-ul ul {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0;
}
.documents-bilans-wrapper .media-doc-ul ul a {
    color: #fff;
}
.documents-bilans-wrapper .media-doc-ul ul a:hover {
    color: var(--sea-light-blue);
}

/* ESPACE PRO */

.espace-pro-form-wrapper {
    display: flex;
    align-items: center;
    background-color: var(--sea-orange);
    background-size: cover;
    background-position: center;
    min-height: 75vh;
}
.espace-pro-form-wrapper .row {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    max-width: 800px;
    overflow: hidden;
}
.espace-pro-col-left-wrapper {
    background-color: var(--sea-dark-blue);
    color: #fff;
    overflow: hidden;
}
.espace-pro-col-left, .espace-pro-form {
    padding: 4em 2em;
}
.espace-pro-form label {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1em;
}
.espace-pro-form input {
    background-color: #11335b08;
    border: 2px solid #11335b24;
    color: var(--sea-dark-blue);
    border-radius: 50px;
    padding: .75rem .75rem;
    transition: all .4s;
}
.espace-pro-form input:focus, .espace-pro-form input:focus-visible {
    border: 2px solid var(--sea-dark-blue);
    outline: none;
    box-shadow: none;
}
.espace-pro-form .incorrect-pwd {
    border-radius: 6px;
    color: #fff;
    display: block;
    background-color: var(--sea-orange);
    font-size: .8rem;
    margin: 1em auto;
    padding: .25rem 1rem;
    width: fit-content;
}
.documents-pro-additionnels {
    background-color: var(--sea-blue);
    padding: 6em 0;
}
.documents-pro-additionnels h2 {
    color: #fff;
}
.documents-pro-additionnels .download-link {
    background-color: var(--sea-dark-blue);
}
.documents-pro-additionnels .download-link:hover {
    background-color: var(--sea-dark);
}
.documents-pro-additionnels .download-link .filename {
    display: block;
    font-weight: 800;
}
.documents-pro-additionnels .download-link .filetype {
    text-transform: uppercase;
}
.documents-pro-additionnels .download-link small {
    display: block;
}
.documents-pro-additionnels .download-link .filedesc {
    display: block;
    font-size: .8rem;
    font-weight: 400;
}
.reunions-section {
    padding-top: 2em;
    padding-bottom: 2em;
}
.comptes-rendus-block {
    background-color: var(--sea-dark);
    border-radius: 6px;
    color: #fff;
    padding: 2em;
    transform: translateY(-6em);
}
.row .comptes-rendus-row:nth-of-type(2) .comptes-rendus-block {
    background-color: var(--sea-orange);
}
.row .comptes-rendus-row:nth-of-type(2) .comptes-rendus-block h2 strong {
    color: var(--sea-dark);
}
.row .comptes-rendus-row:nth-of-type(2) .comptes-rendus-block .liste-reunions .reunion-main-infos .meeting-location:before {
    color: var(--sea-dark);
}
.row .comptes-rendus-row:nth-of-type(2) .comptes-rendus-block .liste-reunions .reunion-main-infos .visioconf:before {
    color: var(--sea-dark);
}
.row .comptes-rendus-row:nth-of-type(2) .comptes-rendus-block .liste-reunions .reunion .btns .file-dl:before {
    color: var(--sea-dark);
}
.row .comptes-rendus-row:nth-of-type(2) .comptes-rendus-block .liste-reunions .reunion .btns .file-dl .file-type {
    background-color: var(--sea-dark);
}
.row .comptes-rendus-row:nth-of-type(3) .comptes-rendus-block {
    background-color: var(--sea-light-blue);
}
.row .comptes-rendus-row:nth-of-type(3) .comptes-rendus-block h2 strong {
    color: var(--sea-dark);
}
.row .comptes-rendus-row:nth-of-type(3) .comptes-rendus-block .liste-reunions .reunion-main-infos .meeting-location:before {
    color: var(--sea-dark);
}
.row .comptes-rendus-row:nth-of-type(3) .comptes-rendus-block .liste-reunions .reunion-main-infos .visioconf:before {
    color: var(--sea-dark);
}
.row .comptes-rendus-row:nth-of-type(3) .comptes-rendus-block .liste-reunions .reunion .btns .file-dl:before {
    color: var(--sea-dark);
}
.row .comptes-rendus-row:nth-of-type(3) .comptes-rendus-block .liste-reunions .reunion .btns .file-dl .file-type {
    background-color: var(--sea-dark);
}
.row .comptes-rendus-row:nth-of-type(4) .comptes-rendus-block {
    background-color: var(--sea-green);
}
.row .comptes-rendus-row:nth-of-type(4) .comptes-rendus-block h2 strong {
    color: var(--sea-dark);
}
.row .comptes-rendus-row:nth-of-type(4) .comptes-rendus-block .liste-reunions .reunion-main-infos .meeting-location:before {
    color: var(--sea-dark);
}
.row .comptes-rendus-row:nth-of-type(4) .comptes-rendus-block .liste-reunions .reunion-main-infos .visioconf:before {
    color: var(--sea-dark);
}
.row .comptes-rendus-row:nth-of-type(4) .comptes-rendus-block .liste-reunions .reunion .btns .file-dl:before {
    color: var(--sea-dark);
}
.row .comptes-rendus-row:nth-of-type(4) .comptes-rendus-block .liste-reunions .reunion .btns .file-dl .file-type {
    background-color: var(--sea-dark);
}
.comptes-rendus-block .accordion-item, .comptes-rendus-block .accordion-button {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: .5rem 0;
}
.comptes-rendus-block .accordion-button:focus, .comptes-rendus-block .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.comptes-rendus-block .accordion-item {
    border-bottom: 1px solid #ffffff33;
}
.comptes-rendus-block .accordion-item:last-of-type {
    border-radius: 0;
    border-bottom: 0;
}
.comptes-rendus-block .accordion-button::after {
    background-image: url(assets/accordion-arrow.svg);
}
.comptes-rendus-block .liste-reunions {
    list-style-type: none;
    padding-left: 0;
}
.comptes-rendus-block .accordion-item, .comptes-rendus-block .accordion-body {
    padding-left: 0;
    padding-right: 0;
}
.comptes-rendus-block .liste-reunions .reunion {
    background-color: rgba(255, 255, 255, .05);
    border-radius: 6px;
    margin-bottom: .5em;
    padding: 1em;
    transition: all .4s;
}
.comptes-rendus-block .liste-reunions .reunion:hover {
    background-color: rgba(255, 255, 255, .1);
}
.comptes-rendus-block .liste-reunions .reunion a {
    color: #fff;
    text-decoration: none;
}
.comptes-rendus-block .liste-reunions .reunion h4 {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
}
.reunion .reunion-main-infos {
    font-size: .8rem;
    font-weight: 400;
    letter-spacing: normal;
}
.reunion-main-infos .meeting-location {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.reunion-main-infos .visioconf {
    position: relative;
    padding-left: 20px;
}
.reunion-main-infos .meeting-location:before {
    color: var(--sea-light-blue);
    content: "\f3e7";
    font-family: "bootstrap-icons";
    font-weight: normal;
    vertical-align: bottom;
    position: absolute;
    left: 0;
}
.reunion-main-infos .periode {
    position: relative;
    padding-left: 20px;
}
.reunion-main-infos .periode:before {
    color: var(--sea-light-blue);
    content: "\f1e8";
    font-family: "bootstrap-icons";
    font-weight: normal;
    vertical-align: bottom;
    position: absolute;
    left: 0;
}
.card .realisation-card-label {
    background-color: var(--sea-light-blue);
    border-radius: 0 0 6px 0;
    color: #fff;
    position: absolute;
    font-weight: 600;
    font-size: .7rem;
    top: 0;
    left: 0;
    padding: .25rem .5rem;
}
.card .realisation-location, .card .periode {
    display: block;
    position: relative;
    padding-left: 20px;
}
.card .realisation-location:before {
    color: var(--sea-light-blue);
    content: "\f3e7";
    font-family: "bootstrap-icons";
    font-weight: normal;
    vertical-align: bottom;
    position: absolute;
    left: 0;
}
.card .periode:before {
    color: var(--sea-light-blue);
    content: "\f1e8";
    font-family: "bootstrap-icons";
    font-weight: normal;
    vertical-align: bottom;
    position: absolute;
    left: 0;
}
.reunion-main-infos .visioconf:before {
    color: var(--sea-light-blue);
    content: "\f67c";
    font-family: "bootstrap-icons";
    font-weight: normal;
    vertical-align: bottom;
    position: absolute;
    left: 0;
}
.card.realisation-card .read-more-arrow-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.liste-reunions .reunion-main-infos .meeting-resume {
    display: block;
    font-size: .7rem;
    font-style: italic;
    line-height: normal;
    padding: .75rem 0;
}
.liste-reunions .reunion .btns .file-dl {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: .8rem;
    letter-spacing: normal;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    width: fit-content;
    transition: all .4s;
}
.liste-reunions .reunion .btns .file-dl:before {
    color: var(--sea-light-blue);
    content: "\f355";
    font-family: "bootstrap-icons";
    font-weight: normal;
    vertical-align: bottom;
    position: absolute;
    left: 0;
}
.liste-reunions .reunion .btns .file-dl .file-type {
    background-color: var(--sea-light-blue);
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-size: .6rem;
    margin-left: 6px;
    padding: 2px 6px;
    text-transform: uppercase;
}
.reunion-types-wrapper {
    margin-bottom: 1em;
}
.reunion-tag {
    background-color: var(--sea-blue);
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    font-weight: 600;
    font-size: .8rem;
    padding: 1em 1.5em;
    text-transform: uppercase;
    height: 100%;
    width: fit-content;
}
.reunion-tag.term-16 {
    background-color: var(--sea-dark);
}
.reunion-tag.term-17 {
    background-color: var(--sea-orange);
}
.reunion-tag.term-18 {
    background-color: var(--sea-light-blue);
}
.reunion-tag.term-19 {
    background-color: var(--sea-green);
}
.single-reunion h1 {
    overflow: hidden;
    text-transform: none;
}
.single-reunion .hero-section .row {
    text-align: left;
}
.single-reunion .reunion-main-infos {
    font-size: 1rem;
}
.single-reunion .reunion-main-infos .meeting-location, .single-reunion .reunion-main-infos .visioconf {
    padding-left: 24px;
}
.single-reunion .meeting-content {
    padding: 3em 0;
    max-width: 700px;
}
.single-reunion .meeting-resume {
    font-style: italic;
    font-size: 1.25rem;
    margin-bottom: 3em;
    text-wrap: balance;
}
.single-reunion .featured-docs {
    background-color: #fff;
    border-radius: 6px;
    padding: 2em;
    transform: translateY(-3em);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.single-realisation h1 {
    overflow: hidden;
    text-transform: none;
}
.single-realisation .hero-section .row {
    text-align: left;
}
.single-realisation .featured-docs {
    background-color: #fff;
    border-radius: 6px;
    padding: 2em;
    transform: translateY(-3em);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.single-realisation .featured-videos {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 1em;
    padding: 2em;
    transform: translateY(-3em);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.single-realisation .upper-title {
    color: var(--sea-light-blue);
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: .5em;
}
.single-realisation .hero-section .realisation-excerpt {
    display: block;
    text-shadow: -1px 0px 6px rgba(0 0 0 / .5);
    font-weight: 700;
    margin-bottom: 1em;
}
.featured-mo-wrapper {
    border: 2px solid var(--sea-light-blue);
    border-radius: 6px;
    margin-top: 2em;
    padding: 2em;
    position: relative;
}
.featured-mo-label {
    background-color: #fff;
    border-radius: 50px;
    border: 2px solid var(--sea-light-blue);
    color: var(--sea-light-blue);
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 800;
    display: inline-block;
    padding: .25rem 1rem .25rem 1rem;
    position: absolute;
    top: -16px;
    left: 16px;
}
.featured-mo-list {
    display: flex;
    list-style-type: none;
    gap: 14px;
    padding: 0;
}
.featured-mo-list .partenaire-img {
    cursor: initial;
    margin-bottom: 1rem;
    margin-top: 1rem;
    max-width: 100%;
    height: auto;
    height: 56px;
    object-fit: contain;
}
.featured-mo-wrapper .other-partners {
    color: var(--sea-light-blue);
    font-size: .8rem;
}
.featured-videos-list {
    list-style-type: none;
    padding-left: 0;
}
.realisation-content-wrapper {
    padding-bottom: 3em;
}
.single-realisation .videos-slider-header {
    margin: 1em;
    display: flex;
    align-items: baseline;
    justify-content: start;
}
.single-realisation .video-slide::before {
    background: linear-gradient(0deg, rgba(1, 180, 208, 1) 0%, rgba(1, 180, 208, 0) 100%);
}
.page-template-actions #realisations {
    background-color: var(--sea-blue);
    padding: 6em 0;
}
.page-template-actions #realisations h2 {
    color: #fff;
}
.chart-wrapper {
    padding-top: 1em;
}
.video-format-label {
    background-color: #fff;
    color: var(--sea-dark);
    display: inline-block;
    border-radius: 4px;
    font-size: .6rem;
    margin-bottom: 1em;
    padding: 2px 6px;
    text-transform: uppercase;
    text-shadow: none;
}
.featured-docs .download-link .filename {
    display: block;
    font-weight: 800;
}
.featured-docs .download-link .filetype {
    text-transform: uppercase;
}
.featured-docs .btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.featured-docs .btns .download-link {
    margin: 0;
    flex: 1 1 calc(50% - 10px);
    box-sizing: border-box;
}
#en-images {
    background-color: var(--sea-dark-blue);
    color: #fff;
    padding: 6em 0;
}
#en-images-cta {
    padding: 6em 0;
    position: relative;
}
#en-images-cta:before {
    background: rgb(0 23 39 / 75%);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
#en-images-cta .container {
    position: relative;
}
#en-images-cta .container h2 {
    color: #fff;
}
#en-images-cta .container p {
    color: #fff;
}
#en-images-cta .container p a {
    color: #fff;
}
#en-images-cta .en-images-text-inner {
    max-width: 800px;
}
#en-images-cta .en-images-text-inner .btn {
    margin-bottom: 0;
}
#en-images .breadcrumb {
    padding: 0;
}
#en-images .breadcrumb a {
    color: #fff;
}
#en-images .breadcrumb-item.active {
    color: var(--sea-light-blue);
}
#en-images .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
#en-images .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
#en-images .text a {
    color: #fff;
}
#lettres-information .container-fluid .row, #en-images .container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}
.en-images-videos-col {
    padding-right: 0;
}
.video-slide {
    align-items: end;
    background-size: cover;
    border-radius: 6px;
    display: flex;
    min-height: 320px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-in-out;
}
.short-videos-slider .video-slide {
    min-height: 420px;
}
.video-slide::after {
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 23, 39, .9) 0%, rgba(0, 23, 39, 0) 100%);
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    transition: opacity .3s ease-in-out;
    opacity: 1;
}
.video-slide::before {
    position: absolute;
    background: linear-gradient(0deg, rgba(131, 184, 23, 1) 0%, rgba(131, 184, 23, 0) 100%);
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.short-videos-slider .video-slide::after {
    background: linear-gradient(0deg, rgba(0, 23, 39, .9) 0%, rgba(0, 23, 39, 0) 100%);
}
.short-videos-slider .video-slide::before {
    background: linear-gradient(0deg, rgba(231, 80, 30, 1) 0%, rgba(231, 80, 30, 0) 100%);
}
.video-slide:hover::after {
    opacity: 0;
}
.video-slide:hover::before {
    opacity: 1;
}
.video-slide:hover {
    transform: scale(1.02);
}

.videos-slider .slick-slide {
    padding: 10px;
}
.video-slide-content {
    color: #fff;
    padding: 1em;
    position: relative;
    z-index: 1;
    text-shadow: -1px 0px 6px rgba(0 0 0 / .5);
}
.video-slide-content h3, .video-modal h3 {
    font-size: 1.25rem;
    text-transform: none;
    font-weight: 800;
}
.video-slide-content .video-short-description {
    line-height: normal;
    display: block;
    font-size: .8rem;
    margin-bottom: 1em;
}
.video-slide-content .watch-video {
    display: block;
    font-weight: 800;
    padding-left: 20px;
    position: relative;
}
.video-slide-content .watch-video:before {
    content: "\f4f3";
    font-family: "bootstrap-icons";
    font-weight: normal;
    vertical-align: bottom;
    position: absolute;
    left: 0;
}
a.video-slide-wrapper {
    cursor: pointer;
    text-decoration: none;
}
.en-images-text {
    padding-left: 6em;
}
.en-images-text-inner {
    max-width: 400px;
}
.video-modal .modal-header {
    border-bottom: 0;
}
.video-modal .modal-dialog {
    max-width: 800px;
}
.video-modal .modal-dialog .modal-content {
    background-color: var(--sea-dark);
    color: #fff;
}
.video-modal .modal-dialog .modal-content a {
    color: #fff;
}
.video-modal .modal-body iframe {
    margin-bottom: 1rem;
    width: 100%;
}
.videos-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-bottom: 3em;
}
.videos-filter {
    display: flex;
    gap: 6px;
    justify-content: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-size: 4rem;
    line-height: 4rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: var(--sea-green);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: var(--sea-green);
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: 1;
}
#lettres-information .container-fluid {
    padding: 4em 0;
}
.swiper.newsletters-swiper {
    -webkit-mask-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0)),color-stop(10%,black));
    -webkit-mask-image: linear-gradient(to left,rgba(0,0,0,0) 0%,black 10%);
    mask-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0)),color-stop(10%,black));
    mask-image: linear-gradient(to left,rgba(0,0,0,0) 0%,black 10%);
}
.swiper.newsletters-swiper .swiper-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
}
.swiper.newsletters-swiper .swiper-wrapper .swiper-slide a {
    height: 100%;
    width: 100%;
}
.newsletter-label-infos {
    background-color: var(--sea-dark-blue);
    border-radius: 6px;
    color: #fff;
    width: 80%;
    display: block;
    padding: 1em;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -40%);
    transition: all .3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.swiper-slide-active .newsletter-label-infos {
    opacity: .9;
    transform: translate(-50%, -50%);
}
.newsletter-label-infos h3 {
    font-size: 1.25rem;
    text-transform: none;
    font-weight: 800;
}
.newsletter-label-infos .newsletter-date {
    line-height: normal;
    display: block;
    font-size: .8rem;
    margin-bottom: 1em;
    text-transform: capitalize;
}
.newsletter-label-infos .read-newsletter {
    display: block;
    font-weight: 800;
    padding-left: 20px;
    position: relative;
}
.newsletter-label-infos .read-newsletter:before {
    content: "\f4a3";
    font-family: "bootstrap-icons";
    font-weight: normal;
    vertical-align: bottom;
    position: absolute;
    left: 0;
}
.newsletters-presentation {
    padding-right: 2em;
    max-width: 600px;
}
.recueils-block-wrapper {
    background-color: var(--sea-orange);
    border-radius: 6px;
    color: #fff;
    padding: 2em;
}
.documents-cadres-wrapper {
    background-color: #001727d1;
    border-radius: 6px;
    color: #fff;
    padding: 2em;
}
.documents-bilans-wrapper {
    background-color: var(--sea-blue);
    border-radius: 6px;
    color: #fff;
    padding: 2em;
}
.recueils-block-wrapper h2 strong {
    color: var(--sea-dark);
}
.recueils-block-wrapper label {
    font-style: italic;
    font-weight: 700;
    font-size: .8rem;
    margin-bottom: 1rem;
}
.documents-filters {
    margin: 2em 0 4em 0;
}
p.document-output-response {
    color: var(--sea-light-blue);
    font-weight: 700;
    padding-left: 2em;
}
.recueils-block-wrapper select, .documents-filters .form-select {
    border-radius: 6px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    padding: 1em;
    width: 100%;
    transition: all .3s ease-in-out;
}
.recueils-block-wrapper select:hover {
    background-color: #fff;
    color: var(--sea-orange);
}
.documents-filters .form-select:hover {
    border: 1px solid var(--sea-light-blue);
    background-color: var(--sea-light-blue);
    color: var(--sea-dark);
}
.recueils-block-wrapper select:focus-visible, .documents-filters .form-select:focus-visible {
    outline: 0;
}
.documents-filters .form-select:focus {
    outline: 0;
    box-shadow: none;
}
.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white url('data:image/svg+xml;utf8,<svg fill="%23ffffff" height="10" viewBox="0 0 24 24" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 1rem center;
    background-size: 2em;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.custom-select::-ms-expand {
    display: none;
}
.recueils-block-wrapper select:hover .custom-select {
    background: white url('data:image/svg+xml;utf8,<svg fill="black" height="10" viewBox="0 0 24 24" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 1rem center;
}
.page-card {
    background-color: var(--sea-blue);
    background-size:cover;
    background-position: center;
    border-radius: 6px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.page-card::after {
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 23, 39, .9) 0%, rgba(0, 23, 39, .25) 100%);
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    transition: opacity .3s ease-in-out;
    opacity: 1;
}
.page-card a {
    align-content: end;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 2em;
    height: 100%;
    position: relative;
    z-index: 1;
    text-shadow: -1px 0px 6px rgba(0 0 0 / .5);
}
.page-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    max-width: 180px;
}
body.search h1 {
    display: block;
    overflow: visible;
    text-transform: none;
    padding: 1em 0;
    position: relative;
}
body.search h1:before {
    content: "\f52A";
    color: var(--sea-green);
    font-family: "bootstrap-icons";
    font-size: 80px;
    vertical-align: bottom;
    position: absolute;
    left: -40px;
    top: 30px;
    z-index: -1;
    opacity: .25;
}
body.search h1 .search-terms {
    color: var(--sea-light-blue);
    font-style: italic;
}
.page-card .entry-summary {
    font-size: .8rem;
}
.page-card .see-page {
    display: block;
    font-weight: 800;
    padding-left: 20px;
    position: relative;
}
.page-card .see-page:before {
    content: "\f141";
    font-family: "bootstrap-icons";
    font-weight: normal;
    vertical-align: bottom;
    position: absolute;
    left: 0;
}
body.search .search-group {
    padding: 2em 0;
}
.evenement-layout {
    background-size: cover;
    background-position: center;
    height: 100%;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.evenement-layout::after {
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 23, 39, .9) 0%, rgba(0, 23, 39, .5) 100%);
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    transition: opacity .3s ease-in-out;
    opacity: 1;
}
.evenement-layout a {
    color: #fff;
    display: flex;
    align-items: start;
    gap: 1em;
    text-decoration: none;
    padding: 1em;
    height: 100%;
    position: relative;
    z-index: 1;
    text-shadow: -1px 0px 6px rgba(0 0 0 / .5);
}
.evenement-layout .event-slide-info {
    margin: 0;
    padding: .75em;
    background-color: var(--sea-green);
    border-radius: 6px;
}
.evenement-layout .event-date-nbr {
    font-size: 2rem;
    line-height: 2rem;
}
.evenement-layout .event-date-mth-year {
    font-size: 1rem;
}
.evenement-layout .event-hour span {
    font-size: .8rem;
}
.evenement-layout .event-location {
    font-size: .7rem;
    line-height: .7rem;
    margin-top: .25rem;
}
.evenement-layout h5 {
    font-weight: 700;
}
.evenement-layout .event-excerpt {
    display: block;
    font-size: .8rem;
}
.evenement-layout .read-more-txt {
    margin-top: 1em;
}
body.search .nav-links .page-numbers {
    border: 2px solid var(--sea-dark-blue);
    color: var(--sea-dark-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: 600;
    margin: 2em 0;
    padding: 1rem 2rem;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    transition: all .4s;
}
body.search .nav-links .page-numbers.current {
    background-color: var(--sea-grey);
    border: 2px solid var(--sea-grey);
    color: #fff;
}
body.search .nav-links .page-numbers:hover {
    background-color: var(--sea-dark-blue);
    border: 2px solid var(--sea-dark-blue);
    color: #fff;
}
.search-form-retry .search-form {
    outline: 2px solid var(--sea-grey);
}
.search-no-results .no-results .row {
    align-items: center;
    padding: 3em 0;
}
.thematiques {
    background-color: #fafafa;
    padding: 6em 0;
}
.thematiques-cards {

}
.thematiques-cards .accordion-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: initial;
}
.thematiques-cards .accordion-item {
    border: 0;
    border-radius: 6px;
    margin-bottom: 1.5em;
}
.thematiques-cards .accordion-button {
    padding: 1.75em 1.25em;
}
.thematiques-cards .accordion-button:focus {
    box-shadow: none;
}
.thematiques-cards .accordion-item button {
    border-radius: 6px;
    color: #fff;
}
.thematiques-cards .accordion-button::after {
    background-image: url(assets/accordion-arrow.svg);
}
.thematiques-cards .accordion-item:nth-child(4n + 1) button {
    background-color: var(--sea-blue);
}
.thematiques-cards .accordion-item:nth-child(4n + 2) button {
    background-color: var(--sea-orange);
}
.thematiques-cards .accordion-item:nth-child(4n + 3) button {
    background-color: var(--sea-light-blue);
}
.thematiques-cards .accordion-item:nth-child(4n) button {
    background-color: var(--sea-green);
}
.thematiques-cards .accordion-button:not(.collapsed) {
    border-radius: 6px 6px 0 0;
    box-shadow: 0;
}
.coeur-de-cible {
    border-radius: 50px;
    position: absolute;
    background-color: var(--sea-dark);
    font-size: .8rem;
    font-weight: 700;
    padding: .5em 1em;
    top: -14px;
    left: 14px;
}
.thematiques-cards .accordion-body {
    font-size: .8rem;
}
.thematiques-cards .thematique-img {
    width: 100%;
}
.thematiques-cards .image-caption {
    text-align: center;
    color: var(--sea-light-blue);
    font-style: italic;
    font-weight: 600;
    margin-top: 1rem;
}
.thematiques-cards .thematique-budget {
    background-color: var(--sea-light-blue);
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    padding: 1em 1.5em;
    width: fit-content;
    text-align: center;
    margin: 3em auto 0 auto;
}
.thematiques-cards .thematique-budget p {
    margin-bottom: 0;
}
.thematiques-cards .thematique-budget strong {
    font-size: 1rem;
}
.thematiques-cards .thematique-budget ul, .thematiques-cards .thematique-budget ol {
    text-align: left;
}
#annuaire-partenaires {
    background-color: var(--sea-blue);
    color: #fff;
    padding: 6em 0;
}
#annuaire-partenaires ul {
    list-style-type: none;
    padding-left: 0;
}
#annuaire-partenaires .partenaires-ul {
    border: 1px solid #fff;
    border-radius: 6px;
    padding-right: 0;
    margin-top: 2em;
}
#annuaire-partenaires .contact-item {
    padding: 1.5em;
}
#annuaire-partenaires .contact-item:nth-child(even) {
    background-color: rgba(255, 255, 255, .1);
}
#annuaire-partenaires h3 {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: none;
}
#annuaire-partenaires .partenaire-img {
    background-color: #fff;
    border-radius: 4px;
    cursor: default;
    padding: 1em;
}

.page-template-mentions .hero-section, .page-template-sitemap .hero-section {
    background: var(--sea-blue);
    background: linear-gradient(90deg,var(--sea-dark-blue) 0%, var(--sea-blue) 100%);
}
.page-template-mentions .hero-section .row, .page-template-sitemap .hero-section .row {
    text-align: left;
}
.page-template-mentions .hero-section:before, .page-template-sitemap .hero-section:before {
    display: none;
}
.page-template-mentions .hero-section h1, .page-template-sitemap .hero-section h1 {
    text-shadow: none;
}
.mentions-wrapper {
    padding: 4em 0;
}
.mentions-wrapper h2 {
    margin-top: 2em;
}
svg#sentria-logo {
    display: block;
    fill: var(--sea-dark-blue);
    height: 24px;
    transition: all .4s ease-in-out
}
svg#sentria-logo:hover {
    fill: var(--sea-light-blue);
}
.sitemap-menu {
    font-size: 1.5rem;
}
.sitemap-menu ul {
    list-style-type: circle;
    padding-left: 2rem;
}
.sitemap-menu li a {
    text-decoration: none;
}
.sitemap-menu .sub-menu {
    border-left: 1px dashed;
    margin: .25em;
    padding-left: .75em;
}
.sitemap-menu .sub-menu li {
    line-height: 1.5rem;
}
header .menu-principal .pro-item {
    display: none;
}

/* FOOTER */

footer {
    background-color: var(--sea-dark);
    color: #fff;
}
footer .main-footer {
    padding-top: 6em;
    padding-bottom: 6em;
}
footer .btn.back-to-home {
    margin-top: 0;
    margin-bottom: 6em;
}
footer .footer-logo img {
    max-width: 200px;
}
footer .footer-only {
    display: block;
}
footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: all .4s;
}
footer .footer-menu a:hover {
    color: var(--sea-light-blue);
}
footer .current-menu-item a {
    font-weight: 900;
}
.footer-menu {
    border-left: 1px solid;
    padding-left: 1.5em;
}
footer .credits {
    border-top: .5px solid;
}
footer .credits .container {
    font-size: .8rem;
    padding-top: 3em;
    padding-bottom: 4em;
}
footer .credits .container a {
    font-weight: 600;
}
.footer-contact-col {
    padding-left: 60px;
}
.footer-contact-col .title {
    padding-left: 1.25em;
    position: relative;
}
.footer-contact-col .content {
    border-left: 1px solid;
    padding-left: 1.25em;
}
.footer-contact-col .title:before {
    position: absolute;
    border-radius: 50px;
    content: '';
    width: 60px;
    height: 60px;
    left: -60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-contact-col.eptb .title:before {
    background-image: url(/wp-content/uploads/2025/04/eptb-footer.svg);
}
.footer-contact-col.eptb .content {
    border-color: #009ee0;
}
.footer-contact-col.eptb .content a[href^="mailto:"] {
    color: #009ee0;
}
.footer-contact-col.pnr .title:before {
    background-image: url(/wp-content/uploads/2025/04/pnr-footer.svg);
}
.footer-contact-col.pnr .content {
    border-color: #008864;
}
.footer-contact-col.pnr .content a[href^="mailto:"] {
    color: #008864;
}
.footer-contact-col h3 {
    font-size: 1.25rem;
    font-weight: 900;
    text-transform: uppercase;
}
.footer-contact-col .content ul {
    list-style-type: none;
    padding-left: 0;
}
.footer-contact-col .content ul li {
    line-height: normal;
    margin-bottom: .5rem;
}
.contact-content a {
    text-decoration: none;
}
.coordination-contacts-row {
    padding-top: 4em;
    padding-bottom: 4em;
}
#dans-la-presse {
    background-color: var(--sea-light-blue);
    padding: 6em 0;
}
#dans-la-presse .container-fluid {
    padding-left: 0;
}
#dans-la-presse h2 {
    color: #fff;
}
#dans-la-presse h2 strong {
    color: var(--sea-dark);
}
#dans-la-presse .slick-dots li button:before {
    color: var(--sea-dark);
}
#dans-la-presse .slick-dots li.slick-active button:before {
    color: var(--sea-dark);
}
[dir='rtl'] .slick-slide .card {
    direction: ltr;
}
#dans-la-presse .press-text {
    padding-top: 2em;
    padding-right: 2em;
}
#dans-la-presse .events-btns button {
    border: 4px solid var(--sea-dark);
}
#dans-la-presse .events-btns button svg path {
    fill: var(--sea-dark);
}
#dans-la-presse .events-btns button:hover {
    background: var(--sea-dark);
    border: 1px solid var(--sea-dark);
}
#dans-la-presse .events-btns button:hover svg path {
    fill: var(--sea-light-blue);
}
#dans-la-presse .events-btns button.prev-arrow svg {
    transform: rotate(0deg);
}
#dans-la-presse .events-btns button.next-arrow svg {
    transform: rotate(180deg);
}
#lettres-information .newsletter-swiper-wrapper {
    padding-left: 0;
}
.press-slide {
    background-color: #fff;
    position: relative;
    transition: all .3s ease-in-out;
}
.press-slide .press-content-type {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5rem;
    color: white;
    background: var(--sea-orange);
    border-radius: 0 0 0 100%;
    padding: 0.5em 0.5em 1.5em 1.5em;
}
.press-slider .slick-track {
    padding: 20px 0;
}
.press-slider .slick-slide {
    padding: 10px;
}
.press-slide .press-logo {
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    display: block;
    position: absolute;
    bottom: 0px;
    margin-left: 1em;
    padding: 1em 1em 0 1em;
    width: fit-content;
}
.press-slide .press-logo img {
    display: block;
    width: 100%;
    max-width: 100px;
    max-height: 50px;
}
.press-slide .press-btns {
    margin-top: 1em;
}
.press-slide .press-btns .btn {
    font-size: .8rem;
    font-weight: 800;
    padding: 0.5rem 1rem;
    margin: .5em 0 0 0;
}
.press-slide .press-btns .btn i {
    margin-left: 6px;
}
.press-slide .press-btns .btn.get-press-file {
    color: #fff;
    background-color: var(--sea-orange);
    border-color: var(--sea-orange);
}
#suivis-etudes-rex {
    background-color: var(--sea-dark-blue);
    padding: 6em 0;
}
#suivis-etudes-rex h2 {
    color: #fff;
}

/* MEDIA QUERIES */

@media (min-width: 1024px) {
    .menu-icon:hover span:first-of-type {
        width:26px
    }

    .menu-icon:hover span:last-of-type {
        width: 12px
    }
}

@media only screen and (max-width: 991px) {
    header .mobile-menu {
        height: 0;
        visibility: hidden;
        background: #fff;
        flex-direction: column;
        opacity: 0;
        display: flex!important
    }
    header .mobile-menu .col-12 {
        text-align: center
    }
    header.active .mobile-menu {
        align-items: center;
        z-index: 999999;
        justify-content: flex-start;
        height: 66vh;
        overflow: scroll;
        visibility: visible;
        padding: 1em 0;
        transition: all .4s ease-in-out;
        opacity: 1
    }
    header .upper-menu-bar-wrapper {
        flex-direction: column;
        gap: 1rem;
    }
    header ul.menu-principal {
        flex-direction: column;
    }
    header ul.menu-principal li {
        border-left: 0;
    }
    header ul.menu-principal li a {
        padding: 0 0;
    }
    .hero-blocks .hero-blocks-row {
        flex-direction: column;
    }
    .home .hero-section h1 {
        font-size: 2rem;
    }
    .hero-section h1 .under-h1 {
        font-size: 6rem;
    }
    .event-panel-left {
        padding-right: 0;
    }
    .events-slider-panel-left {
        margin-bottom: 1em;
    }
    .events-slider .event-slide-img-wrapper {
        height: 200px;
    }
    .events-slider .event-slide-info {
        padding: 1em;
    }
    .key-number-list {
        align-items: center;
        flex-direction: column;
    }
    .key-number-list .key-number {
        margin-bottom: 3em;
    }
    .key-number-list .key-number-wrapper {
        border-right: 0;
    }
    .page-keyfigs .key-number {
        border-right: 0;
    }
    .video-container {
        margin-bottom: 3em;
        padding-right: 0;
    }
    .videos-filter {
        flex-direction: column;
    }
    .press-text {
        padding-left: 2em;
    }
}

@media only screen and (min-width: 769px) {
    .page-template-presentation .page-content .container .presentation-wp-block:nth-child(even) .wp-block-columns .image-column {
        order: 2;
    }
}

@media only screen and (max-width: 768px) {
    .home .hero-section h1 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .hero-section h1 .upper-h1:after {
        margin-top: 0px;
        width: 40px;
    }
    .hero-section h1 .under-h1 {
        font-size: 3.75rem;
        line-height: 2rem;
    }
}
 