h2,
h2.h2 {
    font-size    : 40px;
    font-weight  : 700;
    margin-bottom: 1rem;
    line-height  : 1.1;
}
ul li {
    line-height  : 1.2;
    margin-bottom: 5px;
}
ol,
ul {
    padding-left: 1rem;
}
.marche h2 {
    font-size: 25px;
}
h2.une {
    position: relative;
    padding : 1rem 0 1rem 1rem;
    z-index : 2;
}
h2.une:before {
    content   : '';
    width     : 65px;
    height    : 65px;
    background: var(--color-2-alt);
    position  : absolute;
    z-index   : -1;
    top       : 50%;
    left      : -10px;
    transform : translateY(-50%);
}
h3 {
    font-size    : 20px;
    margin-bottom: 1rem;
}
.accueil .kiosques-widgets {
    position: relative;
}
.accueil .kiosques-widgets:after {
    content   : '';
    width     : 150px;
    height    : 100%;
    background: var(--color-2);
    position  : absolute;
    z-index   : 0;
    right     : -150px;
    top       : 0;
}
.cheval {
    margin-top: -5rem;
}
.events-widgets .card {
    background: white;
    z-index   : 2;
}
.events-widgets .data-item__images {
    padding-left  : 1.5rem;
    padding-bottom: 1.5rem;
}
.events-widgets .data-item__date_published {
    background: var(--color-1);
    width     : 100px;
    color     : white;
    top       : -20px;
    right     : 0;
    position  : absolute;
}
.events-widgets .bloc-image:before {
    content   : '';
    background: var(--color-2);
    height    : 90%;
    width     : 100%;
    position  : absolute;
    z-index   : -1;
    top       : 10%;
    right     : 0;
}
.data-item__start,
.events .data-item__date_published {
    background   : var(--color-1);
    background   : var(--color-1);
    font-weight  : 700;
    text-align   : center;
    color        : white;
    margin-bottom: 0;
    line-height  : 1.3;
    padding      : 0.5rem;
    min-width    : 100px;
}
.events .data-item__date_published .jour {
    font-weight: 400;
    font-size  : 14px;
}
.events .data-item__date_published .chiffre {
    font-weight: 600;
    font-size  : 24px;
}
.events .data-item__date_published .mois {
    font-weight   : 600;
    font-size     : 18px;
    text-transform: uppercase;
}
.events-widgets .admin-edit {
    top: unset;
}
.data-item__title {
    font-size  : 25px;
    font-weight: 700;
    line-height: 1;
}
.widget-header {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    margin-bottom  : 1rem;
    gap            : 20px;
}
.widget-header .btn {
    border-radius: 30px;
}
/* .widget-header .btn:hover {
border: 1px solid var(--color-3);
} */
.mySwiper {
    padding-top: 2rem;
    position   : relative;
}
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: 1px solid transparent;
}
.btn-arrow {
    padding-left: 0;
}
.widget-header .btn-arrow {
    padding-left: 15px;
}
.titre-categorie span {
    text-transform: uppercase;
}
.titre-categorie {
    margin-bottom: 3rem;
}
ul.timeline > li .timeline-content {
    background: var(--bg-light);
}
ul.timeline .data-item__description p:last-child {
    margin-bottom: 0;
}
.histoires .feature .feature-content h3 {
    color: white;
}
.histoires .feature .feature-content.yellow h3 {
    background: var(--color-2);
    color     : black;
}
.histoires-index .data-item__description img {
    width    : 500px;
    max-width: 100%;
}
.widget-header .btn-arrow:hover {
    border: 1px solid var(--color-3);
}
.swiper {
    padding-top: 1.5rem !important;
}
.blogs-widgets swiper-container::part(container),
.cantines-widgets swiper-container::part(container),
.temoignages-widgets swiper-container::part(container) {
    position: unset;
}
.blogs-widgets swiper-container::part(button-next),
.galeries-widgets swiper-container::part(button-next) {
    top : 0;
    left: 52%;
}
.cantines-widgets swiper-container::part(button-prev) {
    top   : 69px;
    left  : 27%;
    color : black !important;
    height: 30px;
}
.cantines-widgets swiper-container::part(button-next) {
    top   : 69px;
    right : 27%;
    color : black !important;
    height: 30px;
}
.blogs-widgets swiper-container::part(button-prev),
.galeries-widgets swiper-container::part(button-prev) {
    top : 0;
    left: 47%;
}
.blogs-widgets swiper-container::part(button-prev):before,
.galeries-widgets swiper-container::part(button-prev):before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content    : "\f060";
    color      : black;
    font-size  : 30px;
}
.blogs-widgets swiper-container::part(button-next):before,
.galeries-widgets swiper-container::part(button-next):before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content    : "\f061";
    color      : black;
    font-size  : 30px;
}
.blogs-widgets .widget-header,
.histoires-widgets .widget-header {
    height: 100px;
}
.big-header .widget-header h2,
.big-title h2,
.widget-header h2 {
    z-index       : 2;
    text-transform: uppercase;
    font-weight   : 700;
    font-size     : 30px;
    margin-bottom : 0;
    position      : relative;
}
.big-header .widget-header h2,
.big-title h2,
.widget-header h2 {
    z-index       : 2;
    text-transform: uppercase;
    font-weight   : 700;
    font-size     : 30px;
    margin-bottom : 0;
    position      : relative;
}
.big-header .widget-header h2 {
    font-size: 40px;
}
h2.carre {
    position      : relative;
    z-index       : 2;
    padding-left  : 2rem;
    text-transform: unset;
}
h2.carre:before {
    content   : '';
    width     : 65px;
    height    : 65px;
    background: var(--bg-light);
    position  : absolute;
    z-index   : -1;
    top       : 50%;
    left      : 0;
    transform : translateY(-50%);
}
.blogs-widgets .mySwiper .card {
    transition: 0.2s all;
}
.blogs-widgets .mySwiper .card:hover {
    background: #FBEBBF;
}
.centered {
    justify-content: center;
    display        : flex;
    flex-direction : column;
}
.flex-end {
    justify-content: flex-end;
    display        : flex;
    flex-direction : column;
}
.big-header .widget-header p,
.big-title p {
    font-size     : 130px;
    color         : var(--bg-light);
    font-weight   : 700;
    position      : absolute;
    top           : 50%;
    transform     : translateY(-50%);
    z-index       : 0;
    text-transform: uppercase;
    margin-bottom : 0;
}
.big-title.center p {
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
}
ul li:last-child .bloc-doc {
    border-bottom : none;
    margin-bottom : 0;
    padding-bottom: 0;
}
.bloc-doc {
    margin-bottom : 10px;
    padding-bottom: 10px;
    border-bottom : 1px solid var(--gris);
}
.temoignages-widgets .mySwiper {
    padding: 0 4rem;
}
.temoignages-widgets swiper-container::part(button-next) {
    right: 0;
    color: black;
    width: 17px;
}
.temoignages-widgets swiper-container::part(button-prev) {
    left : 0;
    color: black;
    width: 17px;
}
.temoignages-widgets .data-item__description p {
    font-size    : 30px;
    font-style   : italic;
    font-weight  : 300;
    line-height  : 1.2;
    margin-bottom: 10px;
}
#search {
    align-items: center;
}
#search .form-control {
    border-radius: 0;
}
#search button {
    border       : 0;
    padding      : 0 11px;
    height       : 36px;
    border-radius: 0;
}
#main-menu .social-link {
    display    : flex;
    align-items: center;
    gap        : 0 15px;
}
#main-menu .social-link i {
    color    : white;
    font-size: 20px;
}
#main-menu .social-link i:hover {
    color: var(--color-2);
}
.temoignages-widgets .data-item__title {
    font-size  : 16px;
    font-style : italic;
    font-weight: 600;
}
.mollegeois-widgets .data-item__date_published {
    font-size  : 25px;
    font-weight: 700;
}
.data-item__content_short {
    line-height: 1.2;
}
.hero .pannel {
    padding   : 2rem 1rem;
    background: hwb(0deg 0% 100% / 48%);
    position  : relative;
}
.hero .pannel h1 {
    color        : white;
    line-height  : 1.2;
    margin-bottom: 0;
}
.hero-title {
    text-transform: uppercase;
    font-size     : 70px;
    font-weight   : 700;
    display       : block;
    line-height   : 0.8;
    margin-bottom : 15px;
}
.hero-sub-title {
    font-weight: 300;
    font-size  : 27px;
    font-style : italic;
    line-height: 1;
    display    : block;
}
.data-item__svg {
    flex: 0 0 25px;
}
.data-item__svg path {
    fill: #4F4F4F;
}
.bloc-lien {
    padding   : 1rem;
    background: var(--bg-light);
    transition: 0.2s all;
}
.bloc-lien:hover {
    background: white;
}
.bloc-lien:hover .data-item__svg path {
    fill: var(--color-1-alt);
}
.bloc-lien:hover .data-item__title {
    color: var(--color-1-alt);
}
.meteo img {
    width       : 60px;
    margin-right: 15px;
}
.meteo .temp {
    font-size: 41px;
}
.liens-widgets .data-item__title {
    font-size: 16px;
}
.card-title {
    margin-bottom: 0;
}
.liens-widgets .card-title a:not(.admin-edit) {
    line-height: 1.2;
}
.histoires .feature {
    position: relative;
}
.zi-1 {
    z-index : 1;
    position: relative;
}
.histoires .feature h3 {
    position     : absolute;
    bottom       : 15px;
    left         : 50%;
    transform    : translateX(-50%);
    font-size    : 18px;
    padding      : 0.5rem 1rem;
    margin-bottom: 0;
    white-space  : nowrap;
}
.page-header {
    height : 128px;
    padding: 0;
}
.page-header h1 {
    font-weight: 700;
}
.page-header:before {
    content   : '';
    position  : absolute;
    width     : var(--container-out-margin);
    height    : 100%;
    background: var(--color-2);
    z-index   : 1;
    top       : 0;
    left      : 0;
}
.page-header:after {
    content   : '';
    position  : absolute;
    width     : 100%;
    height    : 70px;
    background: var(--bg-light);
    z-index   : 0;
    top       : 0;
}
.page-header .container {
    z-index: 2;
    height : 100%;
}
.page-header .container > div {
    display    : flex;
    align-items: center;
    height     : 100%;
}
.page-header .container h1 {
    height       : 100%;
    margin-bottom: 0;
}
.page-header .container h1 span {
    background   : var(--color-2);
    height       : 100%;
    padding-right: 2rem;
    display      : flex;
    align-items  : center;
}
.page-header .content {
    align-self    : end;
    padding-left  : 2rem;
    height        : 58px;
    display       : flex;
    gap           : 20px;
    flex-direction: row;
    align-items   : center;
}
.split-right .split-container {
    padding-right: 100px;
}
.split-left .split-container {
    padding-left: 100px;
}
.head-section.split-right .split-container-fluid {
    margin-left  : 0;
    margin-top   : -58px;
    padding-right: 0;
}
.split-left .split-container-fluid {
    padding-left: 27px;
    position    : relative;
    z-index     : 2;
    margin-right: 50px;
}
.split-right .split-container-fluid {
    padding-right: 27px;
    position     : relative;
    z-index      : 2;
    margin-left  : 50px;
}
.split-container {
    display        : flex;
    justify-content: center;
    flex-direction : column;
}
.split-left .split-container-fluid:before {
    content   : '';
    position  : absolute;
    width     : 95%;
    height    : 100%;
    background: var(--color-1);
    z-index   : -1;
    top       : 20px;
    left      : 0;
}
.split-left .split-container-fluid:after {
    content   : '';
    position  : absolute;
    width     : 100%;
    height    : 100%;
    background: var(--color-2);
    z-index   : -2;
    top       : 50px;
    right     : -50px;
}
.split-right .split-container-fluid:before {
    content   : '';
    position  : absolute;
    width     : 95%;
    height    : 100%;
    background: var(--color-1);
    z-index   : -1;
    top       : 20px;
    right     : 0;
}
.split-right .split-container-fluid:after {
    content   : '';
    position  : absolute;
    width     : 100%;
    height    : 100%;
    background: var(--color-2);
    z-index   : -2;
    top       : 50px;
    left      : -50px;
}
.head-section .split .split-container-fluid:after,
.head-section .split .split-container-fluid:before {
    content: none;
}
.bloc-img {
    padding-left  : 1rem;
    position      : relative;
    padding-bottom: 1rem;
}
.bloc-img img {
    z-index : 2;
    position: relative;
    width   : 100%;
}
.marche .bloc-img {
    padding-left  : 0;
    padding-bottom: 1.5rem;
}
.gap-section {
    --bs-gutter-x: 86px;
}
.bloc-img:before {
    content   : '';
    position  : absolute;
    background: var(--color-2);
    height    : 95%;
    width     : 95%;
    top       : 5%;
    left      : -5%;
    z-index   : 0;
}
.bloc-img-2:before {
    left: 0;
}
.marche .bloc-img:before {
    height: 95%;
    width : 100%;
    top   : 5%;
    left  : -4%;
}
.blogs-index .bloc-img:before,
.intercommunalite .bloc-img:before,
.projets-index .bloc-img:before,
.search-page .blogs .bloc-img:before {
    left: 0;
}
li::marker {
    color: var(--color-1);
}
/* ul li {
    margin-bottom: 5px;
} */
.transition {
    height    : 5px;
    width     : 200px;
    background: var(--color-2);
    opacity   : 1;
    border-top: none;
}
.cantines-widgets .feature-img h3 {
    margin-bottom: 0;
    font-size    : 22px;
    font-weight  : 600;
}
.blogs-index .data-item__category {
    font-size    : 13px;
    font-style   : italic;
    margin-bottom: 5px;
}
.data-item__attributes_display_grid {
    gap          : 5px 8px;
    margin-bottom: 15px;
}
.data-item__attributes_display_grid .attribut {
    border-radius: 4px;
    padding      : 2px 8px 3px;
    color        : white;
    font-size    : 14px;
}
.data-item__attributes_display_grid .title,
.fonction {
    font-size: 20px;
}
.cantines-widgets .feature-img {
    padding   : 0.5rem;
    background: var(--bg-light);
}
.cantines-widgets .feature {
    border: 1px solid var(--color-1);
    flex  : 0 0 20%;
}
.cantines-widgets .data-item__content_short {
    text-align   : center;
    font-size    : 30px;
    font-style   : italic;
    margin-bottom: 20px;
}
.publications-index .data-item__content_short {
    font-weight: 600;
}
.cantines-widgets h2 {
    font-size: 30px;
}
.widget-header {
    position: relative;
}
ul.list-mini .list-mini-img {
    flex: 0 0 81px;
}
.labels ul.list-mini .list-mini-img svg {
    width : 100%;
    height: auto;
}
@media(max-width:575px) {
    ul.list-mini .list-mini-img {
        flex: 0 0 60px;
    }
    .labels ul.list-mini .list-mini-img svg {
        height: 60px;
    }
}
.blogs-widgets ul.list-mini .list-mini-img {
    flex: 0 0 130px;
}
ul.list-mini .list-mini-content p:last-child {
    margin-bottom: 0;
}
ul.list-mini .list-mini-content {
    padding: 0;
}
.head-section.head-2 .split-container-fluid {
    margin-top   : -4.5rem;
    padding-right: 0;
}
.head-section.head-2 .split-container {
    padding-right: 50px;
}
.detail-header {
    position: relative;
}
.detail-header .container {
    position: relative;
}
.content-img {
    position: relative;
    padding : 2rem;
}
.content-img:after {
    width     : var(--container-out-margin);
    position  : absolute;
    content   : '';
    background: var(--color-2);
    left      : calc(var(--container-out-margin) * -1);
    top       : 0;
    height    : 100%;
}
.content-img:before {
    width     : 220px;
    position  : absolute;
    content   : '';
    background: var(--color-2);
    left      : 0;
    top       : 0;
    height    : 100%;
}
.blogs-detail h1 {
    font-size: 40px;
}
ul.list-mini li {
    gap: 0 20px;
}
ul.list-mini li .card-title {
    font-size  : 18px;
    line-height: 1.2;
}
.split img {
    object-fit: cover;
}
.megamenu:not(.menu-breakpoint) #slide-menu > ul > li.last-sub-menu ul {
    left : unset;
    right: -100%;
}
@media(max-width:1599px) {
    .conseil-img {
        width: 450px;
    }
}
@media(max-width:1299px) {
    .split-right .split-container {
        padding-right: 50px;
    }
    .cantines-widgets swiper-container::part(button-prev) {
        left: 20%;
    }
    .cantines-widgets swiper-container::part(button-next) {
        right: 20%;
    }
}
@media(max-width:1199px) {
    .conseil-img {
        width: 400px;
    }
    .split-right .split-container {
        padding-right: 50px;
    }
    .split-left .split-container {
        padding-left: 50px;
    }
}
@media(max-width:991px) {
    .cantines-widgets .feature {
        flex: 0 0 33.3333%;
    }
    .cantines-widgets swiper-container::part(button-prev) {
        left: 10%;
    }
    .cantines-widgets swiper-container::part(button-next) {
        right: 10%;
    }
    .head-section.split-right .split-container-fluid {
        margin-top: 0;
    }
    .split-right .split-container {
        padding: 20px;
    }
    .split-left .split-container {
        padding: 20px;
    }
    h2.h2 {
        font-size: 25px;
    }
    .split-left .split-container-fluid:after {
        right: -30px;
    }
    .split-right .split-container-fluid:after {
        left: -30px;
    }
}
@media(max-width:767px) {
    .cantines-widgets swiper-container::part(button-prev) {
        top   : 12%;
        left  : 5%;
        height: 20px;
    }
    .cantines-widgets swiper-container::part(button-next) {
        top   : 12%;
        right : 5%;
        height: 20px;
    }
    .cantines-widgets .feature {
        flex: 0 0 50%;
    }
    .cantines-widgets h2 {
        font-size: 25px;
    }
    .cantines-widgets .data-item__content_short {
        font-size: 22px;
    }
    .split-right .split-container {
        padding: 20px;
    }
}
.bloc.bloc-categories-horizontal li {
    margin-bottom: 0;
}
.publications-index .category-list {
    padding: 0;
}
.form-select {
    border-radius: 0;
    border       : 1px solid #828282;
    padding      : 0.2rem 2.25rem 0.2rem 0.75rem;
}
@media(max-width:575px) {
    .big-header .widget-header p {
        font-size: 68px;
    }
    .big-header .widget-header h2 {
        font-size: 25px;
    }
}
.conseil-img {
    position: absolute;
    top     : -58px;
    right   : 0;
}
.megamenu:not(.menu-breakpoint) .menu-level-1 > li.fw-light > a > .menu-title {
    font-weight: 300;
}
.megamenu:not(.menu-breakpoint) #slide-menu .sub-menu.last-sub-menu:hover > ul {
    column-count     : 4;
    column-gap       : 25px;
    --megamenu-margin: 112px;
}
.megamenu:not(.menu-breakpoint) #slide-menu .sub-menu.last-sub-menu:hover > ul .list-image {
    right: -8%;
}
#main-menu.menu-breakpoint #slide-menu.menu-open ul ul li.link-image {
    display: none;
}
#main-menu.menu-breakpoint .menu-level-0 {
    width: 100%;
}
.sub-menu li.fw-light a {
    padding: 4px 16px;
}
#search input:focus {
    box-shadow: none;
}
#main-menu.menu-breakpoint .menu-level-1 li a {
    padding: 8px 16px !important;
}
#slide-menu li.demarches-list ul li.link-image img {
    margin-left: 7rem;
}
.data-item__title {
    display      : block;
    margin-bottom: 10px;
}
.reseaux {
    gap: 0 20px;
}
.reseaux .list-group-item a {
    background     : var(--color-1);
    border-radius  : 0 !important;
    margin-bottom  : 0;
    width          : 44px;
    height         : 44px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-size      : 20px;
}
.reseaux .list-group-item {
    padding: 0;
}
.reseaux .list-group-item a:hover {
    background: var(--color-1-alt);
    font-size : 20px;
}
.card img {
    width: 100%;
}
.reseaux .list-group-item a {
    color: white;
}
.widget-header .bouton {
    flex: 0 0 auto;
}
.megamenu .menu-level-0 li {
    height     : 100%;
    display    : flex;
    align-items: center;
}
.megamenu .menu-level-0 li a {
    height: 100%;
}
.megamenu.menu-breakpoint .menu-level-0 li,
.megamenu.menu-breakpoint .menu-level-0 li a {
    height: auto;
}
.page-wrapper {
    overflow-x: hidden;
}
.flex-auto {
    flex: 0 0 auto;
}
.galeries-widgets .mySwiper::part(container) {
    height  : 450px;
    position: unset;
}
@media(max-width:1199px) {
    .big-header .widget-header p,
    .big-title p {
        font-size: 80px;
    }
    .head-section.split-right .split-container-fluid {
        margin-top : 0;
        margin-left: 1.2rem;
    }
    .head-section {
        margin-top: 2rem;
    }
    .dechets .head-section .split-container-fluid img {
        object-position: left;
        height         : 100%;
    }
}
@media(max-width:991px) {
    .widget-header .bloc-title {
        justify-content: center;
    }
    .big-header .widget-header p,
    .big-title p {
        font-size: 65px;
    }
    .galeries-widgets .mySwiper::part(container) {
        height: 350px;
    }
    .dechets .head-section .split-container-fluid img {
        height: auto;
    }
    .dechets .head-section .split-container {
        padding: 1rem 2rem;
    }
}
@media(max-width:767px) {
    .blogs-widgets swiper-container::part(button-prev),
    .galeries-widgets swiper-container::part(button-prev) {
        left: 43%;
    }
    .widget-header {
        gap   : 30px 0;
        height: auto;
    }
    .blogs-widgets .widget-header,
    .histoires-widgets .widget-header {
        height: auto;
    }
    .features-5-wrap-xxl .feature {
        flex: 0 0 50%;
    }
    .menu-left {
        width: 200px;
    }
    .accueil .kiosques-widgets:after {
        content: none;
    }
    .elus .page-header:after {
        height: 50px;
    }
    .split-left .split-container-fluid {
        margin-bottom: 4rem;
    }
    .split-right .split-container-fluid {
        margin-bottom: 4rem;
    }
    .head-section .split-container-fluid {
        margin-bottom: 1.5rem;
    }
    .split-left .split-container {
        padding: 15px;
    }
    .split-right .split-container {
        padding: 15px;
    }
    .galeries-widgets .mySwiper::part(container) {
        height: 250px;
    }
    .big-header .widget-header h2,
    .big-title h2 {
        text-align: center;
    }
}
.kiosques-widgets img,
.temoignages-widgets img {
    width: 100%;
}
@media(max-width:575px) {
    .temoignages-widgets .data-item__description p {
        font-size: 20px;
    }
    .temoignages-widgets .mySwiper {
        padding: 0 2rem;
    }
    .blogs-widgets swiper-container::part(button-prev),
    .galeries-widgets swiper-container::part(button-prev) {
        left: 39%;
    }
    .histoires .feature h3 {
        font-size: 15px;
        padding  : 0.25rem 1rem;
    }
    .accueil .hero-content {
        position: relative;
        top     : unset;
        left    : unset;
    }
    .accueil .hero img {
        height: 250px;
    }
    .hero .pannel {
        background: var(--color-1);
        width     : 100%;
    }
    .page-header .content {
        gap           : 0;
        flex-direction: column;
        padding       : 1rem;
        width         : 100%;
        height        : auto;
        gap           : 5px;
    }
    .page-header .container {
        padding: 0;
    }
    .page-header .container h1 span {
        min-height     : 97px;
        justify-content: center;
        text-align     : center;
    }
    .page-header .container h1 {
        position: relative;
    }
    .page-header {
        height: auto;
    }
    .page-header .container h1:before {
        content : '';
        position: absolute;
        width   : var(--container-out-margin);
        left    : 0;
        top     : 0;
        height  : 100%;
    }
    .page-header .container > div {
        flex-direction: column;
    }
    .page-header:before {
        content: none;
    }
    .page-header .container h1 {
        width    : 100%;
        font-size: 24px;
    }
    .head-section .split-container-fluid {
        margin-bottom: 0;
    }
    .restaurant ul.list-mini li {
        gap: 0;
    }
    .mySwiper {
        padding-top: 0;
    }
    .big-header .widget-header h2,
    .big-title h2 {
        font-size: 25px;
    }
}
@media(max-width:400px) {
    .big-header .widget-header p,
    .big-title p {
        font-size: 50px;
    }
    .reseaux {
        gap: 0 12px;
    }
    .reseaux .list-group-item {
        width : 40px;
        height: 40px;
    }
    .publications-index .bloc-categories-horizontal {
        width: 100%;
    }
    .publications-index .attribute,
    .publications-index .bloc-attributes {
        width: 100%;
    }
    .bloc-doc {
        flex-wrap: wrap;
        gap      : 10px;
    }
}
.modules-detail .data-item__content_short {
    font-size: 20px;
}
.transport .title {
    font-size  : 18px;
    font-weight: 600;
    display    : flex;
}
ul.villes {
    list-style-type: none;
    padding-left   : 0;
    gap            : 5px;
}
ul.villes li {
    background   : #EB5757;
    border-radius: 4px;
    color        : white;
    padding      : 3px 8px 2px;
    margin       : 0;
}
ul.villes li.active {
    background: #1C8648;
}
.content-datas h2 {
    margin-top: 1.5rem;
}
.content-datas h2:first-child {
    margin-top: 0;
}
@media(max-width:1199px) {
    h2,
    h2.h2 {
        font-size: 35px;
    }
}
@media(max-width:575px) {
    .page-header .container h1 span {
        padding-right: 0;
    }
    h2,
    h2.h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 18px;
    }
}
.publications-widgets .data-item__title {
    font-size: 18px;
}
ul.no-marker {
    list-style-type: none;
}
.content-datas img {
    max-width: 100%;
}
.etablissements-widgets .data-item__attributes_display_grid a {
    color: white;
}
.etablissements-widgets .card-body {
    border: 1px solid #1C8648;
}
.ratio-1-1 img {
    width       : 100%;
    aspect-ratio: 1 / 1;
    object-fit  : cover;
}
.blogs-index .card,
.projets-index .card {
    transition: 0.2s ease;
}
.blogs-index .card:hover .bloc-img:before,
.projets-index .card:hover .bloc-img:before {
    background: var(--color-2-alt);
}
.blogs-index .card:hover .card-body,
.blogs-index .card:hover .data-item__title,
.projets-index .card:hover .card-body,
.projets-index .card:hover .data-item__title {
    color: var(--color-1);
}
.megamenu .menu-level-1 > li.highlight > a > .menu-title {
    color: var(--dark) !important;
}
.highlight {
    background    : var(--color-2);
    pointer-events: none;
}
.sub-menu li.highlight a:hover {
    background: none;
}
.meteo .title {
    font-size: 18px;
}
.bloc-lien {
    display        : flex;
    flex-direction : column;
    justify-content: center;
}
.liens-widgets a:hover {
    cursor: pointer;
}
#saintDisplay {
    font-style: italic;
}
.etablissement .list-mini {
    padding: 16px;
    border : 1px solid var(--color-1);
    height : 100%;
}
.etablissement p:last-child {
    margin-bottom: 0;
}
.projets-detail .criteres i {
    flex      : 0 0 25px;
    text-align: center;
}
.equipements-index .modal-content {
    border: none;
}
.surtitre {
    font-size    : 25px;
    font-style   : italic;
    margin-bottom: 10px;
}
.head-title p {
    font-size     : 60px;
    color         : var(--bg-light);
    font-weight   : 700;
    text-transform: uppercase;
    margin-bottom : 1rem;
    line-height   : 1;
}
.mollegeois-detail .data-item__content_short {
    font-size: 16px;
}
.mollegeois-detail .data-item__date_published {
    font-size  : 20px;
    font-weight: 700;
}
.mollegeois-detail .data-item__share span,
.projets-detail .data-item__share span {
    background    : var(--color-1);
    padding       : 4px 10px;
    border-radius : 4px;
    color         : white;
    text-transform: uppercase;
}
.mollegeois-detail .data-item__share:hover span {
    background: var(--color-1-alt);
}
.modules-detail .data-item__title {
    font-size: 40px;
}
.modules-detail .sidebar-col .data-item__title {
    font-size: 20px;
}
.projets-widgets .btn-arrow .data-item__title {
    margin-right: 2rem;
}
form .text-danger {
    display: none;
}
form .form-label {
    display: none;
}
.kiosques-index ul {
    padding-left   : 0;
    list-style-type: none;
}
.kiosques-index .data-item__title {
    font-size : 20px;
    text-align: center;
}
@media(max-width:1299px) {
    .data-item__title {
        font-size: 22px;
    }
    .modules-detail .data-item__title {
        font-size: 30px;
    }
}
@media(max-width:1199px) {
    .hero-title {
        font-size: 50px;
    }
}
@media(max-width:991px) {
    .split-right .split-container-fluid {
        margin-left: 30px;
    }
    .split-left .split-container {
        padding-left: 15px;
    }
    .detail-header .container:before,
    .detail-header:before {
        height: 74%;
    }
}
@media(max-width:767px) {
    ul.timeline > li .timeline-date {
        margin-right: 30px;
    }
}
@media(max-width:575px) {
    .modules-detail .data-item__title {
        font-size: 30px;
    }
    .titre-categorie {
        margin-bottom: 1.5rem;
    }
    ul.timeline > li .timeline-date {
        width: 100%;
    }
    ul.timeline > li .timeline-date:after {
        content: none;
    }
    ul.timeline > li {
        flex-direction: column;
    }
    .detail-header .container {
        padding: 0 15px;
    }
    .dechets .head-section .split-container {
        padding: 15px;
    }
    .head-section {
        margin-top: 0;
    }
    .big-header .widget-header h2,
    .big-title h2,
    .widget-header h2 {
        font-size    : 28px;
        margin-bottom: 0 !important;
    }
    h2.carre {
        padding-left: 1rem;
    }
    h2.carre:before {
        width : 57px;
        height: 57px;
    }
    ol,
    ul {
        padding-left: 1rem;
    }
    .content-img {
        padding: 1rem 5px;
    }
    .hero-title {
        font-size: 45px;
    }
    .hero-sub-title {
        font-size: 22px;
    }
    .events-widgets .data-item__images {
        padding-left  : 0.5rem;
        padding-bottom: 1rem;
    }
}
.etablissements-widgets .btn-arrow:active {
    border: none;
}
.etablissements-widgets .data-item__attributes_display_grid span {
    background   : var(--red);
    font-size    : 14px;
    border-radius: 4px;
    padding      : 1px 7px;
    color        : white;
}
.labels ul.list-mini {
    gap: 0 10px;
}
.numeros-index .data-item__title {
    font-size: 16px;
}
.numeros-index .modules-list-content {
    border-bottom: 1px solid #AFAFAF;
}
ul.data-item__files.medias {
    list-style-type: none;
    padding-left   : 0;
}
.numeros-index .numero {
    flex: 0 0 150px;
}
@media(max-width:991px) {
    .numeros-index .numero {
        flex: unset;
    }
}
.tourisme .bloc-img:before {
    left: 0;
}
.galeries-widgets .data-item__content_short {
    white-space: normal;
}
.kiosques-widgets .btn-1 {
    border: 0;
}
.etablissement p {
    line-height: 1.2;
}
.kiosques-widgets .btn-check:checked+.btn,
.kiosques-widgets .btn.active,
.kiosques-widgets .btn.show,
.kiosques-widgets .btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: 0;
}
.partenaires-widgets img {
    height: 50px;
    width : auto;
}
.etat-civil h3 {
    font-size  : 30px;
    line-height: 1.1;
}
.histoires-index p {
    margin-bottom: 5px;
}
.events-index .bloc-img:before {
    left: 0;
}
.form-select:focus {
    box-shadow: 0 0 0 0.15rem rgb(229 236 232 / 60%);
    border    : 1px solid #82828259;
}
.histoires-index .data-item__title {
    font-size: 20px;
}
.histoires-index ul.timeline {
    gap: 1rem 0;
}
.histoires-index .data-item__content_short {
    font-weight: 500;
}
.histoires-index ul.timeline > li .timeline-date {
    margin-right: 40px;
    flex        : 0 0 95px;
}
@media(max-width:1299px) {
    .partenaires-widgets img {
        height: 55px;
    }
}
@media(max-width:1199px) {
    .elus-widgets .data-item__title {
        margin-bottom: 0;
    }
    .data-item__attributes_display_grid .attribut {
        padding: 1px 7px 2px;
    }
    .data-item__attributes_display_grid {
        gap: 4px;
    }
}
@media(max-width:991px) {
    .events-widgets .data-item__date_published {
        width    : 80px;
        min-width: 80px;
    }
    .gap-section {
        --bs-gutter-x: 50px;
    }
    .split-left .split-container-fluid:after {
        top: 32px;
    }
    .split-left .split-container-fluid:before {
        top: 17px;
    }
    .split-right .split-container-fluid:before {
        top: 5px;
    }
    .split-right .split-container-fluid:after {
        top: 25px;
    }
    .events .data-item__date_published .chiffre,
    .events .data-item__date_published .mois {
        font-size: 16px;
    }
    .data-item__category {
        font-size: 14px;
    }
    .events-widgets .data-item__category {
        line-height: 1;
    }
    .events-widgets .data-item__images {
        padding-left: 1rem;
    }
    .blogs-widgets .widget-header,
    .histoires-widgets .widget-header {
        margin-bottom: 2rem;
    }
    .temoignages-widgets .data-item__description p {
        font-size: 18px;
    }
}
@media(max-width:767px) {
    .widget-header h2 {
        margin-bottom: 1rem!important;
    }
    .split-left .split-container-fluid {
        padding: 15px;
    }
    .split-right .split-container-fluid {
        padding    : 15px;
        margin-left: 0;
    }
    .data-item__title,
    .mollegeois-widgets .data-item__date_published {
        font-size: 20px;
    }
}
@media(max-width:575px) {
    .etat-civil h3 {
        font-size: 25px;
    }
    .split-right .split-container-fluid {
        margin-bottom: 2rem;
    }
    .split-left .split-container-fluid:after,
    .split-right .split-container-fluid:after {
        top: 18px;
    }
    .split-left .split-container-fluid:before,
    .split-right .split-container-fluid:before {
        top: 0;
    }
    .bloc-lien {
        padding: 0.5rem;
    }
    .hero-title {
        font-size: 35px;
    }
    .blogs-widgets .widget-header {
        margin-bottom: 4rem;
    }
    .blogs-widgets swiper-container::part(button-next),
    .galeries-widgets swiper-container::part(button-next) {
        top: -30px;
    }
    .blogs-widgets swiper-container::part(button-prev),
    .galeries-widgets swiper-container::part(button-prev) {
        top: -30px;
    }
    .hero .pannel {
        padding: 1.5rem 1rem;
    }
    .widget-header {
        gap: 15px 0;
    }
    .bloc-categories-horizontal > ul {
        padding: 10px;
    }
    swiper-container::part(bullet),
    swiper-container::part(bullet-active) {
        width : 12px !important;
        height: 12px !important;
    }
    .head-section.split-right .split-container-fluid {
        margin-left: 0;
    }
    .histoires-index ul.timeline > li .timeline-date {
        flex: unset;
    }
}
.modal-flash-msg p {
    margin-bottom: 0;
}
.widget-header {
    width: 100%;
}