/*
Theme Name: Conches sur Gondoire
Theme URI: https://www.conches-sur-gondoire.fr/
Author: Toi
Version: 1.0
Description: Thème personnalisé pour la mairie de Conches sur Gondoire
*/

/* >>> ROOT <<< */
:root {
    --govity-base: #6fbc4e;
    --govity-base-rgb: 152,198,105;
    --govity-base-light: color-mix(in srgb, var(--govity-base), #fff 15%);
    --govity-base-dark: color-mix(in srgb, var(--govity-base), #000 15%);
    --govity-base-dark-2: color-mix(in srgb, var(--govity-base), #000 30%);
    --govity-base-hyper-light: color-mix(in srgb, var(--govity-base), #fff 90%);
    --color-secondary: #1865d1;
    --color-secondary-light: color-mix(in srgb, var(--color-secondary), #fff 15%);
    --color-secondary-dark: color-mix(in srgb, var(--color-secondary), #000 15%);
    --color-secondary-hyper-light: color-mix(in srgb, var(--color-secondary), #fff 90%);
    --color-dark: #151515;
    --color-title: var(--color-dark);
    --color-text: #333333;

    --govity-base-white: color-mix(in srgb, var(--govity-base), #fff 90%);
    --govity-base-white-2: color-mix(in srgb, var(--govity-base), #fff 85%);

    --color-teritary: var(--govity-base);
    --color-quaternary: var(--govity-base);

    --font-primary: 'DM Sans', sans-serif;
    
    --color-tertiary: #1865d1;
    --color-quaternary: #FFD601;

    --color-danger: #e74c3c;

    --gradient-primary: var(--govity-base);
    --gradient-secondary: var(--color-secondary);
}

/* >>> GENERAL <<< */
::selection {
    background-color: var(--govity-base);
    color: #fff;
}
a {
    transition: .4s;
}

img {
    display: inline-block;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--color-dark);
    font-weight: bold;
}
h2, .h2 { font-size: 45px; }
h3, .h3 { font-size: 31px; }
h4, .h4 { font-size: 24px; }

/* >>> WEATHER <<< */
.weather-elt--1 .weather-icon > img {
    filter: invert(1);
    height: 20px;
    width: 20px;
}
.weather-status {
    text-transform: capitalize;
}
/* >>> DAYINFOS <<< */
.dayinfos-day,
.dayinfos-month {
    text-transform: capitalize;
}

/* >>> ELEMENTS <<< */
.btn-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 5px;
}

.conchinfos-carousel {
    margin-bottom: 100px;
    position: relative;
    max-width: 375px;
}
.conchinfos-carousel--size-sm {
    max-width: 300px;
}
.conchinfos-carousel .swiper-wrapper {
    position: relative;
    z-index: 1;
}
.conchinfos-carousel .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); /* Ombre douce */
    transition: box-shadow 0.3s ease, opacity 0.3s ease;
}
.conchinfos-carousel .swiper-slide .department-two__single {
    margin-bottom: 0;
}
.conchinfos-carousel .swiper-button-prev,
.conchinfos-carousel .swiper-button-next {
    --size: 45px;
    background-color: transparent;
    border: 1px solid var(--govity-base);
    border-radius: var(--size);
    bottom: -70px;
    top: auto;
    height: var(--size);
    width: var(--size);
    z-index: 10;
    transition: .4s;
}
.conchinfos-carousel .swiper-button-prev {
    left: 10%;
}
.conchinfos-carousel .swiper-button-next {
    right: 10%;
}
.conchinfos-carousel .swiper-button-prev::after,
.conchinfos-carousel .swiper-button-next::after {
    color: var(--govity-base);
    font-size: 20px;
    transition: .4s;
}
.conchinfos-carousel .swiper-horizontal>.swiper-pagination-bullets, 
.conchinfos-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -65px;
    z-index: 8;
}
.conchinfos-carousel .swiper-pagination-bullet-active {
    background: var(--govity-base);
}
.conchinfos-carousel .swiper-button-prev:hover,
.conchinfos-carousel .swiper-button-next:hover {
    background-color: var(--govity-base);
}
.conchinfos-carousel .swiper-button-next:hover::after {
    color: #fff;
}


.department-one {
    background: var(--gradient-primary);
}
.department-one__bg {
    opacity: .01;
}
.department-one__icon {
    background: var(--gradient-secondary);
}
.department-one__icon span {
    color: #fff;
}
.feature-three__left {
    height: 100%;
}
.feature-three__icon--2  {
    background-color: var(--color-dark);
}
.feature-three__icon--2:hover {
    background-color: var(--govity-base);
}
.feature-three__single .feature-three__icon > img,
.feature-three__single-two .feature-three__icon > img {
    transition: .4s;
    width: 70px;
}
.feature-three__single-two .feature-three__icon > img  {
    filter: invert(1);
}
.feature-three__single .feature-three__icon:hover > img {
    filter: brightness(10);
}
.feature-three__left-bg-icon > img {
    filter: invert(1);
    opacity: .1;
    width: 240px;
}

.event-one__left::before {
    background: url('/wp-content/uploads/2024/10/road-passing-through-field-2.webp');
    background-size: cover;
    opacity: .05;
    left: -1000px;
    z-index: -2;

}
.event-one__left::after {
    content: "";
    background-color: var(--govity-primary);
    mix-blend-mode: hue;
    position: absolute;
    top: 0;
    left: -1000px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.event-one__subscribe-bottom-bg {
    mix-blend-mode: normal;
    right: -435px;
    opacity: .05;
}

.flash-info-section {
    background: var(--gradient-primary);
    padding: 30px 0;
    position: relative;
    isolation: isolate;
}
.flash-info-section::before {
    content: "";
    background: url(/wp-content/uploads/2024/10/bg-texture-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    opacity: .03;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.flash_info__left {
    display: flex;
    gap: 10px 30px;
    align-items: center;
}
.flash_info__title > span {
    color: #fff;
    display: block;
    text-transform: uppercase;
}
.flash_info__title > span:first-child {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 5px;
}
.flash_info__title > span:last-child {
    font-size: 25px;
    font-weight: 300;
}
.flash_info__content > span {
    color: #fff;
    display: block;
}
.flash_info__content > span:first-child {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
.flash_info__content > span:last-child {
    line-height: 1.6;
}

.home-banner {
    position: relative;
    isolation: isolate;
    height: 500px;
}
.home-banner__bg,
.home-banner__carouselBg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.home-banner__carouselBg .swiper-wrapper, 
.home-banner__carouselBg .swiper-slide {
    position: relative;
    height: 100%;
}
.home-banner__bg > img,
.home-banner__carouselBg .swiper-slide > img {
    display: block;
    object-fit: cover;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: -2;
}
.home-banner__bg::before,
.home-banner__carouselBg .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.home-banner .container {
    max-width: 100%;
}

.home-banner__content {
    visibility: hidden;
}
.home-banner__title {
    color: #fff;
    padding-top: 140px;
    position: relative;
    text-align: center;
}
.home-banner__title::after {
    content: "";
    background: url(/wp-content/uploads/2025/02/waves-conches-2.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 370px;
}
.home-banner__title > span {
    display: block;
    line-height: 1;
}
.home-banner__title > span:first-child {
    font-size: 50px;
    font-weight: normal;
    letter-spacing: .03em;
}
.home-banner__title > span:last-child {
    font-size: 90px;
}

.main-header-three__top {
    background-color: #fff;
}
.main-header-three__logo a {
    padding: 15px 0;
}
.main-menu-three__wrapper {
    background-color: var(--color-secondary);
}
.main-header-three__content-box,
.main-header-three__content-box:before {
    background: transparent;
}

.main-header-three__search-lan-switcher-btn {
    height: 50px;
    margin-left: 0;
    display: block;
}
.main-header-three__search-lan-switcher-btn p {
    line-height: 1;
}
.main-header-three__search-lan-switcher-btn #google_language_translator select.goog-te-combo {
    background-color: var(--color-primary);
    border: none !important;
    padding: 10px 20px !important;
    font-family: var(--font-primary) !important;
    font-weight: bold !important;
    width: 200px;
}   

.main-header-three__top-inner {
    flex-flow: row nowrap;
    justify-content: space-between;
}

.main-menu__logo a {
    background-color: transparent;
    padding: 10px 25px;
}
.main-header,
.stricky-header.main-menu {
    background-color: #fff;
}
.main-menu__top-right {
    background: var(--color-secondary-dark);
    padding: 8px 30px 8px;
}
.main-menu .main-menu__list > li, .stricky-header .main-menu__list > li {
    padding: 25px 25px;
}
.main-menu .main-menu__list > li + li, .stricky-header .main-menu__list > li + li {
    margin-left: 0;
}
.main-menu .main-menu__list > li > a, .stricky-header .main-menu__list > li > a {
    color: #fff;
    text-transform: uppercase;
}
.main-menu .main-menu__list > li > ul {
    padding: 10px 0;
}
.main-menu .main-menu__list .sub-menu > li > a {
    color: var(--color-dark);
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
.main-menu .main-menu__list .sub-menu > li > a > .fa {
    color: var(--govity-base);
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.main-menu__list {
    justify-content: center;
}
.main-menu .main-menu__list > li.current > a, 
.main-menu .main-menu__list > li:hover > a, 
.stricky-header .main-menu__list > li.current > a, 
.stricky-header .main-menu__list > li:hover > a {
    color: var(--govity-base);
    text-shadow: none;
}
.main-menu__list {
    justify-content: center;
}

.main-header-three__btn {
    font-size: 20px;
    padding: 15px 23px;
}

.main-menu__bottom-inner {
    padding-left: 365px;
}

.main-menu__call-sub-title {
    font-size: 18px;
}

.main-menu__btn-box {
    margin-left: 0;
}

.main-slider__sub-title {
    background-color: var(--color-secondary);
}


.main-slider-three .owl-stage,
.main-slider-three .owl-item {
    width: 100% !important;
}

.main-slider-three .item {
    padding-top: 75px;
    padding-bottom: 75px;
}

.conchinfos-list {
    list-style: none;
    padding: 0;
}
.conchinfos-list > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 8px 0 8px 28px;
    position: relative;
}
.conchinfos-list > li::before {
    content: "\f1ea";
    color: var(--govity-base);
    font-size: 16px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 0;
}
.conchinfos-list > li:not(:first-child) {
    border-top: 2px solid color-mix(in srgb, var(--color-dark), transparent 95%);
}
.conchinfos-list__title {
    font-weight: bold;
}
.conchinfos-list__buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.conchinfos-list__buttons > a {
    margin-bottom: 0;
}

.contact-page {
    padding-top: 75px;
}
.contact-page__contact-list li .icon {
    --size: 60px;
    background-color: var(--color-secondary);
    border-radius: var(--size);
    color: #fff;
    height: var(--size);
    width: var(--size);
}
.contact-page__contact-list li .content {
    margin-left: 20px;
}

.contact-page__social a {
    background-color: var(--govity-base);
}
.contact-page__social a {
    background-color: var(--govity-base);
}
.contact-page__social a > img {
    display: inline-block;
    filter: invert(1);
    transform: translateX(.5px);
}

.contact-one {
    position: relative;
    display: block;
    padding-bottom: 120px;
    z-index: 1;
}

.contact-one__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 485px;
    opacity: .30;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.contact-one .container {
    max-width: 800px;
}

.contact-one__form-box {
    position: relative;
    display: block;
}

.contact-one__form {
    position: relative;
    display: block;
}

.comment-one__form .row {
--bs-gutter-x: 20px;
}

.contact-one__input-box {
position: relative;
display: block;
margin-bottom: 20px;
}

.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"],
.contact-one__input-box input[type="tel"],
.contact-one__input-box select {
    height: 58px;
    width: 100%;
    border: 2px solid transparent;
    background-color: var(--govity-primary);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--color-dark);
    display: block;
    letter-spacing: var(--govity-letter-spacing-two);
}
.contact-one__input-box input[type="text"]:focus-within,
.contact-one__input-box input[type="email"]:focus-within,
.contact-one__input-box input[type="tel"]:focus-within,
.contact-one__input-box select:focus-within {
    border-color: var(--govity-base);
}
.contact-one__input-box input:placeholder-shown,
.contact-one__input-box textarea:placeholder-shown {
    color: var(--govity-gray) !important;
}

.contact-one__input-box textarea {
    font-size: 14px;
    color: var(--color-dark);
    height: 190px;
    width: 100%;
    background-color: var(--govity-primary);
    padding: 20px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    letter-spacing: var(--govity-letter-spacing-two);
}
.contact-one__input-box textarea {
    border: 2px solid transparent;
}
.contact-one__input-box textarea:focus-within {
    border-color: var(--govity-base);
}

.contact-one__btn-box {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.contact-one__btn {
    border: none;
}

.contact-one__input-box.text-message-box {
    height: 190px;
}

.department-one__list {
    align-items: stretch;
}
.department-one__single,
.department-one__content {
    height: 145px;
}
.department-one__content {
    display: flex;
    align-items: center;
    padding: 80px 30px 27px;
}
.department-one__icon:before {
    background: var(--gradient-primary);
}

.department-two__single {
    background-color: #fff;
}
.department-two__icon {
    --size: 60px;
    background:var(--gradient-primary);
    height: var(--size);
    width: var(--size);
}
.department-two__icon span {
    font-size: 28px;
}

.dynacontent h2:not(:first-child) {
    margin-top: 35px !important;
}
.dynacontent h2,
.tribe-common .tribe-events-calendar-list__month-separator {
    padding-bottom: 15px;
    position: relative;
    isolation: isolate;
}
.dynacontent h3 {
    position: relative;
    isolation: isolate;
}
.dynacontent h2::before,
.dynacontent h3::before,
.tribe-common .tribe-events-calendar-list__month-separator::before {
    --size: 65px;
    content: "";
    background: url(/wp-content/uploads/2025/02/leaf-conches-5.svg) center center no-repeat;
    background-size: cover;
    opacity: .1;
    position: absolute;
    top: -5px;
    left: -10px;
    height: var(--size);
    width: var(--size);
    z-index: -1;
}
.dynacontent h3::before {
    --size: 50px;
    left: -8px;
}
.dynacontent h2::after,
.tribe-common .tribe-events-calendar-list__month-separator::after {
    content: "";
    background: url(/wp-content/uploads/2025/02/waves-conches-2.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 150px;
    z-index: -1;
}
.dynacontent h3:not(:first-child) {
    margin-top: 20px !important;
}
.dynacontent h4:not(:first-child) {
    margin-top: 12px !important;
}
.dynacontent h1,
.dynacontent h2,
.dynacontent h3,
.dynacontent h4,
.dynacontent h5,
.dynacontent h6 {
    margin-bottom: 15px;
}
.dynacontent a:not([class]) {
    color: var(--govity-base);
    font-weight: 600;
    position: relative;
}
.dynacontent a:not([class])::before {
    content: "";
    background-color: var(--govity-base);
    opacity: 0;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 0;
    transition: .4s;
}
.dynacontent a:not([class])::after {
    content: "";
    background-color: var(--govity-base);
    opacity: .2;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 100%;
}
.dynacontent a:not([class]):hover::before {
    opacity: 1;
    width: 100%;
}
.dynacontent p {
    margin-bottom: 10px;
}
.dynacontent strong {
    color: var(--govity-black);
    font-weight: bold;
}
.dynacontent ul,
.dynacontent ol {
    list-style: none;
    margin-bottom: 25px;
    padding: 0;
    padding-left: 15px;
}
.dynacontent ul li,
.dynacontent ol li {
    color: #001819;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.dynacontent ol li::before {
    color: var(--govity-base);
    position: absolute;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: .1em;
    left: 0;
    transform: rotate(180deg);
}
.dynacontent ul li::before {
    content: "";
    background: url(/wp-content/uploads/2025/02/arrow-right-conches-5.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 6px;
    left: 0;
    height: 12px;
    width: 9px;
}
.dynacontent ol {
    counter-reset: ordered;
}
.dynacontent ol > li {
    counter-increment: ordered;
    padding-left: 40px;
}
.dynacontent ol > li::before {
    --size: 25px;
    content: counter(ordered);
    background-color: var(--govity-base);
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.22;
    transform: translateY(-3px);
    height: var(--size);
    width: var(--size);
}
.dynacontent section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.dynagallery {
    display: grid;
    grid-gap: 15px;
}
.dynagallery--c2 { grid-template-columns: repeat(2, 1fr); }
.dynagallery--c3 { grid-template-columns: repeat(3, 1fr); }
.dynagallery--c4 { grid-template-columns: repeat(4, 1fr); }
.dynagallery .glightbox {
    aspect-ratio: 16/12;
}
.dynagallery .glightbox > img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.event-section {
    padding: 25px 0;
}

.event-three {
    position: relative;
}
.event-three::before {
    --size: 500px;
    content: "";
    background: url('/wp-content/uploads/2025/02/leaf-conches-5.svg') center center no-repeat;
    background-size: cover;
    opacity: .1;
    position: absolute;
    top: 50px;
    right: -100px;
    height: var(--size);
    width: var(--size);
    transform: scaleX(-1);
}
.event-three::after {
    --size: 350px;
    content: "";
    background: url('/wp-content/uploads/2025/02/leaf-conches-5.svg') center center no-repeat;
    background-size: cover;
    opacity: .1;
    position: absolute;
    top: 450px;
    left: -100px;
    height: var(--size);
    width: var(--size);
}

.event-one__title {
    margin-bottom: 10px;
}
.event-one__desc > p {
    line-height: 1.7;
}
.event-one__date {
    background-color: var(--color-secondary);
}
.event-one__date img {
    filter: invert(1);
}
.event-one__single--2 {
    background-color: var(--govity-base);
}
.event-one__single--2 .event-one__title a,
.event-one__single--2 .event-one__desc > p{
    color: #fff;
}
.event-one__subscribe-top {
    padding-left: 90px;
    padding-top: 85px;
    padding-bottom: 81px;
}
.event-one__subscribe-top-bg {
    right: -430px;
}
.event-one__subscribe-top::after {
    display: none;
}
.event-one__subscribe-text {
    font-size: 25px;
    margin-bottom: 20px;
}
.event-one__email-input-box input,
.event-one__email-input-box textarea {
    width: 100%;
    background-color: var(--govity-white);
    outline: none;
    font-size: 14px;
    border: none;
    padding: 10px 30px;
    color: var(--govity-gray);
}
.event-three {
    padding: 75px 0;
}
.event-three__content {
    max-width: 600px;
    margin-top: -40px;
}
.event-three__meta {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.event-three__meta li + li {
    margin-left: 0;
}

.event-three__single .event-three__btn-box,
.event-three__single--style2 .event-three__btn-box {
    padding: 0 15px;
}

.events-page {
    padding-top: 80px;
    padding-bottom: 60px;
}

.event-three__date {
}
.event-three__date {
    background: var(--gradient-primary);
    border: 5px solid #fff;
    padding: 10px 20px;
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 2;
}
.event-three__date p {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
}
.event-three__img {
    aspect-ratio: 4/3;
}
.event-three__img > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}   
.event-three__btn {
    background: var(--color-tertiary);
    color: #fff;
    display: inline-flex;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: auto;
}
.event-three__img:before {
    background-color: var(--color-tertiary);
    opacity: .6;
}
.event-three__img-box::after {
    content: "";
    background: url(/wp-content/uploads/2024/10/lines-bg-1.svg);
    background-size: 200px;
    opacity: .5;
    position: absolute;
    top: 100%;
    left: 0;
    height: 80px;
    width: 100%;
}
.event-three__meta {
    padding-left: 20px;
    padding-right: 20px;
}
.event-three__meta li a {
    color: var(--govity-base);
    font-size: 14px;
}
.event-three__meta li i {
    color: var(--govity-base);
    font-size: 13px;
}
.event-three__meta-and-title {
    font-size: 25px;
    padding-left: 20px;
    padding-right: 20px;
}


.event-one__subscribe-btn {
    background: var(--color-secondary);
}


#events-calendar + .flatpickr-calendar {
    margin: 0 auto;
}

/* .flatpickr-calendar,
.flatpickr-rContainer,
.dayContainer,
.flatpickr-days {
    min-width: none !important;
    max-width: 100% !important;
    width: 100% !important;
} */
.flatpickr-calendar {
    box-shadow: none !important;
}
.flatpickr-day:not(.flatpickr-disabled) {
    border-radius: 5px;
}
.flatpickr-day:not(.flatpickr-disabled):not(.has-event):hover,
.flatpickr-day:not(.flatpickr-disabled):not(.has-event):focus {
    background-color: rgba(57, 57, 57, 0.1) !important;
}

.footer-widget__subscribe-text p:not(:first-of-type) {
    font-size: 16px;
    font-weight: normal;
}
.footer-widget__subscribe-btn {
    margin-left: 0;
}

.footer-widget__link-list {
    padding-left: 17px;
}
.footer-widget__link-list li {
    padding-left: 5px;
    position: relative;
}
.footer-widget__link-list li::before {
    content: "";
    background: url(/wp-content/uploads/2025/02/arrow-right-conches-5.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 9px;
    left: -15px;
    height: 12px;
    width: 9px;
}
.footer-widget__link-list li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}
.footer-widget__link-list li a:hover {
    color: var(--govity-base);
}
.footer-widget__title-box {
    margin-bottom: 0;
}

.footer-card-1 {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    color: var(--govity-black);
    padding: 20px 25px;
    transition: .4s !important;
}
.footer-card-1 p {
    line-height: 1.4;
}
.footer-card-1:hover {
    color: var(--govity-black);
    transform: translateY(-10px) !important;
}

.feature-three {
    padding-bottom: 60px;
}
.feature-three__single-two .feature-three__left {
    position: relative;
    isolation: isolate;
}
.feature-three__single .feature-three__left::before,
.feature-three__single-two .feature-three__left::before {
    content: "";
    background: url('/wp-content/uploads/2024/10/bg-texture-2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    opacity: .04;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
    z-index: -1;
}
.footer-widget__subscribe-btn {
    background-color: var(--color-secondary);
}
.footer-widget__subscribe-box {
    max-width: none;
}
.footer-widget__Contact-list li {
    align-items: flex-start;
    margin-bottom: 15px;
}
.footer-widget__Contact-list li .icon {
    margin-right: 18px;
}
.footer-widget__Contact-list li .text > p:first-child {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
}
.footer-widget__Contact-list li .text > p:not(:first-child):not(:has(a)) {
    color: #fff;
    line-height: 1.4;
    opacity: .8;
}
.footer-widget__Contact-list li .text > p:last-child > a {
    color: #fff;
}
.footer-widget__Contact-list li .icon {
    --size: 45px;
    background-color: var(--govity-base);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--size);
    height: var(--size);
    width: var(--size);
}
.footer-widget__Contact-list li .icon > img {
    filter: brightness(10000);
    width: 60%;
}

.footer-widget__title {
    color: #fff;
    font-size: 25px;
    padding-bottom: 15px;
    position: relative;
}

div:has(>.grecaptcha-badge),
.grecaptcha-badge {
    z-index: 9999;
}

.great-place {
    background-color: transparent;
}
.great-place__right-inner::before {
    display: none;
}

.input-style-1 {
    width: 100%;
    background-color: var(--govity-primary);
    border: 2px solid transparent;
    color: var(--color-dark);
    outline: none;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
    text-align: center;
    transition: .4s;
}
.input-style-1::placeholder {
    color: var(--govity-gray);
}
.input-style-1:focus-visible {
    border-color: var(--govity-base) ;
    background-color: var(--govity-base-hyper-light);
}

.line-under {
    padding-bottom: 20px;
    position: relative;
    isolation: isolate;
}
.line-under::after {
    content: "";
    background: url(/wp-content/uploads/2025/02/waves-conches-2.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 170px;
}
/* .line-under--white::after {
    background: url(/wp-content/uploads/2024/11/waves-conches-1-white.svg) center center no-repeat;
    background-size: cover;
} */

.link-underline {
    background-color: transparent;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    padding: 0;
    position: relative;
    transition: .5s;
}
.link-underline::before {
    content: "";
    background-color: var(--govity-base);
    opacity: .2;
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 100%;
}
.link-underline::after {
    content: "";
    background-color: var(--govity-base);
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 0;
    transition: .4s;
}
.link-underline:hover {
    color: var(--govity-base) !important;
    opacity: 1;
}
.link-underline:hover::after {
    width: 100%;
}
.link-underline--2,
.link-underline--2:hover {
    color: var(--color-secondary) !important;
}
.link-underline--2::before,
.link-underline--2::after {
    background-color: var(--color-secondary);
}
.link-underline--sm {
    font-size: 14px;
    line-height: 1.4;
}

.main-header-three__bottom {
    background-color: var(--govity-base-hyper-light);
}
.main-header-three__bottom-inner {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 7px 0;
}
.main-header-three__bottom-inner > .left {
    width: 40.5%;
}
.main-header-three__bottom-inner .right {
    display: flex;
    gap: 25px;
}
.main-header-three__bottom-mention > span {
    background-color: var(--govity-base);
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}



.main-slider {
    overflow: hidden;
}
.main-slider__shape-1 {
    mix-blend-mode: plus-lighter;
    opacity: .3 !important;
}
.main-slider__shape-2  {
    opacity: .5 !important;
}
.main-slider__shape-2 img {
    filter: brightness(10);
}
.main-slider .item {
    padding-top: 150px;
    padding-bottom: 150px;
}

.main-header-three__content-box {
    display: flex;
    gap: 35px;
}

.main-menu__contact-list li .text p {
    color: #fff;
    font-size: 17px;
}
.main-menu__contact-list li .icon i {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    transform: translateY(-2px);
}
.main-menu__contact-list li .text p a {
    color: #fff;
}

.main-menu__call-icon {
    --size: 40px;
    background: var(--color-secondary);
    flex-shrink: 0;
    width: var(--size);
    height: var(--size);
}
.main-menu__call-icon > span {
    color: #fff;
    display: inline-block;
    font-size: 16px;
}
.main-menu__call--3 .main-menu__call-icon {
    background-color: var(--govity-base);
}

.main-menu__call-sub-title {
    line-height: 1.4;
}
.main-menu__call-number {
    font-size: 17px;
}
.main-menu__call-number--lg {
    font-size: 22px;
    margin-top: 5px;
}

.main-menu__call--2 {
    background-color: var(--govity-base-hyper-light);
    padding: 20px 25px 20px 0;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.main-menu__call--2::before {
    content: "";
    background-color: var(--govity-base-hyper-light);
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 999vw;
}
.main-menu .main-menu__list > li > ul > li:hover > a {
    text-shadow: none;
}
.main-menu .main-menu__list > li:has(.sub-menu) {
    position: relative;
}
.main-menu .main-menu__list > li:has(.sub-menu) > a::before {
    position: absolute;
    top: 50%;
    right: -13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    color: #fff;
    transform: translateY(-50%) rotate(90deg);
    transition: .4s;
}
.main-menu .main-menu__list > li:has(.sub-menu):hover > a::before {
    color: var(--govity-base);
}
.main-menu .main-menu__list .sub-menu > li:not(.has-submenu) > a::before {
    display: none;
}
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a {
    text-shadow: none;r
}
 
.main-slider-three {
    height: 500px;
}
.main-slider-three > .owl-carousel,
.main-slider-three > .owl-carousel > .owl-stage-outer,
.main-slider-three > .owl-carousel >  .owl-stage-outer > .owl-stage,
.main-slider-three > .owl-carousel >  .owl-stage-outer > .owl-stage > .owl-item,
.main-slider-three > .owl-carousel >  .owl-stage-outer > .owl-stage > .owl-item > .item {
    height: 100%;
}
.main-slider-three .owl-theme .owl-nav.disabled {
    display: none !important;
}
.main-slider-three__title {
    padding-bottom: 60px;
    position: relative;
    text-align: center;
}
.main-slider-three__title > span:first-of-type {
    display: block;
    font-size: 50px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: .025em;
}
.main-slider-three__title > span:last-of-type {
    display: block;
}
.main-slider-three__title::after {
    content: "";
    background: url('/wp-content/uploads/2025/02/waves-conches-2.svg') center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 370px;
}

.main-slider__meta {
    justify-content: center;
}
.main-slider__meta-box {
    position: static;
}

.main-slider-three__title {
    position: relative;
    margin-bottom: 30px;
}
.main-slider-three__btn-box {
    margin-bottom: 25px;
    text-align: center;
}

.main-menu .mobile-nav__toggler {
    color: #fff;
}

.mobile-nav__contact li a {
    color: var(--govity-base);
    line-height: 1.1;
}
.mobile-nav__contact li > i {
    margin-right: 5px;
    height: 25px;
    width: 25px;
}
.mobile-nav__content {
    background-color: #fff;
}
.mobile-nav__content .main-menu__list > li > a, .mobile-nav__content .main-menu__list > li > ul > li > a, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
    color: var(--color-title);
}
.mobile-nav__content .main-menu__list > li:not(:last-child), 
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child), 
.mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
    border-bottom-color: rgba(0,0,0,.05); 
}
.mobile-nav__content .main-menu__list > li ul {
    box-shadow: none;
}
.mobile-nav__social a {
    --size: 40px;
    background-color: var(--govity-base);
    border-radius: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--size);
    width: var(--size);
}
.mobile-nav__social a > img {
    filter: invert(1);
}
.mobile-nav__social a + a {
    margin-left: 20px;
}
.mobile-nav__social a:hover {
    background-color: var(--color-dark);
}

.mobile-nav__social a:hover {
    background-color: var(--color-dark);
}

.mobile-nav__content .main-menu__list > li ul li a > .fa {
    display: none;
}

.news-details .event-three__img {
    aspect-ratio: 16/8;
}

.news-details__date {
    border: 10px solid #fff;
    color: #fff;
    top: -10px;
    right: -10px;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 25px;
}
.news-details__date::before {
    display: none;
}

.news-details__img {
    aspect-ratio: 16/9; 
}
.news-details__img > img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.no-image {
    background-color: var(--govity-base-white);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.no-image > img {
    max-width: 85%;
}

/* .page-header {
    background-position: center center;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    isolation: isolate;
}

.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.page-header::after {
    content: "";
    background: url('/wp-content/uploads/2024/11/leafs-conches-bordered-2.svg') center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 10px;
    left: 50%;
    height: 65px;
    width: 135px;
    transform: translate(-50%,50%);
}
.page-header__title {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 40px;
    position: relative;
    text-align: center;
}
.page-header__title::after {
    content: "";
    background: url(/wp-content/uploads/2025/02/waves-conches-2.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    width: 300px;
}

.page-header .breadcrumb > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    width: 100%;
}
.page-header .breadcrumb > ul > li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 6px;
    position: relative;
}
.page-header .breadcrumb > ul > li,
.page-header .breadcrumb > ul > li > * {
    color: #fff;
    font-size: 18px;
}
.page-header .breadcrumb > ul > li > a {
    font-weight: bold;
}
.page-header .breadcrumb > ul > li:not(:first-child)::before {
    content: "•";
    color: var(--govity-base);
    font-size: 25px;
} */

.page-content {
    padding: 75px 0;
}
.page-content .container .container {
    padding: 0;
}
.page-content .section-block {
    padding: 50px 0;
}
.page-content .section-block:first-of-type {
    padding-top: 0;
}

.page-header-bg {
    opacity: 1;
}
.page-header__title {
    background-color: var(--color-secondary);
    color: #fff;
    border: 10px solid #fff;
    border-left: none;
    padding: 20px 25px 35px 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    text-align: left;
    min-width: 400px;
    max-width: 100%;
}
.page-header__title::before {
    content: "";
    background-color: var(--color-secondary);
    border: 10px solid #fff;
    border-right: none;
    position: absolute;
    top: -10px;
    right: 100%;
    height: calc(100% + 20px);
    width: 999vw;
}
.page-header__title::after {
    --size: 30px;
    content: "";
    background: url(/wp-content/uploads/2025/02/leaf-conches-5.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: -40px;
    height: var(--size);
    width: var(--size);
    z-index: 1;
    transform: translateY(-60%) scaleX(-1);
}
.page-header .breadcrumb {
    background-color: var(--govity-base);
    border: 5px solid #fff;
    border-left: none;
    padding: 8px 25px 8px 0;
    position: absolute;
    bottom: -55px;
    left: 0;
}
.page-header .breadcrumb::before {
    content: "";
    background-color: var(--govity-base);
    border: 5px solid #fff;
    position: absolute;
    border-right: none;
    top: 50%;
    right: 100%;
    height: calc(100% + 10px);
    width: 999vw;
    transform: translateY(-50%);
}
.page-header .breadcrumb > ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    width: 100%;
}
.page-header .breadcrumb > ul > li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 6px;
    position: relative;
}
.page-header .breadcrumb > ul > li:first-child {
    padding-left: 0;
}
.page-header .breadcrumb > ul > li,
.page-header .breadcrumb > ul > li > * {
    color: #fff;
    font-size: 18px;
}
.page-header .breadcrumb li svg {
    fill: #fff;
}
.page-header .breadcrumb > ul > li > a {
    font-weight: bold;
}

.partners-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    align-items: center;
    margin: 0 auto;
    max-width: 1000px;
}
.partner-img {
    display: block;
    /* margin-bottom: 15px; */
    text-align: center;
    transition: .4s;
}
.partner-img > img {
    display: inline-block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.partner-img:hover {
    transform: scale(1.05);
}

.pellets {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}
.pellet {
    background: var(--gradient-primary);
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    padding: 10px 15px;
}

.portfolio-two {
    padding-top: 75px;
    position: relative;
    isolation: isolate;
}
.portfolio-two--home {
    margin-top: -140px;
}
/* .portfolio-two::before {
    --size: 400px;
    content: "";
    background: url(/wp-content/uploads/2025/02/leaf-conches-5.svg) center center no-repeat;
    background-size: cover;
    opacity: .1;
    position: absolute;
    top: 50px;
    left: -100px;
    height: var(--size);
    width: var(--size);
    z-index: -1;
} */
.portfolio-two__bg-box {
    background: url('/wp-content/uploads/2024/11/vue-ruisseau-foret-conches.jpg') center center no-repeat;
    background-size: cover;
}
/* .portfolio-two__bg-box::before,
.portfolio-two__bg-box::after {
    content: "";
    background: var(--govity-base);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
} */
.portfolio-two__bg-box::before {
    mix-blend-mode: darken;
}
.portfolio-two__bg-box::after {
    opacity: .7;
}

.portfolio-three {
    padding-top: 80px;
    padding-bottom: 80px;
}
.portfolio-three__content {
    padding-right: 40px;
}
.portfolio-three__sub-title {
    background: var(--gradient-primary);
    color: #fff !important;
    font-weight: bold;
    display: inline-block;
    padding: 2px 15px;
    margin-bottom: 10px;
}
.portfolio-three__single::before {
    content: "";
    background: var(--gradient-primary);
    position: absolute;
    top: 15px;
    right: -15px;
    height: 100%;
    width: 100%;
}
.portfolio-three__single:hover .portfolio-three__sub-title {
    color: var(--govity-base);
}
.portfolio-three__img::after {
    content: "";
    background: linear-gradient(to top, #111, transparent);
    opacity: .9;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70%;
    width: 100%;
}
.portfolio-three__img:before {
    background-color: var(--color-secondary);
    opacity: .9;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.preloads-wrapper {
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
}

.preloads {
    --size: 120px;
	width: var(--size);
	height: var(--size);
	position: relative;
	transform-origin: center;
	animation: spin 3s infinite linear;
}

.preload {
	width: 100%;
	height: 100%;
	position: absolute;
}
	
.preload::before {
    display: block;
    width: 48%;
    height: 48%;
    border-radius: 0 40% 0 40%;
    background-color: #fff;
    content: '';
}

@keyframes spin1 {
	0% { transform: rotate(0deg); }
	30% { transform: rotate(0deg); }
	70% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@keyframes spin2 {
	0% { transform: rotate(0deg); }
	30% { transform: rotate(270deg); }
	70% { transform: rotate(270deg); }
	100% { transform: rotate(360deg); }
}

@keyframes spin3 {
	0% { transform: rotate(0deg); }
	30% { transform: rotate(180deg); }
	70% { transform: rotate(180deg); }
	100% { transform: rotate(360deg); }
}

@keyframes spin4 {
	0% { transform: rotate(0deg); }
	30% { transform: rotate(90deg); }
	70% { transform: rotate(90deg); }
	100% { transform: rotate(360deg); }
}

.preload--1 {
	animation: spin1 3s infinite cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.preload--2 {
	animation: spin2 3s infinite cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.preload--3 {
	animation: spin3 3s infinite cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.preload--4 {
	animation: spin4 3s infinite cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.ps-widget--menuNav {
    background-color: var(--govity-base-hyper-light);
    padding: 20px 15px;
}
.psw-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    isolation: isolate;
    text-align: center;
}
.psw-title::after {
    content: "";
    background: url(/wp-content/uploads/2025/02/waves-conches-2.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 17px;
    width: 110px;
    z-index: -1;
    transform: translateX(-50%);
}
.ps-widget {
    margin: 0 auto;
    max-width: 500px;
}
.ps-widget .psw-menu-1,
.ps-widget .psw-menu-1 ul {
    list-style: none;
    padding: 0;
}
.ps-widget .psw-menu-1 li {
    border: 2px solid transparent;
    transition: .4s;
}
.ps-widget .psw-menu-1 > li {
    background-color: #fff;
    margin-bottom: 3px;
}
.ps-widget .psw-menu-1 > li > a {
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 1.4;
    font-weight: 600;
    padding: 8px 10px;
}
.ps-widget .psw-menu-1 > li > a > svg {
    fill: var(--govity-base);
}
.ps-widget .psw-menu-1 > li:has(li.current),
.ps-widget .psw-menu-1 > li.current,
.ps-widget .psw-menu-1 > li:hover {
    border-color: var(--color-secondary);
}
.ps-widget .psw-menu-1 li.current > a {
    color: var(--color-secondary);
    font-weight: bold !important;
}
.ps-widget .psw-menu-1 > li.current > a > svg {
    fill: var(--color-secondary);
}
.ps-widget .psw-menu-1 li.current > i {
    color: var(--color-secondary) !important;
}
.ps-widget .psw-menu-1 > li:hover > a {
    color: inherit;
}
.ps-widget .psw-menu-1 > li > .submenu {
    padding-left: 35px;
    margin-bottom: 15px;
}
.ps-widget .psw-menu-1 > li > .submenu > li {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}
.ps-widget .psw-menu-1 > li > .submenu > li > a {
    font-weight: 500;
    line-height: 1.3;
}
.ps-widget .psw-menu-1 > li > .submenu > li > i {
    color: var(--govity-base);
}

.quick-access {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
}
.quick-access .qa-item {
    background-color: var(--govity-base-hyper-light);
    cursor: pointer;
    flex: 1 1 0;
    overflow: hidden;
    padding: 40px 15px;
    position: relative;
    isolation: isolate;
    text-align: center;
    transition: .4s;
    min-width: 170px;
}
.quick-access .qa-item::before {
    --size: 110px;
    content: "";
    background: var(--color-secondary);
    border-radius: 9999px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: var(--size);
    width: var(--size);
    transform: translate(37%,50%);
    transform-origin: bottom right;
    transition: .4s;
    z-index: -1;
}
.quick-access .qa-item::after {
    content: "\f061";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    bottom: 10px;
    right: 15px;
    transition: .4s;
    z-index: 0;
    transition: .4s;
}
.quick-access .qa-wrap {
    display: block;
}
.quick-access .qa-wrap > span:first-of-type {
    color: var(--color-dark);
    display: block;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -.05em;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    transition: .4s;
}
.quick-access .qa-wrap > span:first-of-type::before,
.quick-access .qa-wrap > span:first-of-type::after {
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    width: 120px;
    transition: .4s;
}
/* .quick-access .qa-wrap > span:first-of-type::before {
    background-image: url(/wp-content/uploads/2024/11/waves-conches-1-white.svg);
} */
.quick-access .qa-wrap > span:first-of-type::after {
    background-image: url(/wp-content/uploads/2025/02/waves-conches-2.svg);
}
.quick-access .qa-wrap > span:last-of-type {
    --size: 80px;
    background-color: var(--govity-base);
    border-radius: var(--size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--size);
    height: var(--size);
}
.quick-access .qa-wrap > span:last-of-type > img {
    filter: brightness(10000);
    width: 60%;
}
.quick-access .qa-item:hover {
    transform: translateY(-15px);
}
.quick-access .qa-item:hover::before {
    background-color: var(--govity-base);
    transform: scale(5) translate(37%,50%);
}
.quick-access .qa-item:hover::after {
    color: #fff;
}
.quick-access .qa-item:hover .qa-wrap > span:first-of-type {
    color: #fff;
}
.quick-access .qa-item:hover .qa-wrap > span:first-of-type::after {
    opacity: 0;
}

.scroll-to-top {
    background: var(--gradient-primary);
    bottom: 90px;
}

.section {
    padding-top: 75px;
    padding-bottom: 75px;
}
.section-content-listing-post {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-quick-access {
    margin-top: -45px;
    position: relative;
    z-index: 11;
}

.section-title__title > span {
    color: var(--color-secondary);
}
.section-title__tagline {
    color: var(--govity-base);
}
.section-title__tagline--white {
    color: #fff;
}

.section-title__title {
    position: relative;
    isolation: isolate;
    padding-bottom: 35px;
    margin-bottom: 45px;
}
/* .section-title__title::before {
    --size: 200px;
    content: "";
    background: url('/wp-content/uploads/2024/11/conches-sur-gondoire-leaf.svg') center center no-repeat;
    background-size: cover;
    opacity: .5;
    position: absolute;
    top: 15%;
    left: 50%;
    height: var(--size);
    width: var(--size);
    transform: translate(-50%,-50%);
    z-index: -1;
} */
.section-title__title::after {
    content: "";
    background: url('/wp-content/uploads/2025/02/waves-conches-2.svg') center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    width: 280px;
} 
.section-title__title.line-left::after {
    left: 0;
    transform: translateX(0);
}
.section-title__title--white {
    color: #fff;
}  
/* .section-title__title--white::after {
    background: url('/wp-content/uploads/2024/11/waves-conches-1-white.svg') center center no-repeat;
} */

.section-title__title--under2 {
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.section-title__title--under2::after {
    height: 20px;
    width: 160px;
}

.section-title.text-left .section-title__title::after {
    left: 0;
    transform: none;
}

.sidebar--blog,
.sidebar--events {
    margin: 0 auto !important;
    max-width: 450px;
}
.sidebar__post {
    background-color: var(--govity-base-white);
}
.sidebar__title {
    color: var(--govity-black);
    font-size: 25px;
    padding-bottom: 20px !important;
    position: relative;
    margin-bottom: 20px !important;
}
.sidebar__title::after {
    content: "";
    background-image: url(/wp-content/uploads/2025/02/waves-conches-2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 155px;
    transition: .4s;
}
.sidebar__post-list li {
    padding: 0;
}
.sidebar__post-list li:hover {
    box-shadow: none;
}
.sidebar__post-image {
    --size: 100px;
    flex-shrink: 0;
    height: calc(var(--size) - 10px);
    width: var(--size);
}
.sidebar__post-image > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.sidebar__post-content a {
    color: var(--govity-black);
}
.sidebar__post-content a:hover {
    color: var(--govity-base);
}
.sidebar__single + .sidebar__single {
    margin-top: 40px;
}

.site-footer {
    background-color: var(--color-secondary-dark);
    position: relative;
    isolation: isolate;
}
/* .site-footer::before {
    content: "";
    background-image: url(/wp-content/uploads/2024/10/bg-texture-1.svg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.01;
    background-position: center;
    z-index: -1;
} */
.site-footer__top {
    background-color: var(--govity-base);
}
.site-footer__middle {
    padding-top: 50px;
    padding-bottom: 30px;
}
.site-footer__bottom {
    border: none;
    box-shadow: none;
    padding: 20px 0
}
.site-footer__bottom-inner {
    text-align: left;
}
.site-footer__bottom-text {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
}
.site-footer__bottom-text a,
.site-footer__bottom-links a {
    color: #fff;
}
.site-footer__bottom-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    text-align: right;
}
.site-footer__bottom-links a {
    font-size: 14px;
}
.site-footer__bottom-links > span {
    color: #fff;
}


.social-one,
.section-content-listing-bg2 {
    background: var(--govity-base);
    position: relative;
    padding-top: 0;
    margin-top: 145px;
    margin-bottom: 145px;
}
.social-one .clip-top,
.social-one .clip-bottom,
.section-content-listing-bg2 .clip-top,
.section-content-listing-bg2 .clip-bottom {
    position: absolute;
    bottom: 99%;
    left: 0;
    isolation: isolate;
    width: 100%;
    height: 150px;
    min-width: 1500px;
}
.social-one .clip-top::before,
.social-one .clip-bottom::before,
.section-content-listing-bg2 .clip-top::before,
.section-content-listing-bg2 .clip-bottom::before {
    content: "";
    background:var(--color-dark);
    clip-path: polygon(100% 100%, 0% 100% , 0.00% 41.08%, 2.00% 36.96%, 4.00% 33.03%, 6.00% 29.32%, 8.00% 25.89%, 10.00% 22.78%, 12.00% 20.03%, 14.00% 17.68%, 16.00% 15.76%, 18.00% 14.28%, 20.00% 13.27%, 22.00% 12.75%, 24.00% 12.71%, 26.00% 13.16%, 28.00% 14.10%, 30.00% 15.51%, 32.00% 17.37%, 34.00% 19.66%, 36.00% 22.35%, 38.00% 25.41%, 40.00% 28.79%, 42.00% 32.46%, 44.00% 36.37%, 46.00% 40.46%, 48.00% 44.69%, 50.00% 48.99%, 52.00% 53.33%, 54.00% 57.63%, 56.00% 61.85%, 58.00% 65.93%, 60.00% 69.82%, 62.00% 73.47%, 64.00% 76.83%, 66.00% 79.86%, 68.00% 82.52%, 70.00% 84.78%, 72.00% 86.61%, 74.00% 87.99%, 76.00% 88.89%, 78.00% 89.30%, 80.00% 89.23%, 82.00% 88.67%, 84.00% 87.63%, 86.00% 86.12%, 88.00% 84.16%, 90.00% 81.77%, 92.00% 79.00%, 94.00% 75.86%, 96.00% 72.41%, 98.00% 68.69%, 100.00% 64.74%);
    opacity: .1;
    position: absolute;
    top: -20px;
    left: 0;
    height: 111%;
    width: 100%;
    z-index: 1;
}
.social-one .clip-top::after,
.social-one .clip-bottom::after,
.section-content-listing-bg2 .clip-top::after,
.section-content-listing-bg2 .clip-bottom::after {
    content: "";
    background: var(--govity-base);
    clip-path: polygon(100% 100%, 0% 100% , 0.00% 46.40%, 2.00% 42.61%, 4.00% 38.96%, 6.00% 35.48%, 8.00% 32.22%, 10.00% 29.21%, 12.00% 26.48%, 14.00% 24.05%, 16.00% 21.95%, 18.00% 20.20%, 20.00% 18.82%, 22.00% 17.82%, 24.00% 17.21%, 26.00% 17.00%, 28.00% 17.19%, 30.00% 17.78%, 32.00% 18.77%, 34.00% 20.13%, 36.00% 21.87%, 38.00% 23.95%, 40.00% 26.37%, 42.00% 29.09%, 44.00% 32.09%, 46.00% 35.34%, 48.00% 38.81%, 50.00% 42.45%, 52.00% 46.24%, 54.00% 50.13%, 56.00% 54.09%, 58.00% 58.08%, 60.00% 62.05%, 62.00% 65.97%, 64.00% 69.79%, 66.00% 73.48%, 68.00% 77.00%, 70.00% 80.32%, 72.00% 83.39%, 74.00% 86.20%, 76.00% 88.71%, 78.00% 90.89%, 80.00% 92.73%, 82.00% 94.21%, 84.00% 95.30%, 86.00% 96.01%, 88.00% 96.32%, 90.00% 96.23%, 92.00% 95.74%, 94.00% 94.85%, 96.00% 93.58%, 98.00% 91.93%, 100.00% 89.93%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.social-one .clip-bottom,
.section-content-listing-bg2 .clip-bottom {
    bottom: auto;
    top: 99%;
    left: auto;
    right: 0;
    transform: rotate(180deg);
}
.section-content-listing-bg2 .event-three__btn-1 {
    background-color: #fff !important;
    color: var(--govity-base);
    border: 2px solid var(--govity-base);
}

.social-one__icon {
    background:var(--color-secondary);
}
.social-one__icon > img {
    filter: invert(1);
}

.section-content-listing-bg2 .section-title__tagline,
.section-content-listing-bg2 .section-title__title {
    color: #fff !important;
}


.socials {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
}
.socials > li > a {
    --size: 45px;
    background-color: var(--govity-base);
    border-radius: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--size);
    height: var(--size);
}
.socials > li > a > img {
    display: inline-block;
    filter: invert(1);
    transform: translateX(.5px);
    width: 50%;
}
.socials > li > a:hover {
    background-color: var(--color-dark);
}

.section-block-concheinfos > .container > .row > *:first-child {
    padding-right: 35px;
}

.tribe-address {
    display: inline-block;
    font-size: .9em;
    font-weight: normal;
    margin-top: 5px;
}
.tribe-address > br {
    display: none;
}
.tribe-address > .tribe-locality::before {
    content: "- ";
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input {
    border: 2px solid var(--govity-base-white-2);
    padding: 15px 25px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input:focus-visible {
    border-color: var(--govity-base);
    box-shadow: none;
    outline: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    background-color: var(--govity-base);
    border: 2px solid var(--govity-base);
    color: #fff;
    padding: 15px 25px;
}
.tribe-events-c-nav__prev .tribe-events-c-nav__prev-label .tribe-events-c-nav__prev-label-plural,
.tribe-events-c-nav__next .tribe-events-c-nav__next-label .tribe-events-c-nav__next-label-plural {
    position: relative !important;
}
.tribe-events .tribe-events-c-nav__list-item--today {
    display: none;
}
.tribe-events-l-container .event-col {
    padding-right: 25px;
}

.event-two__title {
    text-align: left;
}
.event-two__img-box {
    display: block;
    margin: 0 auto 35px auto;
    max-width: 800px;
}


.event-two__img-one {
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.event-two__img-one > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.event-two__img-one::before {
    background-color: rgba(var(--color-secondary-rgb), 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--govity-black-rgb), 0.3);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform-origin: center;
    transition: background-color 0.7s, opacity 0.7s, transform 0.7s;    
    z-index: 5;
}
.event-two__img-one > img {
    display: inline-block;
    object-fit: cover;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: .4s;
}

.event-two__img-box .event-two__dates {
    border: 10px solid var(--govity-base);
    display: flex;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 3;
}
.event-two__img-box .event-two__dates .etd-item {
    background-color: #fff;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 10px;
    padding: 3px 20px;
    text-align: left;
}
.event-two__img-box .event-two__dates .etd-date {
    color: var(--govity-base);
    display: inline-block;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 800;
}
.event-two__img-box .event-two__dates .etd-date-cont {
    color: var(--color-dark);
    display: flex;
    font-weight: bold;
    flex-flow: column nowrap;
}
.event-two__img-box .event-two__dates .etd-date-cont > span {
    font-size: 17px;
    line-height: 1.2;
    text-transform: capitalize;
}
.event-two__img-box .event-two__dates .etd-date-cont > span:last-of-type {
    font-size: 1.2em;
    font-weight: normal;
}
.event-two__img-box .event-two__dates .etd-right {
    padding-left: 45px;
    position: relative;
    isolation: isolate;
}
.event-two__img-box .event-two__dates .etd-right::before {
    content: "";
    background: url('/wp-content/uploads/2025/02/arrow-right-conches-6.svg') center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 60%;
    transform: translateY(-50%);
}
.event-two__img-box .event-two__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    padding: 20px 25px;
    margin-top: -30px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
}
.event-two__img-box .event-two__content::after {
    content: "\f061";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    line-height: 1;
    background: var(--color-secondary);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 23px 25px 25px 27px;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    transition: .4s;
    z-index: 0;
}
.event-two__img-box .event-two__categories {
    background: var(--gradient-primary);
    display: flex;
    gap: 0 20px;
    padding: 10px 15px;
    position: absolute;
    bottom: 100%;
    left: 0;
    list-style: none;
}
.event-two__img-box .event-two__categories > li {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
}
.event-two__img-box .event-two__categories > li > i {
    font-size: 12px;
}
.event-two__img-box .event-two__title {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 20px;
    line-height: 1.1;
    padding-right: 55px;
    position: relative;
    margin: 0;
    transition: .4s;
    z-index: 1;
}
.event-two__img-box .event-two__title::before {
    --size: 25px;
    content: "";
    background: url('/wp-content/uploads/2025/02/leaf-conches-5.svg') center center no-repeat;
    background-size: cover;
    flex-shrink: 0;
    height: var(--size);
    width: var(--size);
    transform: scaleX(-1);
    z-index: 1;
}
.event-two__img-box .event-two__title a {
    color: var(--color-dark);
}

.event-two__img-box .event-two__img-box:hover .event-two__content::after {
    width: 100%;
}
.event-two__img-box .event-two__img-box:hover .event-two__title {
    color: #fff;
}

.event-two__img-box .event-two__img-box:hover .event-two__img-one:before {
    transform: perspective(400px) rotateX(0deg) scaleY(1);
}
.event-two__img-box .event-two__img-box:hover .event-two__img-one > img {
    transform: scale(1.05);
}

.event-two__img-box--sidebar .event-two__dates {
    background-color: #fff;
    border: none;
    top: -10px;
    right: auto;
    left: 50%;
    transform: scale(.8) translateX(-63%);
}
.event-two__img-box--sidebar .event-two__title {
    padding-right: 25px;
    font-size: 20px;
}
.event-two__img-box--sidebar .event-two__title::before {
    display: none;
}
.event-two__img-box--sidebar .event-two__content::after {
    padding: 23px 11px 6px 27px;
    width: 40px;
}

.event-two__img-box--onBg-white .event-two__dates {
    border-color: #fff;
}
.event-two__img-box--size-sm .event-two__dates {
    background-color: #fff;
    gap: 10px;
}
.event-two__img-box--size-sm .event-two__dates {
    border-width: 5px;
}
.event-two__img-box--size-sm .event-two__dates .etd-date {
    font-size: 35px;
}
.event-two__img-box--size-sm .event-two__dates .etd-date-cont > span {
    font-size: 15px;
}
.event-two__img-box--size-sm .event-two__dates .etd-item {
    padding: 3px 12px;
}
.event-two__img-box--size-sm .event-two__title {
    font-size: 18px;
}
.event-two__img-box--size-sm .event-two__title::before {
    display: none;
}
.event-two__img-box--size-sm .event-two__content {
    padding: 15px 20px;
}
.event-two__img-box--size-sm .event-two__dates .etd-right::before {
    left: -20px;
    height: 45%;
    width: 30px;
}
.event-two__img-box--size-sm .event-two__content {
    margin: 0 !important;
}

.event-three__btn {
    border: 2px solid transparent;
    margin-bottom: 5px;
}
.event-three__btn-sm {
    padding: 8px 30px;
    font-size: 16px;
}
.event-three__btn-xs {
    padding: 0 12px;
    font-size: 14px;
}
.event-three__btn-2 {
    background-color: transparent !important;
    border-color: var(--color-tertiary);
    color: var(--color-tertiary);
}
.event-three__btn-3 {
    background-color: transparent !important;
    border-color: transparent !important;
    color: var(--color-tertiary);
}
.event-three__btn:hover {
    background-color: var(--color-dark) !important;
    border-color: var(--color-dark) !important;
    color: #fff !important;
}
.event-three__btn-box {
    /* padding-left: 20px;
    padding-right: 20px; */
}

.thm-btn {
    background: var(--color-tertiary);
    text-align: center;
}
.thm-btn--outline {
    background: transparent;
    color: var(--govity-base);
    position: relative;
}
.thm-btn--outline::before {
    z-index: -1;
}
.thm-btn--outline::after {
    content: "";
    border: 2px solid var(--govity-base);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
}
.thm-btn--white {
    background: #fff;
    color: var(--govity-base);
}
.thm-btn--dark {
    background: var(--color-dark);
    color: #fff;
}
.thm-btn--secondary {
    background: var(--govity-base);
}
.thm-btn--tertiary {
    background: var(--color-tertiary);
}
.thm-btn--sm {
    padding: 10px 40px 9px;
}

.update-one {
    background: var(--gradient-primary);
    padding-bottom: 30px;
}
.update-one__text {
    color: #fff;
    padding-right: 65px;
}
.update-one__city-update-box {
    background-color: #fff;
}
.update-one__city-update-text p {
    color: var(--govity-base);
}
.update-one__carousel .owl-dots {
    position: absolute;
    bottom: -25px;
    left: 0;
}
.update-one__carousel .owl-dots .owl-dot span {
    background-color: #fff;
    border-radius: 0;
    opacity: .5;
    margin: 3px;
    height: 2px;
    width: 15px;
    transition: .4s;
}
.update-one__carousel .owl-dots .owl-dot.active span {
    background-color: #fff;
    opacity: 1;
    width: 35px;
}

.widget {
    margin-bottom: 35px;
}
.widget .widget-title {
    color: var(--color-dark);
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.widget .searchform > div {
    display: flex;
    flex-flow: column nowrap;
}
.widget .searchform > div > input[type="text"] {
    background-color: var(--govity-base-hyper-light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
    padding: 10px;
}
.widget .searchform > div > input[type="submit"] {
    background: var(--govity-base);
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    transition: .4s;
}
.widget .searchform > div > input[type="submit"]:hover {
    background: var(--color-secondary);
}

.wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}
.wp-block-gallery .wp-block-image {
    break-inside: avoid;
    width: 100% !important;
}
.wp-block-gallery .wp-block-image img {
    width: 100%;
    display: block;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
    border-color: var(--color-secondary);
    box-shadow: none !important;
    outline: none !important;
}
.wpcf7-text::placeholder, .wpcf7-textarea::placeholder,
.wpcf7-text::-webkit-input-placeholder, .wpcf7-textarea::-webkit-input-placeholder,
.wpcf7-text::-moz-placeholder, .wpcf7-textarea::-moz-placeholder {
    font-weight: normal !important;
    color: var(--color-primary) !important;
}

.wpcf7-checkbox {
    display: flex;
    gap: 20px;
}
.wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-checkbox .wpcf7-list-item label {
    display: inline-flex;
    gap: 10px;
}
.wpcf7-checkbox .wpcf7-list-item input {
    --size: 20px;
    accent-color: var(--govity-base);
    flex-shrink: 0;
    margin-top: 5px;
    height: var(--size);
    width: var(--size);
}
.wpcf7-submit {
    background-color: var(--color-secondary);
    border: none;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 14px 40px;
    min-width: 160px;
    letter-spacing: .050em;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.wpcf7-submit:hover {
    background-color: var(--color-dark);
    color: #fff;
}
.wpcf7-not-valid-tip {
    color: var(--color-danger);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--color-danger);
    background-color: var(--color-danger);
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: var(--govity-base);
    border-color: var(--govity-base);
    color: #fff;
}


/* >>> WORDPRESS <<< */
.wp-block-file {
    margin: 0 auto;
    max-width: 800px;
}


/* >>> DATE PICKER <<< */
.datepicker.dropdown-menu {
    border: none;
}
.datepicker-dropdown:before {
    display: none;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: var(--color-secondary);
    border-radius: 0;
}


/* >>> EVENTS <<< */
#tribe-events-pg-template {
    margin: 0;
    max-width: none;
    background:transparent;
    padding: 0;
}
.tribe-events-calendar-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.tribe-events-calendar-list .tribe-events-calendar-list__month-separator {
    grid-column: 1 / -1;
}
.tribe-common .tribe-events-calendar-list__month-separator {
    text-transform: capitalize;
}
.tribe-events .tribe-events-c-events-bar__views {
    display: none;
}
.tribe-events .tribe-events-c-top-bar__datepicker-button {
    background-color: var(--govity-base-white);
    border: 2px solid transparent;
    color: var(--govity-base);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 6px 20px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button {
    border: 2px solid var(--govity-base-white-2);
    color: var(--govity-base);
    font-weight: bold;
    padding: 6px 20px;
}
.tribe-events .tribe-common-c-btn-icon {
    --size: 35px;
    background-color: var(--color-secondary);
    border: 2px solid transparent;
    border-radius: var(--size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--size);
    width: var(--size);
}
.tribe-events .tribe-common-c-btn-icon svg * {
    fill: #fff !important;
}
.tribe-events .tribe-events-c-top-bar__nav-link--prev svg {
    transform: translateX(-2px);
}
.tribe-events .tribe-events-c-top-bar__nav-link--next svg {
    transform: translateX(1px);
}
.tribe-events .tribe-common-c-btn-icon:disabled {
    background-color: transparent;
    border-color: var(--color-secondary);
    opacity: .2;
}
.tribe-events .tribe-common-c-btn-icon:disabled svg * {
    fill: var(--color-secondary) !important;
}
.tribe-events .tribe-events-c-nav__list-item--prev > a,
.tribe-events .tribe-events-c-nav__list-item--next > a,
.tribe-events .tribe-events-c-nav__list-item--prev > button:disabled,
.tribe-events .tribe-events-c-nav__list-item--next > button:disabled {
    background-color: transparent;
    border: 2px solid var(--color-secondary);
    color: var(--color-secondary);
    font-weight: bold;
    padding: 10px 20px;
}
.tribe-events .tribe-events-c-nav__list-item--prev > button:disabled,
.tribe-events .tribe-events-c-nav__list-item--next > button:disabled {
    opacity: .2;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
    background-color: var(--govity-base-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 280px;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text {
    background-color: transparent;
    border: none;
    color: var(--govity-base);
    font-weight: bold;
}
.tribe-common .tribe-common-c-svgicon__svg-fill {
    fill: var(--govity-base);
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a:hover {
    color: var(--govity-base);
}


.has-event {
    position: relative;
    background: #e6f7e6 !important;
    color: #3a7d1c !important;
}
.has-event::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #6fbc4e;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
}



/* >>> HELPERS <<< */
.bg-rubrique-1 { background-color: var(--color-rubrique-1) !important; }
.bg-rubrique-2 { background-color: var(--color-rubrique-2) !important; }
.bg-rubrique-3 { background-color: var(--color-rubrique-3) !important; }
.bg-rubrique-4 { background-color: var(--color-rubrique-4) !important; }

.color-secondary { color: var(--color-secondary) !important; }

.external-icon { display: inline-block !important; font-size: 14px !important; }

.img-invert { filter: invert(1); }

.text-left { text-align: left !important; }

.svg-fix-1 { display: inline-block !important; transform: translate(2px, 2px) !important; }
.svg-fix-2 { display: inline-block !important; transform: translate(0, 4px) !important; }

/* >>> COLORS <<< */
/* body.colors-1 {
}
body.colors-1 .main-menu__call-icon {
    background-color: var(--govity-base);
}
body.colors-1 .event-two__categories {
    background-color: var(--color-secondary);
}
body.colors-1 .update-one__city-update-box .update-one__city-update-text p {
    color: #fff;
    color: #fff;
} */
body.colors-1 .event-three__btn,
body.colors-1 .update-one__city-update-box,
body.colors-1 .event-two__content::after,
body.colors-1 .quick-access .qa-item::before,
body.colors-1 .department-two__img:before,
body.colors-1 .event-two__img-one::before,
body.colors-1 .scroll-to-top {
    background-color: var(--color-secondary);
}
body.colors-1 .event-three__meta li i,
body.colors-1 .event-three__meta li a,
.section-title__tagline:not(.section-title__tagline--white) {
    color: var(--govity-base);
}
body.colors-1 .event-two__img-one::before,
body.colors-1 .department-two__img:before {
    opacity: .5;
    transition: .4s;
}
.department-two__content-two {
    bottom: 0;
}


/* >>> RESPONSIVE <<< */
@media screen and (min-width: 991px) {
    .event-three__single--style2 {
        display: flex;
        align-items: flex-start;
    }
    .event-three__single--style2 .event-three__img-box {
        flex-shrink: 0;
        width: 370px;
    }
    .event-three__single--style2 .event-three__content {
        margin-left: -50px;
        margin-top: 60px;
        margin-right: 0;
        width: calc(100% + 50px);
    }
    .event-three__single--style2 .event-three__img {
        aspect-ratio: 4/4;
    }
    .event-three__single--style2 .event-three__title {
        margin-bottom: 10px;
    }
    .event-three__single--style2 .event-three__desc {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .event-three__single--style2 .event-three__img-box::after {
        top: 57%;
        left: 370px;
        transform: translateY(-50%);
        height: calc(100% - 80px);
        width: 155%;
    }
    .news-details .event-three__single--style2 .event-three__img-box::after {
        width: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .main-header-three__bottom-inner {
       flex-direction: column;
       align-items: center;
       justify-content: center;
       padding: 15px 0 10px 0;
       gap: 5px;
    }
    .main-header-three__bottom-inner > .left {
        text-align: center;
        width: 100%;
    }
    .tribe-events-l-container .event-col {
        padding-right: 0;
    }
    .partners-wrap {
        flex-flow: row wrap;
    }
    /* .partner-item {
        width: 25%;
    } */
    .site-footer__bottom-text {
        text-align: center;
    }
    .site-footer__bottom-links {
        justify-content: center;
    }
    .main-header-three__top-inner {
        flex-flow: column nowrap;
    }
    .main-header-three__top > .container {
        max-width: none;
    }
    .main-header-three__content-box {
        padding-left: 0;
    }
}
@media screen and (max-width: 991px) {
    /* .partner-item {
        width: 40%;
    } */
    .partners-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
    .page-content {
        padding-top: 100px;
    }
    .page-header__title {
        bottom: -10px;
        padding-bottom: 20px;
    }
    .page-header .breadcrumb {
        border: none;
        bottom: -80px;
        min-height: 54px;
    }
    .page-header .breadcrumb::before {
        border: none;
        height: 100%;
    }
    .page-header__title::after {
        display: none;
    }
    .home-banner__title > span:first-child {
        font-size: 45px;
        margin-bottom: 10px;
    }
    .home-banner__title > span:last-child {
        font-size: 70px;
    }
    .event-three::before,
    .event-three::after {
        display: none;
    }
    .event-three__single--style2 .event-three__desc {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .dynagallery--c3, .dynagallery--c4 { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 850px) {
    .tribe-events-calendar-list {
        grid-template-columns: 1fr;
    }
}
/* >>> 767px <<< */
@media screen and (max-width: 767px) {
    .main-header-three__bottom-inner .right {
        flex-flow: column nowrap;
        align-items: center;
        justify-content: center;
        gap: 0;
    }
    .partners-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-page__contact-list li .content {
        margin-left: 0;
    }
    .home-banner__title > span:first-child {
        font-size: 35px;
    }
    .home-banner__title > span:last-child {
        font-size: 55px;
    }
    h3, .h3 {
        font-size: 25px;
    }   
    .dynagallery {
        grid-template-columns: 1fr;
    }
    .dynacontent ul li, .dynacontent ol li {
        font-size: 17px;
    }
    .main-menu__call--email:not(.main-menu__call--3) {
        display: none;
    }
    .event-two__img-box--size-normal .event-two__dates {
        border-width: 5px;
    }
    .event-two__img-box--size-normal .event-two__dates .etd-date {
        font-size: 35px;
    }
    .event-two__img-box--size-normal .event-two__dates .etd-date-cont > span {
        font-size: 15px;
    }
    .event-two__img-box--size-normal .event-two__dates .etd-item {
        padding: 3px 18px;
    }
    .event-two__img-box .event-two__dates {
        top: -5px;
        right: -5px;
    }
    .event-two__img-box--size-normal .event-two__title {
        font-size: 18px;
    }
    .event-two__img-box--size-normal .event-two__title::before {
        display: none;
    }
    .event-two__img-box--size-normal .event-two__content {
        padding: 15px 20px;
    }
    .event-two__img-box:not(.event-two__img-box--size-sm) .event-two__dates .etd-right::before {
        left: -25px;
        height: 50%;
    }
    .event-two__img-box .event-two__content {
        margin-left: 0;
        margin-right: 0;
    }
    .main-menu__call--socials {
        display: none;
    }
}
@media screen and (max-width: 576px) {
    .conchinfos-list > li {
        flex-flow: column nowrap;
        align-items: flex-start;
    }
    .home-banner__title {
        padding-top: 100px;
    }
    .page-content {
        padding-top: 50px;
    }
    .page-header .breadcrumb {
        display: none;
    }
    .main-menu__call--phone:not(.main-menu__call--3) {
        display: none;
    }
    .partners-wrap {
        gap: 20px;
    }
    /* .partner-item {
        width: 70%;
    } */
    .tribe-events .tribe-events-c-nav__list {
        flex-flow: column nowrap;
        gap: 15px;
    }
    .tribe-events .tribe-events-c-nav__list-item,
    .tribe-events .tribe-events-c-nav__list-item > * {
        width: 100% !important
    }
}

.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* === Pagination personnalisée (style rond) === */
.navigation.pagination {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.navigation.pagination .nav-links {
    display: flex;
    gap: 10px;
    align-items: center;
}

.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    color: var(--govity-base, #6fbc4e);
    font-weight: 700;
    font-size: 1.1em;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    border: 1.5px solid var(--govity-base, #6fbc4e);
}

.page-numbers.current,
.page-numbers:hover,
.page-numbers:focus {
    background: var(--govity-base, #6fbc4e);
    color: #fff;
    border-color: var(--govity-base, #6fbc4e);
    box-shadow: 0 2px 8px rgba(111,188,78,0.10);
}

.page-numbers.dots {
    background: transparent;
    color: var(--color-dark, #222);
    box-shadow: none;
    border: none;
    cursor: default;
    width: auto;
    height: auto;
    border-radius: 0;
}

.next.page-numbers, .prev.page-numbers {
    font-size: 1.1em;
    padding: 0 28px;
    width: auto;
    height: 45px;
    border-radius: 6px;
    background: #fff;
    color: var(--govity-base, #6fbc4e);
    border: 1.5px solid var(--govity-base, #6fbc4e);
    box-shadow: 0 2px 8px rgba(111,188,78,0.10);
    font-weight: 700;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.next.page-numbers:hover, .prev.page-numbers:hover,
.next.page-numbers:focus, .prev.page-numbers:focus {
    background: var(--govity-base, #6fbc4e);
    color: #fff;
    border-color: var(--govity-base, #6fbc4e);
}

.event-two__img-one:hover::before {
    background-color: var(--color-tertiary);
    opacity: 0.6;
    transform: none;
    transition: background 0.3s, opacity 0.3s, transform 0.3s;
}

.event-two__img-one:hover > img {
    transform: scale(1.05);
    transition: transform 0.4s;
}

.event-two__title:hover {
    color: var(--govity-base);
    transition: color 0.2s;
}

.event-two__img-box:hover .event-two__img-one::before {
    background-color: var(--color-tertiary);
    opacity: 0.6;
    transform: none;
    transition: background .7s, opacity .7s, transform .7s;
}

.event-two__img-box:hover .event-two__img-one > img {
    transform: scale(1.05);
    transition: transform 0.4s;
}

.mobile-nav__content .main-menu__list > li:last-child {
    display: none;
}


/* Style bouton Gutenberg comme event-three__btn-1 */
.wp-block-button__link {
    background: var(--color-secondary) !important;
    color: #fff !important;
    border: 2px solid var(--color-secondary) !important;
    border-radius: 0;
    cursor: pointer;
    font-weight: bold;
    padding: 12px 32px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
    transition: .4s;
}
.wp-block-button__link::after {
    content: "\e90d";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;

}
.wp-block-button__link:hover,
.wp-block-button__link:focus {
    background: var(--color-dark) !important;
    border-color: var(--color-dark) !important;
    color: #fff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link {
    background: transparent !important;
    color: var(--color-secondary) !important;
    border: 2px solid var(--color-secondary) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
    background: var(--color-dark) !important;
    border-color: var(--color-dark) !important;
    color: #fff !important;
}

.wp-block-table table {
    width: 100%;
}
.wp-block-table table td {
    border: 1px solid var(--color-secondary);
    padding: 10px;
}
.wp-block-table table th {
    padding: 10px;
}

/* Surlignage des jours avec événements dans le datepicker Tribe Events */
.datepicker .has-event {
    position: relative;
    background: #e6f7e6 !important;
    color: #3a7d1c !important;
    font-weight: bold;
}
.datepicker .has-event::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #6fbc4e;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
}

/* Surlignage des jours avec événements dans le calendrier Flatpickr (single event) */
.flatpickr-day.has-event {
    position: relative;
    background: #e6f7e6 !important;
    color: #3a7d1c !important;
    font-weight: bold;
    border-radius: 6px;
}
.flatpickr-day.has-event::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #6fbc4e;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
}
.flatpickr-day.selected {
    background: #6fbc4e !important;
    color: #fff !important;
}
.flatpickr-day.has-event.selected::after {
    background: #fff !important;
}
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    opacity: 0.5 !important;
}

#textarea-content {
    resize: none;
}

.textarea-counter {
    font-size: 0.9em;
    text-align: right;
    margin-top: 5px;
    color: #666;
}